public abstract class AbstractImmutableShortSet extends AbstractShortSet implements com.gs.collections.api.set.primitive.ImmutableShortSet
| Constructor and Description |
|---|
AbstractImmutableShortSet() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.ShortSet |
freeze()
Returns a frozen copy of this set.
|
com.gs.collections.api.set.primitive.ImmutableShortSet |
newWith(short element) |
com.gs.collections.api.set.primitive.ImmutableShortSet |
newWithAll(com.gs.collections.api.ShortIterable elements) |
com.gs.collections.api.set.primitive.ImmutableShortSet |
newWithout(short element) |
com.gs.collections.api.set.primitive.ImmutableShortSet |
newWithoutAll(com.gs.collections.api.ShortIterable elements) |
com.gs.collections.api.set.primitive.ImmutableShortSet |
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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitcollect, reject, selectallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic com.gs.collections.api.set.primitive.ImmutableShortSet newWith(short element)
newWith in interface com.gs.collections.api.collection.primitive.ImmutableShortCollectionnewWith in interface com.gs.collections.api.set.primitive.ImmutableShortSetpublic com.gs.collections.api.set.primitive.ImmutableShortSet newWithout(short element)
newWithout in interface com.gs.collections.api.collection.primitive.ImmutableShortCollectionnewWithout in interface com.gs.collections.api.set.primitive.ImmutableShortSetpublic com.gs.collections.api.set.primitive.ImmutableShortSet newWithAll(com.gs.collections.api.ShortIterable elements)
newWithAll in interface com.gs.collections.api.collection.primitive.ImmutableShortCollectionnewWithAll in interface com.gs.collections.api.set.primitive.ImmutableShortSetpublic com.gs.collections.api.set.primitive.ImmutableShortSet newWithoutAll(com.gs.collections.api.ShortIterable elements)
newWithoutAll in interface com.gs.collections.api.collection.primitive.ImmutableShortCollectionnewWithoutAll in interface com.gs.collections.api.set.primitive.ImmutableShortSetpublic com.gs.collections.api.set.primitive.ShortSet freeze()
com.gs.collections.api.set.primitive.ShortSetfreeze in interface com.gs.collections.api.set.primitive.ShortSetpublic com.gs.collections.api.set.primitive.ImmutableShortSet toImmutable()
com.gs.collections.api.set.primitive.ShortSettoImmutable in interface com.gs.collections.api.set.primitive.ShortSet