public interface MutableByteSet extends MutableByteCollection, ByteSet
| Modifier and Type | Method and Description |
|---|---|
MutableByteSet |
asSynchronized() |
MutableByteSet |
asUnmodifiable() |
<V> MutableSet<V> |
collect(ByteToObjectFunction<? extends V> function) |
ByteSet |
freeze()
Returns a frozen copy of this set.
|
MutableByteSet |
reject(BytePredicate predicate) |
MutableByteSet |
select(BytePredicate predicate) |
ImmutableByteSet |
toImmutable()
Returns an immutable copy of this set.
|
MutableByteSet |
with(byte element) |
MutableByteSet |
withAll(ByteIterable elements) |
MutableByteSet |
without(byte element) |
MutableByteSet |
withoutAll(ByteIterable elements) |
add, addAll, addAll, byteIterator, clear, remove, removeAll, removeAll, retainAll, retainAllallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableByteSet select(BytePredicate predicate)
select in interface ByteIterableselect in interface ByteSetselect in interface MutableByteCollectionMutableByteSet reject(BytePredicate predicate)
reject in interface ByteIterablereject in interface ByteSetreject in interface MutableByteCollection<V> MutableSet<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterablecollect in interface ByteSetcollect in interface MutableByteCollectionMutableByteSet with(byte element)
with in interface MutableByteCollectionMutableByteSet without(byte element)
without in interface MutableByteCollectionMutableByteSet withAll(ByteIterable elements)
withAll in interface MutableByteCollectionMutableByteSet withoutAll(ByteIterable elements)
withoutAll in interface MutableByteCollectionMutableByteSet asUnmodifiable()
asUnmodifiable in interface MutableByteCollectionMutableByteSet asSynchronized()
asSynchronized in interface MutableByteCollectionByteSet freeze()
ImmutableByteSet toImmutable()
toImmutable in interface ByteSettoImmutable in interface MutableByteCollectionCopyright © 2004–2017. All rights reserved.