public abstract class AbstractImmutableDoubleSet extends AbstractDoubleSet implements org.eclipse.collections.api.set.primitive.ImmutableDoubleSet
| Constructor and Description |
|---|
AbstractImmutableDoubleSet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.DoubleSet |
freeze() |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
newWith(double element) |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
newWithAll(org.eclipse.collections.api.DoubleIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
newWithout(double element) |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
newWithoutAll(org.eclipse.collections.api.DoubleIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableDoubleSet |
toImmutable() |
equals, hashCodeappendString, appendString, asLazy, average, containsAll, containsAll, isEmpty, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, notEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringcollect, reject, selectequals, hashCodeallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet newWith(double element)
newWith in interface org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollectionnewWith in interface org.eclipse.collections.api.set.primitive.ImmutableDoubleSetpublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet newWithout(double element)
newWithout in interface org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollectionnewWithout in interface org.eclipse.collections.api.set.primitive.ImmutableDoubleSetpublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet newWithAll(org.eclipse.collections.api.DoubleIterable elements)
newWithAll in interface org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollectionnewWithAll in interface org.eclipse.collections.api.set.primitive.ImmutableDoubleSetpublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet newWithoutAll(org.eclipse.collections.api.DoubleIterable elements)
newWithoutAll in interface org.eclipse.collections.api.collection.primitive.ImmutableDoubleCollectionnewWithoutAll in interface org.eclipse.collections.api.set.primitive.ImmutableDoubleSetpublic org.eclipse.collections.api.set.primitive.DoubleSet freeze()
freeze in interface org.eclipse.collections.api.set.primitive.DoubleSetpublic org.eclipse.collections.api.set.primitive.ImmutableDoubleSet toImmutable()
toImmutable in interface org.eclipse.collections.api.set.primitive.DoubleSetCopyright © 2004–2017. All rights reserved.