Uses of Class
gnu.trove.TShortHashSet
-
Packages that use TShortHashSet Package Description gnu.trove gnu.trove.decorator -
-
Uses of TShortHashSet in gnu.trove
Methods in gnu.trove with parameters of type TShortHashSet Modifier and Type Method Description static java.util.Set<java.lang.Short>Decorators. wrap(TShortHashSet set)Wrap the given set in a decorator that uses the standardSetinterface. -
Uses of TShortHashSet in gnu.trove.decorator
Fields in gnu.trove.decorator declared as TShortHashSet Modifier and Type Field Description protected TShortHashSetTShortHashSetDecorator. _setthe wrapped primitive setMethods in gnu.trove.decorator that return TShortHashSet Modifier and Type Method Description TShortHashSetTShortHashSetDecorator. getSet()Returns a reference to the set wrapped by this decorator.Constructors in gnu.trove.decorator with parameters of type TShortHashSet Constructor Description TShortHashSetDecorator(TShortHashSet set)Creates a wrapper that decorates the specified primitive set.
-