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