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