public abstract class AbstractImmutableDoubleSet extends AbstractDoubleSet implements ImmutableDoubleSet
| Constructor and Description |
|---|
AbstractImmutableDoubleSet() |
| Modifier and Type | Method and Description |
|---|---|
RichIterable<DoubleIterable> |
chunk(int size) |
DoubleSet |
freeze() |
ImmutableDoubleSet |
newWith(double element) |
ImmutableDoubleSet |
newWithAll(DoubleIterable elements) |
ImmutableDoubleSet |
newWithout(double element) |
ImmutableDoubleSet |
newWithoutAll(DoubleIterable elements) |
ImmutableDoubleSet |
toImmutable() |
cartesianProduct, equals, hashCodeasLazy, average, maxIfEmpty, median, minIfEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringcollect, difference, intersect, reject, select, symmetricDifference, tap, unioncartesianProduct, equals, hashCode, isProperSubsetOf, isSubsetOfallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, doubleIterator, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, 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 ImmutableDoubleSet toImmutable()
toImmutable in interface DoubleSetpublic RichIterable<DoubleIterable> chunk(int size)
chunk in interface DoubleIterableCopyright © 2004–2022. All rights reserved.