static DoubleHashSet |
DoubleHashSet.newSet(org.eclipse.collections.api.DoubleIterable source) |
static DoubleHashSet |
DoubleHashSet.newSetWith(double... source) |
DoubleHashSet |
DoubleHashSet.select(org.eclipse.collections.api.block.predicate.primitive.DoublePredicate predicate) |
DoubleHashSet |
DoubleHashSet.with(double element) |
DoubleHashSet |
DoubleHashSet.withAll(org.eclipse.collections.api.DoubleIterable elements) |
DoubleHashSet |
DoubleHashSet.without(double element) |
DoubleHashSet |
DoubleHashSet.withoutAll(org.eclipse.collections.api.DoubleIterable elements) |