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 TLongArrayListTLongStack. _listthe list used to hold the stack values.Methods in gnu.trove that return TLongArrayList Modifier and Type Method Description TLongArrayListTLongArrayList. grep(TLongProcedure condition)Searches the list for values satisfying condition in the manner of the *nix grep utility.TLongArrayListTLongArrayList. inverseGrep(TLongProcedure condition)Searches the list for values which do not satisfy condition.TLongArrayListTLongArrayList. subList(int begin, int end)Returns a sublist of this list.
-