public abstract class AbstractImmutableShortSet extends AbstractShortSet implements ImmutableShortSet
| Constructor and Description |
|---|
AbstractImmutableShortSet() |
| Modifier and Type | Method and Description |
|---|---|
RichIterable<ShortIterable> |
chunk(int size) |
ShortSet |
freeze() |
ImmutableShortSet |
newWith(short element) |
ImmutableShortSet |
newWithAll(ShortIterable elements) |
ImmutableShortSet |
newWithout(short element) |
ImmutableShortSet |
newWithoutAll(ShortIterable elements) |
ImmutableShortSet |
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, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, shortIterator, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringpublic ImmutableShortSet newWith(short element)
newWith in interface ImmutableShortCollectionnewWith in interface ImmutableShortSetpublic ImmutableShortSet newWithout(short element)
newWithout in interface ImmutableShortCollectionnewWithout in interface ImmutableShortSetpublic ImmutableShortSet newWithAll(ShortIterable elements)
newWithAll in interface ImmutableShortCollectionnewWithAll in interface ImmutableShortSetpublic ImmutableShortSet newWithoutAll(ShortIterable elements)
newWithoutAll in interface ImmutableShortCollectionnewWithoutAll in interface ImmutableShortSetpublic ImmutableShortSet toImmutable()
toImmutable in interface ShortSetpublic RichIterable<ShortIterable> chunk(int size)
chunk in interface ShortIterableCopyright © 2004–2022. All rights reserved.