public abstract class AbstractImmutableShortSet extends AbstractShortSet implements org.eclipse.collections.api.set.primitive.ImmutableShortSet
| Constructor and Description |
|---|
AbstractImmutableShortSet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.ShortSet |
freeze() |
org.eclipse.collections.api.set.primitive.ImmutableShortSet |
newWith(short element) |
org.eclipse.collections.api.set.primitive.ImmutableShortSet |
newWithAll(org.eclipse.collections.api.ShortIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableShortSet |
newWithout(short element) |
org.eclipse.collections.api.set.primitive.ImmutableShortSet |
newWithoutAll(org.eclipse.collections.api.ShortIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableShortSet |
toImmutable() |
equals, hashCodeappendString, appendString, asLazy, average, containsAll, containsAll, isEmpty, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, notEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringcollect, reject, selectequals, hashCodeallSatisfy, 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 org.eclipse.collections.api.set.primitive.ImmutableShortSet newWith(short element)
newWith in interface org.eclipse.collections.api.collection.primitive.ImmutableShortCollectionnewWith in interface org.eclipse.collections.api.set.primitive.ImmutableShortSetpublic org.eclipse.collections.api.set.primitive.ImmutableShortSet newWithout(short element)
newWithout in interface org.eclipse.collections.api.collection.primitive.ImmutableShortCollectionnewWithout in interface org.eclipse.collections.api.set.primitive.ImmutableShortSetpublic org.eclipse.collections.api.set.primitive.ImmutableShortSet newWithAll(org.eclipse.collections.api.ShortIterable elements)
newWithAll in interface org.eclipse.collections.api.collection.primitive.ImmutableShortCollectionnewWithAll in interface org.eclipse.collections.api.set.primitive.ImmutableShortSetpublic org.eclipse.collections.api.set.primitive.ImmutableShortSet newWithoutAll(org.eclipse.collections.api.ShortIterable elements)
newWithoutAll in interface org.eclipse.collections.api.collection.primitive.ImmutableShortCollectionnewWithoutAll in interface org.eclipse.collections.api.set.primitive.ImmutableShortSetpublic org.eclipse.collections.api.set.primitive.ShortSet freeze()
freeze in interface org.eclipse.collections.api.set.primitive.ShortSetpublic org.eclipse.collections.api.set.primitive.ImmutableShortSet toImmutable()
toImmutable in interface org.eclipse.collections.api.set.primitive.ShortSetCopyright © 2004–2018. All rights reserved.