public interface ImmutableByteList extends ImmutableByteCollection, ByteList
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableList<V> |
collect(ByteToObjectFunction<? extends V> function) |
ImmutableByteList |
distinct() |
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() |
binarySearch, dotProduct, equals, get, hashCode, lastIndexOf, toImmutableasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, 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, toStringImmutableByteList select(BytePredicate predicate)
select in interface ByteIterableselect in interface ByteListselect in interface ImmutableByteCollectionselect in interface OrderedByteIterableselect in interface ReversibleByteIterableImmutableByteList reject(BytePredicate predicate)
reject in interface ByteIterablereject in interface ByteListreject in interface ImmutableByteCollectionreject in interface OrderedByteIterablereject in interface ReversibleByteIterable<V> ImmutableList<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterablecollect in interface ByteListcollect in interface ImmutableByteCollectioncollect in interface OrderedByteIterablecollect 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 distinct()
distinct in interface ByteListdistinct in interface ReversibleByteIterableImmutableByteList subList(int fromIndex, int toIndex)
Copyright © 2004–2016. All rights reserved.