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