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