public interface ImmutableByteStack extends ByteStack
Modifier and Type | Method and Description |
---|---|
<V> ImmutableStack<V> |
collect(ByteToObjectFunction<? extends V> function) |
ImmutableByteStack |
pop() |
ImmutableByteStack |
pop(int count) |
ImmutableByteStack |
push(byte item) |
ImmutableByteStack |
reject(BytePredicate predicate) |
ImmutableByteStack |
select(BytePredicate predicate) |
equals, hashCode, peek, peek, peekAt, toImmutable
forEachWithIndex, getFirst, indexOf, injectIntoWithIndex
allSatisfy, anySatisfy, asLazy, average, byteIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableByteStack push(byte item)
ImmutableByteStack pop()
ImmutableByteStack pop(int count)
ImmutableByteStack select(BytePredicate predicate)
select
in interface ByteIterable
select
in interface ByteStack
select
in interface OrderedByteIterable
ImmutableByteStack reject(BytePredicate predicate)
reject
in interface ByteIterable
reject
in interface ByteStack
reject
in interface OrderedByteIterable
<V> ImmutableStack<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
collect
in interface ByteStack
collect
in interface OrderedByteIterable
Copyright © 2004–2016. All rights reserved.