public abstract class AbstractImmutableLongSet extends AbstractLongSet implements org.eclipse.collections.api.set.primitive.ImmutableLongSet
| Constructor and Description |
|---|
AbstractImmutableLongSet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.LongSet |
freeze() |
org.eclipse.collections.api.set.primitive.ImmutableLongSet |
newWith(long element) |
org.eclipse.collections.api.set.primitive.ImmutableLongSet |
newWithAll(org.eclipse.collections.api.LongIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableLongSet |
newWithout(long element) |
org.eclipse.collections.api.set.primitive.ImmutableLongSet |
newWithoutAll(org.eclipse.collections.api.LongIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableLongSet |
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, longIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic org.eclipse.collections.api.set.primitive.ImmutableLongSet newWith(long element)
newWith in interface org.eclipse.collections.api.collection.primitive.ImmutableLongCollectionnewWith in interface org.eclipse.collections.api.set.primitive.ImmutableLongSetpublic org.eclipse.collections.api.set.primitive.ImmutableLongSet newWithout(long element)
newWithout in interface org.eclipse.collections.api.collection.primitive.ImmutableLongCollectionnewWithout in interface org.eclipse.collections.api.set.primitive.ImmutableLongSetpublic org.eclipse.collections.api.set.primitive.ImmutableLongSet newWithAll(org.eclipse.collections.api.LongIterable elements)
newWithAll in interface org.eclipse.collections.api.collection.primitive.ImmutableLongCollectionnewWithAll in interface org.eclipse.collections.api.set.primitive.ImmutableLongSetpublic org.eclipse.collections.api.set.primitive.ImmutableLongSet newWithoutAll(org.eclipse.collections.api.LongIterable elements)
newWithoutAll in interface org.eclipse.collections.api.collection.primitive.ImmutableLongCollectionnewWithoutAll in interface org.eclipse.collections.api.set.primitive.ImmutableLongSetpublic org.eclipse.collections.api.set.primitive.LongSet freeze()
freeze in interface org.eclipse.collections.api.set.primitive.LongSetpublic org.eclipse.collections.api.set.primitive.ImmutableLongSet toImmutable()
toImmutable in interface org.eclipse.collections.api.set.primitive.LongSetCopyright © 2004–2018. All rights reserved.