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