public abstract class AbstractImmutableByteSet extends AbstractByteSet implements com.gs.collections.api.set.primitive.ImmutableByteSet
| Constructor and Description |
|---|
AbstractImmutableByteSet() |
| Modifier and Type | Method and Description |
|---|---|
com.gs.collections.api.set.primitive.ByteSet |
freeze()
Returns a frozen copy of this set.
|
com.gs.collections.api.set.primitive.ImmutableByteSet |
newWith(byte element) |
com.gs.collections.api.set.primitive.ImmutableByteSet |
newWithAll(com.gs.collections.api.ByteIterable elements) |
com.gs.collections.api.set.primitive.ImmutableByteSet |
newWithout(byte element) |
com.gs.collections.api.set.primitive.ImmutableByteSet |
newWithoutAll(com.gs.collections.api.ByteIterable elements) |
com.gs.collections.api.set.primitive.ImmutableByteSet |
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, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic com.gs.collections.api.set.primitive.ImmutableByteSet newWith(byte element)
newWith in interface com.gs.collections.api.collection.primitive.ImmutableByteCollectionnewWith in interface com.gs.collections.api.set.primitive.ImmutableByteSetpublic com.gs.collections.api.set.primitive.ImmutableByteSet newWithout(byte element)
newWithout in interface com.gs.collections.api.collection.primitive.ImmutableByteCollectionnewWithout in interface com.gs.collections.api.set.primitive.ImmutableByteSetpublic com.gs.collections.api.set.primitive.ImmutableByteSet newWithAll(com.gs.collections.api.ByteIterable elements)
newWithAll in interface com.gs.collections.api.collection.primitive.ImmutableByteCollectionnewWithAll in interface com.gs.collections.api.set.primitive.ImmutableByteSetpublic com.gs.collections.api.set.primitive.ImmutableByteSet newWithoutAll(com.gs.collections.api.ByteIterable elements)
newWithoutAll in interface com.gs.collections.api.collection.primitive.ImmutableByteCollectionnewWithoutAll in interface com.gs.collections.api.set.primitive.ImmutableByteSetpublic com.gs.collections.api.set.primitive.ByteSet freeze()
com.gs.collections.api.set.primitive.ByteSetfreeze in interface com.gs.collections.api.set.primitive.ByteSetpublic com.gs.collections.api.set.primitive.ImmutableByteSet toImmutable()
com.gs.collections.api.set.primitive.ByteSettoImmutable in interface com.gs.collections.api.set.primitive.ByteSet