Constructor Summary |
---|
FloatPointNumCollection()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
Gets the number of elements actually contained in the collection.
|
||
method | get(index) | |
Gets the element at the specified index.
|
Method Summary | ||
---|---|---|
method | add(number) | |
Add the doubling point number in the collection.
|
||
method | clear() | |
Removes all elements from collection.
|
||
method | isExist(index) | |
Is exist item in the collection.
|
||
method | iterator() | |
Supports a simple iteration over a nongeneric collection.
|
||
method | remove(number) | |
Remove the doubling point number from the collection.
|
int getCount()
float get(index)
index
- int add(number)
number: float
- remove(number)
number: float
- Iterator iterator()
boolean isExist(index)
index: int
- index of element.clear()