Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.FloatHashSet
Package | Description |
---|---|
org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
-
Uses of FloatHashSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return FloatHashSet Modifier and Type Method Description FloatHashSet
FloatHashSet. newEmpty()
Creates a new empty FloatHashSet.static FloatHashSet
FloatHashSet. newSet(FloatIterable source)
static FloatHashSet
FloatHashSet. newSetWith(float... source)
FloatHashSet
FloatHashSet. reject(FloatPredicate predicate)
FloatHashSet
FloatHashSet. select(FloatPredicate predicate)
FloatHashSet
FloatHashSet. with(float element)
FloatHashSet
FloatHashSet. withAll(FloatIterable elements)
FloatHashSet
FloatHashSet. without(float element)
FloatHashSet
FloatHashSet. withoutAll(FloatIterable elements)
Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type FloatHashSet Constructor Description FloatHashSet(FloatHashSet set)