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, toImmutable
asReversed, getLast, injectIntoWithIndex
forEachWithIndex, getFirst, indexOf
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
ImmutableByteList select(BytePredicate predicate)
select
in interface ByteIterable
select
in interface ByteList
select
in interface ImmutableByteCollection
select
in interface OrderedByteIterable
select
in interface ReversibleByteIterable
ImmutableByteList reject(BytePredicate predicate)
reject
in interface ByteIterable
reject
in interface ByteList
reject
in interface ImmutableByteCollection
reject
in interface OrderedByteIterable
reject
in interface ReversibleByteIterable
<V> ImmutableList<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
collect
in interface ByteList
collect
in interface ImmutableByteCollection
collect
in interface OrderedByteIterable
collect
in interface ReversibleByteIterable
ImmutableByteList newWith(byte element)
newWith
in interface ImmutableByteCollection
ImmutableByteList newWithout(byte element)
newWithout
in interface ImmutableByteCollection
ImmutableByteList newWithAll(ByteIterable elements)
newWithAll
in interface ImmutableByteCollection
ImmutableByteList newWithoutAll(ByteIterable elements)
newWithoutAll
in interface ImmutableByteCollection
ImmutableByteList toReversed()
toReversed
in interface ByteList
toReversed
in interface ReversibleByteIterable
ImmutableByteList distinct()
distinct
in interface ByteList
distinct
in interface ReversibleByteIterable
ImmutableByteList subList(int fromIndex, int toIndex)
Copyright © 2004–2016. All rights reserved.