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