public abstract class AbstractImmutableLongSet extends AbstractLongSet implements ImmutableLongSet
| Constructor and Description |
|---|
AbstractImmutableLongSet() |
| Modifier and Type | Method and Description |
|---|---|
RichIterable<LongIterable> |
chunk(int size) |
LongSet |
freeze() |
ImmutableLongSet |
newWith(long element) |
ImmutableLongSet |
newWithAll(LongIterable elements) |
ImmutableLongSet |
newWithout(long element) |
ImmutableLongSet |
newWithoutAll(LongIterable elements) |
ImmutableLongSet |
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, each, flatCollect, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, longIterator, 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 ImmutableLongSet newWith(long element)
newWith in interface ImmutableLongCollectionnewWith in interface ImmutableLongSetpublic ImmutableLongSet newWithout(long element)
newWithout in interface ImmutableLongCollectionnewWithout in interface ImmutableLongSetpublic ImmutableLongSet newWithAll(LongIterable elements)
newWithAll in interface ImmutableLongCollectionnewWithAll in interface ImmutableLongSetpublic ImmutableLongSet newWithoutAll(LongIterable elements)
newWithoutAll in interface ImmutableLongCollectionnewWithoutAll in interface ImmutableLongSetpublic ImmutableLongSet toImmutable()
toImmutable in interface LongSetpublic RichIterable<LongIterable> chunk(int size)
chunk in interface LongIterableCopyright © 2004–2022. All rights reserved.