Uses of Class
org.eclipse.collections.impl.set.mutable.primitive.DoubleHashSet
-
Packages that use DoubleHashSet 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 DoubleHashSet in org.eclipse.collections.impl.map.mutable.primitive
Fields in org.eclipse.collections.impl.map.mutable.primitive declared as DoubleHashSet Modifier and Type Field Description private DoubleHashSet
AbstractMutableDoubleKeySet.SerRep. deserialized
-
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 DoubleHashSet
DoubleHashSet. newEmpty()
Creates a new empty DoubleHashSet.static DoubleHashSet
DoubleHashSet. newSet(DoubleIterable source)
static DoubleHashSet
DoubleHashSet. newSetWith(double... source)
DoubleHashSet
DoubleHashSet. reject(DoublePredicate predicate)
DoubleHashSet
DoubleHashSet. select(DoublePredicate predicate)
DoubleHashSet
DoubleHashSet. with(double element)
DoubleHashSet
DoubleHashSet. withAll(DoubleIterable elements)
DoubleHashSet
DoubleHashSet. without(double element)
DoubleHashSet
DoubleHashSet. withoutAll(DoubleIterable elements)
Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type DoubleHashSet Constructor Description DoubleHashSet(DoubleHashSet set)
-