Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.FloatHashSet
-
Packages that use FloatHashSet Package Description org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.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.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as FloatHashSet Modifier and Type Field Description private FloatHashSet
AbstractMutableFloatKeySet.SerRep. deserialized
-
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)
-