public interface ImmutableByteList extends ImmutableByteCollection, ByteList
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableList<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.
|
ImmutableByteList |
distinct() |
ImmutableByteList |
newWith(byte element) |
ImmutableByteList |
newWithAll(ByteIterable elements) |
ImmutableByteList |
newWithout(byte element) |
ImmutableByteList |
newWithoutAll(ByteIterable elements) |
ImmutableByteList |
reject(BytePredicate predicate)
Returns a new ByteIterable with all of the elements in the ByteIterable that
return false for the specified predicate.
|
ImmutableByteList |
select(BytePredicate predicate)
Returns a new ByteIterable with all of the elements in the ByteIterable that
return true for the specified predicate.
|
ImmutableByteList |
subList(int fromIndex,
int toIndex) |
default ImmutableByteList |
tap(ByteProcedure procedure) |
ImmutableByteList |
toReversed() |
binarySearch, dotProduct, equals, get, hashCode, lastIndexOf, toImmutableasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, byteIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableByteList select(BytePredicate predicate)
ByteIterableselect in interface ByteIterableselect in interface ByteListselect in interface ImmutableByteCollectionselect in interface OrderedByteIterableselect in interface ReversibleByteIterableImmutableByteList reject(BytePredicate predicate)
ByteIterablereject in interface ByteIterablereject in interface ByteListreject in interface ImmutableByteCollectionreject in interface OrderedByteIterablereject in interface ReversibleByteIterabledefault ImmutableByteList tap(ByteProcedure procedure)
tap in interface ByteIterabletap in interface ByteListtap in interface ImmutableByteCollection<V> ImmutableList<V> collect(ByteToObjectFunction<? extends V> function)
ByteIterablecollect 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)
subList in interface ByteListList.subList(int fromIndex, int toIndex)Copyright © 2004–2017. All rights reserved.