| Package | Description |
|---|---|
| com.slimjars.dist.gnu.trove.list |
| Modifier and Type | Method and Description |
|---|---|
TFloatList |
TFloatList.grep(TFloatProcedure
Searches the list for values satisfying
condition in the manner of the *nix
grep utility.
|
TFloatList |
TFloatList.inverseGrep(TFloatProcedure
Searches the list for values which do
not satisfy
condition.
|
TFloatList |
TFloatList.subList(int begin, int end)
Returns a sublist of this list.
|