public abstract class AbstractImmutableByteSet extends AbstractByteSet implements org.eclipse.collections.api.set.primitive.ImmutableByteSet
| Constructor and Description |
|---|
AbstractImmutableByteSet() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.collections.api.set.primitive.ByteSet |
freeze() |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
newWith(byte element) |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
newWithAll(org.eclipse.collections.api.ByteIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
newWithout(byte element) |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
newWithoutAll(org.eclipse.collections.api.ByteIterable elements) |
org.eclipse.collections.api.set.primitive.ImmutableByteSet |
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, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic org.eclipse.collections.api.set.primitive.ImmutableByteSet newWith(byte element)
newWith in interface org.eclipse.collections.api.collection.primitive.ImmutableByteCollectionnewWith in interface org.eclipse.collections.api.set.primitive.ImmutableByteSetpublic org.eclipse.collections.api.set.primitive.ImmutableByteSet newWithout(byte element)
newWithout in interface org.eclipse.collections.api.collection.primitive.ImmutableByteCollectionnewWithout in interface org.eclipse.collections.api.set.primitive.ImmutableByteSetpublic org.eclipse.collections.api.set.primitive.ImmutableByteSet newWithAll(org.eclipse.collections.api.ByteIterable elements)
newWithAll in interface org.eclipse.collections.api.collection.primitive.ImmutableByteCollectionnewWithAll in interface org.eclipse.collections.api.set.primitive.ImmutableByteSetpublic org.eclipse.collections.api.set.primitive.ImmutableByteSet newWithoutAll(org.eclipse.collections.api.ByteIterable elements)
newWithoutAll in interface org.eclipse.collections.api.collection.primitive.ImmutableByteCollectionnewWithoutAll in interface org.eclipse.collections.api.set.primitive.ImmutableByteSetpublic org.eclipse.collections.api.set.primitive.ByteSet freeze()
freeze in interface org.eclipse.collections.api.set.primitive.ByteSetpublic org.eclipse.collections.api.set.primitive.ImmutableByteSet toImmutable()
toImmutable in interface org.eclipse.collections.api.set.primitive.ByteSetCopyright © 2004–2017. All rights reserved.