public abstract class AbstractImmutableIntSet extends AbstractIntSet implements ImmutableIntSet
| Constructor and Description |
|---|
AbstractImmutableIntSet() |
| Modifier and Type | Method and Description |
|---|---|
RichIterable<IntIterable> |
chunk(int size) |
IntSet |
freeze() |
ImmutableIntSet |
newWith(int element) |
ImmutableIntSet |
newWithAll(IntIterable elements) |
ImmutableIntSet |
newWithout(int element) |
ImmutableIntSet |
newWithoutAll(IntIterable elements) |
ImmutableIntSet |
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, intIterator, 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 ImmutableIntSet newWith(int element)
newWith in interface ImmutableIntCollectionnewWith in interface ImmutableIntSetpublic ImmutableIntSet newWithout(int element)
newWithout in interface ImmutableIntCollectionnewWithout in interface ImmutableIntSetpublic ImmutableIntSet newWithAll(IntIterable elements)
newWithAll in interface ImmutableIntCollectionnewWithAll in interface ImmutableIntSetpublic ImmutableIntSet newWithoutAll(IntIterable elements)
newWithoutAll in interface ImmutableIntCollectionnewWithoutAll in interface ImmutableIntSetpublic ImmutableIntSet toImmutable()
toImmutable in interface IntSetpublic RichIterable<IntIterable> chunk(int size)
chunk in interface IntIterableCopyright © 2004–2022. All rights reserved.