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