public abstract class AbstractImmutableDoubleSet extends AbstractDoubleSet implements com.gs.collections.api.set.primitive.ImmutableDoubleSet
| Constructor and Description |
|---|
AbstractImmutableDoubleSet() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.DoubleSet |
freeze()
Returns a frozen copy of this set.
|
com.gs.collections.api.set.primitive.ImmutableDoubleSet |
newWith(double element) |
com.gs.collections.api.set.primitive.ImmutableDoubleSet |
newWithAll(com.gs.collections.api.DoubleIterable elements) |
com.gs.collections.api.set.primitive.ImmutableDoubleSet |
newWithout(double element) |
com.gs.collections.api.set.primitive.ImmutableDoubleSet |
newWithoutAll(com.gs.collections.api.DoubleIterable elements) |
com.gs.collections.api.set.primitive.ImmutableDoubleSet |
toImmutable()
Returns an immutable copy of this set.
|
equals, hashCodeappendString, appendString, asLazy, average, containsAll, containsAll, isEmpty, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, notEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcollect, reject, selectallSatisfy, 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 com.gs.collections.api.set.primitive.ImmutableDoubleSet newWith(double element)
newWith in interface com.gs.collections.api.collection.primitive.ImmutableDoubleCollectionnewWith in interface com.gs.collections.api.set.primitive.ImmutableDoubleSetpublic com.gs.collections.api.set.primitive.ImmutableDoubleSet newWithout(double element)
newWithout in interface com.gs.collections.api.collection.primitive.ImmutableDoubleCollectionnewWithout in interface com.gs.collections.api.set.primitive.ImmutableDoubleSetpublic com.gs.collections.api.set.primitive.ImmutableDoubleSet newWithAll(com.gs.collections.api.DoubleIterable elements)
newWithAll in interface com.gs.collections.api.collection.primitive.ImmutableDoubleCollectionnewWithAll in interface com.gs.collections.api.set.primitive.ImmutableDoubleSetpublic com.gs.collections.api.set.primitive.ImmutableDoubleSet newWithoutAll(com.gs.collections.api.DoubleIterable elements)
newWithoutAll in interface com.gs.collections.api.collection.primitive.ImmutableDoubleCollectionnewWithoutAll in interface com.gs.collections.api.set.primitive.ImmutableDoubleSetpublic com.gs.collections.api.set.primitive.DoubleSet freeze()
com.gs.collections.api.set.primitive.DoubleSetfreeze in interface com.gs.collections.api.set.primitive.DoubleSetpublic com.gs.collections.api.set.primitive.ImmutableDoubleSet toImmutable()
com.gs.collections.api.set.primitive.DoubleSettoImmutable in interface com.gs.collections.api.set.primitive.DoubleSet