Uses of Class
gnu.trove.TLongArrayList
-
Packages that use TLongArrayList Package Description gnu.trove -
-
Uses of TLongArrayList in gnu.trove
Fields in gnu.trove declared as TLongArrayList Modifier and Type Field Description protected TLongArrayList
TLongStack. _list
the list used to hold the stack values.Methods in gnu.trove that return TLongArrayList Modifier and Type Method Description TLongArrayList
TLongArrayList. grep(TLongProcedure condition)
Searches the list for values satisfying condition in the manner of the *nix grep utility.TLongArrayList
TLongArrayList. inverseGrep(TLongProcedure condition)
Searches the list for values which do not satisfy condition.TLongArrayList
TLongArrayList. subList(int begin, int end)
Returns a sublist of this list.
-