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