public interface ImmutableByteSet extends ImmutableByteCollection, ByteSet
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableSet<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.
|
ImmutableByteSet |
newWith(byte element) |
ImmutableByteSet |
newWithAll(ByteIterable elements) |
ImmutableByteSet |
newWithout(byte element) |
ImmutableByteSet |
newWithoutAll(ByteIterable elements) |
ImmutableByteSet |
reject(BytePredicate predicate)
Returns a new ByteIterable with all of the elements in the ByteIterable that
return false for the specified predicate.
|
ImmutableByteSet |
select(BytePredicate predicate)
Returns a new ByteIterable with all of the elements in the ByteIterable that
return true for the specified predicate.
|
equals, freeze, hashCode, toImmutableallSatisfy, anySatisfy, asLazy, average, byteIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableByteSet select(BytePredicate predicate)
ByteIterableselect in interface ByteIterableselect in interface ByteSetselect in interface ImmutableByteCollectionImmutableByteSet reject(BytePredicate predicate)
ByteIterablereject in interface ByteIterablereject in interface ByteSetreject in interface ImmutableByteCollection<V> ImmutableSet<V> collect(ByteToObjectFunction<? extends V> function)
ByteIterablecollect in interface ByteIterablecollect in interface ByteSetcollect in interface ImmutableByteCollectionImmutableByteSet newWith(byte element)
newWith in interface ImmutableByteCollectionImmutableByteSet newWithout(byte element)
newWithout in interface ImmutableByteCollectionImmutableByteSet newWithAll(ByteIterable elements)
newWithAll in interface ImmutableByteCollectionImmutableByteSet newWithoutAll(ByteIterable elements)
newWithoutAll in interface ImmutableByteCollectionCopyright © 2004–2017. All rights reserved.