public interface ImmutableByteList extends ImmutableByteCollection, ByteList
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableList<V> |
collect(ByteToObjectFunction<? extends V> function) |
ImmutableByteList |
newWith(byte element) |
ImmutableByteList |
newWithAll(ByteIterable elements) |
ImmutableByteList |
newWithout(byte element) |
ImmutableByteList |
newWithoutAll(ByteIterable elements) |
ImmutableByteList |
reject(BytePredicate predicate) |
ImmutableByteList |
select(BytePredicate predicate) |
ImmutableByteList |
subList(int fromIndex,
int toIndex) |
ImmutableByteList |
toReversed() |
dotProduct, equals, get, hashCode, lastIndexOf, toImmutableasReversed, forEachWithIndex, getFirst, getLast, indexOf, injectIntoWithIndexallSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableByteList select(BytePredicate predicate)
select in interface ByteIterableselect in interface ByteListselect in interface ImmutableByteCollectionselect in interface ReversibleByteIterableImmutableByteList reject(BytePredicate predicate)
reject in interface ByteIterablereject in interface ByteListreject in interface ImmutableByteCollectionreject in interface ReversibleByteIterable<V> ImmutableList<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterablecollect in interface ByteListcollect in interface ImmutableByteCollectioncollect in interface ReversibleByteIterableImmutableByteList newWith(byte element)
newWith in interface ImmutableByteCollectionImmutableByteList newWithout(byte element)
newWithout in interface ImmutableByteCollectionImmutableByteList newWithAll(ByteIterable elements)
newWithAll in interface ImmutableByteCollectionImmutableByteList newWithoutAll(ByteIterable elements)
newWithoutAll in interface ImmutableByteCollectionImmutableByteList toReversed()
toReversed in interface ByteListtoReversed in interface ReversibleByteIterableImmutableByteList subList(int fromIndex, int toIndex)
Copyright © 2004–2017. All rights reserved.