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