ByteIterable, ByteSet, MutableByteCollection, PrimitiveIterableAbstractMutableByteKeySet, ByteHashSet, SynchronizedByteSet, UnmodifiableByteSetpublic interface MutableByteSet extends MutableByteCollection, ByteSet
| Modifier and Type | Method | Description |
|---|---|---|
MutableByteSet |
asSynchronized() |
|
MutableByteSet |
asUnmodifiable() |
|
<V> MutableSet<V> |
collect(ByteToObjectFunction<? extends V> function) |
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ByteSet |
freeze() |
Returns a frozen copy of this set.
|
default MutableByteSet |
newEmpty() |
Creates a new empty mutable version of the same Set type.
|
MutableByteSet |
reject(BytePredicate predicate) |
Returns a new ByteIterable with all of the elements in the ByteIterable that
return false for the specified predicate.
|
MutableByteSet |
select(BytePredicate predicate) |
Returns a new ByteIterable with all of the elements in the ByteIterable that
return true for the specified predicate.
|
default MutableByteSet |
tap(ByteProcedure procedure) |
|
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) |
allSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListadd, addAll, addAll, byteIterator, clear, remove, removeAll, removeAll, removeIf, retainAll, retainAllappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringMutableByteSet select(BytePredicate predicate)
ByteIterableselect in interface ByteIterableselect in interface ByteSetselect in interface MutableByteCollectionMutableByteSet reject(BytePredicate predicate)
ByteIterablereject in interface ByteIterablereject in interface ByteSetreject in interface MutableByteCollectiondefault MutableByteSet tap(ByteProcedure procedure)
tap in interface ByteIterabletap in interface ByteSettap in interface MutableByteCollection<V> MutableSet<V> collect(ByteToObjectFunction<? extends V> function)
ByteIterablecollect 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 MutableByteCollectiondefault MutableByteSet newEmpty()
newEmpty in interface MutableByteCollectionCopyright © 2004–2019. All rights reserved.