Package | Description |
---|---|
gnu.trove |
Modifier and Type | Field | Description |
---|---|---|
protected TFloatArrayList |
TFloatStack._list |
the list used to hold the stack values.
|
Modifier and Type | Method | Description |
---|---|---|
TFloatArrayList |
TFloatArrayList.grep(TFloatProcedure condition) |
Searches the list for values satisfying condition in
the manner of the *nix grep utility.
|
TFloatArrayList |
TFloatArrayList.inverseGrep(TFloatProcedure condition) |
Searches the list for values which do not satisfy
condition.
|
TFloatArrayList |
TFloatArrayList.subList(int begin,
int end) |
Returns a sublist of this list.
|
GNU Trove is copyright © 2001-2009 Eric D. Friedman. All Rights Reserved.