Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.FloatHashSet
-
Packages that use 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 FloatHashSetFloatHashSet. newEmpty()Creates a new empty FloatHashSet.static FloatHashSetFloatHashSet. newSet(FloatIterable source)static FloatHashSetFloatHashSet. newSetWith(float... source)FloatHashSetFloatHashSet. reject(FloatPredicate predicate)FloatHashSetFloatHashSet. select(FloatPredicate predicate)FloatHashSetFloatHashSet. with(float element)FloatHashSetFloatHashSet. withAll(FloatIterable elements)FloatHashSetFloatHashSet. without(float element)FloatHashSetFloatHashSet. withoutAll(FloatIterable elements)Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type FloatHashSet Constructor Description FloatHashSet(FloatHashSet set)
-