public abstract class AbstractImmutableIntSet extends AbstractIntSet implements org.eclipse.collections.api.set.primitive.ImmutableIntSet
| Constructor and Description |
|---|
AbstractImmutableIntSet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.IntSet |
freeze() |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
newWith(int element) |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
newWithAll(org.eclipse.collections.api.IntIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
newWithout(int element) |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
newWithoutAll(org.eclipse.collections.api.IntIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableIntSet |
toImmutable() |
equals, hashCodeappendString, appendString, asLazy, average, containsAll, containsAll, isEmpty, makeString, makeString, makeString, maxIfEmpty, median, minIfEmpty, notEmpty, toBag, toList, toSet, toSortedArray, toSortedList, toStringcollect, 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 org.eclipse.collections.api.set.primitive.ImmutableIntSet newWith(int element)
newWith in interface org.eclipse.collections.api.collection.primitive.ImmutableIntCollectionnewWith in interface org.eclipse.collections.api.set.primitive.ImmutableIntSetpublic org.eclipse.collections.api.set.primitive.ImmutableIntSet newWithout(int element)
newWithout in interface org.eclipse.collections.api.collection.primitive.ImmutableIntCollectionnewWithout in interface org.eclipse.collections.api.set.primitive.ImmutableIntSetpublic org.eclipse.collections.api.set.primitive.ImmutableIntSet newWithAll(org.eclipse.collections.api.IntIterable elements)
newWithAll in interface org.eclipse.collections.api.collection.primitive.ImmutableIntCollectionnewWithAll in interface org.eclipse.collections.api.set.primitive.ImmutableIntSetpublic org.eclipse.collections.api.set.primitive.ImmutableIntSet newWithoutAll(org.eclipse.collections.api.IntIterable elements)
newWithoutAll in interface org.eclipse.collections.api.collection.primitive.ImmutableIntCollectionnewWithoutAll in interface org.eclipse.collections.api.set.primitive.ImmutableIntSetpublic org.eclipse.collections.api.set.primitive.IntSet freeze()
freeze in interface org.eclipse.collections.api.set.primitive.IntSetpublic org.eclipse.collections.api.set.primitive.ImmutableIntSet toImmutable()
toImmutable in interface org.eclipse.collections.api.set.primitive.IntSetCopyright © 2004–2017. All rights reserved.