public abstract class AbstractImmutableIntSet extends AbstractIntSet implements com.gs.collections.api.set.primitive.ImmutableIntSet
| Constructor and Description |
|---|
AbstractImmutableIntSet() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.IntSet |
freeze()
Returns a frozen copy of this set.
|
com.gs.collections.api.set.primitive.ImmutableIntSet |
newWith(int element) |
com.gs.collections.api.set.primitive.ImmutableIntSet |
newWithAll(com.gs.collections.api.IntIterable elements) |
com.gs.collections.api.set.primitive.ImmutableIntSet |
newWithout(int element) |
com.gs.collections.api.set.primitive.ImmutableIntSet |
newWithoutAll(com.gs.collections.api.IntIterable elements) |
com.gs.collections.api.set.primitive.ImmutableIntSet |
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, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic com.gs.collections.api.set.primitive.ImmutableIntSet newWith(int element)
newWith in interface com.gs.collections.api.collection.primitive.ImmutableIntCollectionnewWith in interface com.gs.collections.api.set.primitive.ImmutableIntSetpublic com.gs.collections.api.set.primitive.ImmutableIntSet newWithout(int element)
newWithout in interface com.gs.collections.api.collection.primitive.ImmutableIntCollectionnewWithout in interface com.gs.collections.api.set.primitive.ImmutableIntSetpublic com.gs.collections.api.set.primitive.ImmutableIntSet newWithAll(com.gs.collections.api.IntIterable elements)
newWithAll in interface com.gs.collections.api.collection.primitive.ImmutableIntCollectionnewWithAll in interface com.gs.collections.api.set.primitive.ImmutableIntSetpublic com.gs.collections.api.set.primitive.ImmutableIntSet newWithoutAll(com.gs.collections.api.IntIterable elements)
newWithoutAll in interface com.gs.collections.api.collection.primitive.ImmutableIntCollectionnewWithoutAll in interface com.gs.collections.api.set.primitive.ImmutableIntSetpublic com.gs.collections.api.set.primitive.IntSet freeze()
com.gs.collections.api.set.primitive.IntSetfreeze in interface com.gs.collections.api.set.primitive.IntSetpublic com.gs.collections.api.set.primitive.ImmutableIntSet toImmutable()
com.gs.collections.api.set.primitive.IntSettoImmutable in interface com.gs.collections.api.set.primitive.IntSet