Monkey Documentation
Home
/
Modules
/
monkey.deque
/
FloatDeque
APIs
Modules
Classes
Interfaces
Functions
Language
Index
Class
FloatDeque
FloatDeque is a convenience class for handling deques of floating point values.
Extends:
Deque
<Float>
Inherited Properties:
IsEmpty
: Bool ()
Length
: Int ()
Inherited Methods:
Clear
: Void ()
Get
: T ( index:Int )
ObjectEnumerator
: Object ()
PopFirst
: T ()
PopLast
: T ()
PushFirst
: Void ( value:T )
PushLast
: Void ( value:T )
Set
: Void ( index:Int, value:T )
ToArray
: T[] ()