Monkey Documentation
Home
/
Modules
/
monkey.set
/
StringSet
APIs
Modules
Classes
Interfaces
Functions
Language
Index
Class
StringSet
StringSet is a convenience class for managing sets of strings.
Extends:
Set
<String>
Constructors:
New
()
Inherited Methods:
Clear
: Int ()
Contains
: Bool ( value:T )
Count
: Int ()
Insert
: Int ( value:T )
IsEmpty
: Bool ()
ObjectEnumerator
: Object ()
Remove
: Int ( value:T )
Constructor Documentation
Method New ()