Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.FloatHashSet
Packages that use FloatHashSet
Package
Description
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
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 FloatHashSetModifier and TypeFieldDescriptionprivate FloatHashSetAbstractMutableFloatKeySet.SerRep.deserialized -
Uses of FloatHashSet in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return FloatHashSetModifier and TypeMethodDescriptionFloatHashSet.newEmpty()Creates a new empty FloatHashSet.static FloatHashSetFloatHashSet.newSet(FloatIterable source) static FloatHashSetFloatHashSet.newSetWith(float... source) FloatHashSet.reject(FloatPredicate predicate) FloatHashSet.select(FloatPredicate predicate) FloatHashSet.with(float element) FloatHashSet.withAll(FloatIterable elements) FloatHashSet.without(float element) FloatHashSet.withoutAll(FloatIterable elements) Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type FloatHashSet