public interface ImmutableByteBag extends ImmutableByteCollection, ByteBag
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableBag<V> |
collect(ByteToObjectFunction<? extends V> function) |
ImmutableByteBag |
newWith(byte element) |
ImmutableByteBag |
newWithAll(ByteIterable elements) |
ImmutableByteBag |
newWithout(byte element) |
ImmutableByteBag |
newWithoutAll(ByteIterable elements) |
ImmutableByteBag |
reject(BytePredicate predicate) |
ImmutableByteBag |
select(BytePredicate predicate) |
equals, forEachWithOccurrences, hashCode, occurrencesOf, sizeDistinct, toImmutableallSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableByteBag select(BytePredicate predicate)
select in interface ByteBagselect in interface ByteIterableselect in interface ImmutableByteCollectionImmutableByteBag reject(BytePredicate predicate)
reject in interface ByteBagreject in interface ByteIterablereject in interface ImmutableByteCollection<V> ImmutableBag<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteBagcollect in interface ByteIterablecollect in interface ImmutableByteCollectionImmutableByteBag newWith(byte element)
newWith in interface ImmutableByteCollectionImmutableByteBag newWithout(byte element)
newWithout in interface ImmutableByteCollectionImmutableByteBag newWithAll(ByteIterable elements)
newWithAll in interface ImmutableByteCollectionImmutableByteBag newWithoutAll(ByteIterable elements)
newWithoutAll in interface ImmutableByteCollectionCopyright © 2004–2016. All rights reserved.