public interface ImmutableByteSet extends ImmutableByteCollection, ByteSet
Modifier and Type | Method and Description |
---|---|
<V> ImmutableSet<V> |
collect(ByteToObjectFunction<? extends V> function) |
ImmutableByteSet |
newWith(byte element) |
ImmutableByteSet |
newWithAll(ByteIterable elements) |
ImmutableByteSet |
newWithout(byte element) |
ImmutableByteSet |
newWithoutAll(ByteIterable elements) |
ImmutableByteSet |
reject(BytePredicate predicate) |
ImmutableByteSet |
select(BytePredicate predicate) |
equals, freeze, hashCode, toImmutable
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
ImmutableByteSet select(BytePredicate predicate)
select
in interface ByteIterable
select
in interface ByteSet
select
in interface ImmutableByteCollection
ImmutableByteSet reject(BytePredicate predicate)
reject
in interface ByteIterable
reject
in interface ByteSet
reject
in interface ImmutableByteCollection
<V> ImmutableSet<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
collect
in interface ByteSet
collect
in interface ImmutableByteCollection
ImmutableByteSet newWith(byte element)
newWith
in interface ImmutableByteCollection
ImmutableByteSet newWithout(byte element)
newWithout
in interface ImmutableByteCollection
ImmutableByteSet newWithAll(ByteIterable elements)
newWithAll
in interface ImmutableByteCollection
ImmutableByteSet newWithoutAll(ByteIterable elements)
newWithoutAll
in interface ImmutableByteCollection
Copyright © 2004–2016. All rights reserved.