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