public interface ByteSet extends ByteIterable
Modifier and Type | Method and Description |
---|---|
<V> SetIterable<V> |
collect(ByteToObjectFunction<? extends V> function) |
boolean |
equals(Object o)
Follows the same general contract as
Set.equals(Object) . |
ByteSet |
freeze()
Returns a frozen copy of this set.
|
int |
hashCode()
Follows the same general contract as
Set.hashCode() . |
ByteSet |
reject(BytePredicate predicate) |
ByteSet |
select(BytePredicate predicate) |
ImmutableByteSet |
toImmutable()
Returns an immutable copy of this set.
|
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
boolean equals(Object o)
Set.equals(Object)
.int hashCode()
Set.hashCode()
.ByteSet select(BytePredicate predicate)
select
in interface ByteIterable
ByteSet reject(BytePredicate predicate)
reject
in interface ByteIterable
<V> SetIterable<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
ByteSet freeze()
ImmutableByteSet toImmutable()
Copyright © 2004–2016. All rights reserved.