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