public abstract class AbstractImmutableDoubleSet extends AbstractDoubleSet implements ImmutableDoubleSet
| Constructor and Description |
|---|
AbstractImmutableDoubleSet() |
| Modifier and Type | Method and Description |
|---|---|
DoubleSet |
freeze()
Returns a frozen copy of this set.
|
ImmutableDoubleSet |
newWith(double element) |
ImmutableDoubleSet |
newWithAll(DoubleIterable elements) |
ImmutableDoubleSet |
newWithout(double element) |
ImmutableDoubleSet |
newWithoutAll(DoubleIterable elements) |
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, 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, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringpublic ImmutableDoubleSet newWith(double element)
newWith in interface ImmutableDoubleCollectionnewWith in interface ImmutableDoubleSetpublic ImmutableDoubleSet newWithout(double element)
newWithout in interface ImmutableDoubleCollectionnewWithout in interface ImmutableDoubleSetpublic ImmutableDoubleSet newWithAll(DoubleIterable elements)
newWithAll in interface ImmutableDoubleCollectionnewWithAll in interface ImmutableDoubleSetpublic ImmutableDoubleSet newWithoutAll(DoubleIterable elements)
newWithoutAll in interface ImmutableDoubleCollectionnewWithoutAll in interface ImmutableDoubleSetpublic DoubleSet freeze()
DoubleSetpublic ImmutableDoubleSet toImmutable()
DoubleSettoImmutable in interface DoubleSetCopyright © 2004–2016. All rights reserved.