Monkey Documentation
Home
/
Modules
/
monkey.set
/
IntSet
APIs
Modules
Classes
Interfaces
Functions
Language
Index
Class
IntSet
IntSet is a convenience class for managing sets of ints.
Extends:
Set
<Int>
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 ()