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