Uses of Class
gnu.trove.TLongHashSet
Packages that use TLongHashSet
-
Uses of TLongHashSet in gnu.trove
Methods in gnu.trove with parameters of type TLongHashSetModifier and TypeMethodDescriptionDecorators.wrap(TLongHashSet set) Wrap the given set in a decorator that uses the standardSetinterface. -
Uses of TLongHashSet in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TLongHashSetModifier and TypeFieldDescriptionprotected TLongHashSetTLongHashSetDecorator._setthe wrapped primitive setMethods in gnu.trove.decorator that return TLongHashSetModifier and TypeMethodDescriptionTLongHashSetDecorator.getSet()Returns a reference to the set wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TLongHashSetModifierConstructorDescriptionCreates a wrapper that decorates the specified primitive set.