Uses of Class
gnu.trove.TDoubleHashSet
Packages that use TDoubleHashSet
-
Uses of TDoubleHashSet in gnu.trove
Methods in gnu.trove with parameters of type TDoubleHashSetModifier and TypeMethodDescriptionDecorators.wrap
(TDoubleHashSet set) Wrap the given set in a decorator that uses the standardSet
interface. -
Uses of TDoubleHashSet in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TDoubleHashSetModifier and TypeFieldDescriptionprotected TDoubleHashSet
TDoubleHashSetDecorator._set
the wrapped primitive setMethods in gnu.trove.decorator that return TDoubleHashSetModifier and TypeMethodDescriptionTDoubleHashSetDecorator.getSet()
Returns a reference to the set wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TDoubleHashSetModifierConstructorDescriptionCreates a wrapper that decorates the specified primitive set.