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, retainAll
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
MutableByteSet select(BytePredicate predicate)
select
in interface ByteIterable
select
in interface ByteSet
select
in interface MutableByteCollection
MutableByteSet reject(BytePredicate predicate)
reject
in interface ByteIterable
reject
in interface ByteSet
reject
in interface MutableByteCollection
<V> MutableSet<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
collect
in interface ByteSet
collect
in interface MutableByteCollection
MutableByteSet with(byte element)
with
in interface MutableByteCollection
MutableByteSet without(byte element)
without
in interface MutableByteCollection
MutableByteSet withAll(ByteIterable elements)
withAll
in interface MutableByteCollection
MutableByteSet withoutAll(ByteIterable elements)
withoutAll
in interface MutableByteCollection
MutableByteSet asUnmodifiable()
asUnmodifiable
in interface MutableByteCollection
MutableByteSet asSynchronized()
asSynchronized
in interface MutableByteCollection
ByteSet freeze()
ImmutableByteSet toImmutable()
toImmutable
in interface ByteSet
toImmutable
in interface MutableByteCollection
Copyright © 2004–2016. All rights reserved.