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