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
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
ImmutableByteStack push(byte item)
ImmutableByteStack pop()
ImmutableByteStack pop(int count)
ImmutableByteStack select(BytePredicate predicate)
select
in interface ByteIterable
select
in interface ByteStack
ImmutableByteStack reject(BytePredicate predicate)
reject
in interface ByteIterable
reject
in interface ByteStack
<V> ImmutableStack<V> collect(ByteToObjectFunction<? extends V> function)
collect
in interface ByteIterable
collect
in interface ByteStack
Copyright © 2004–2016. All rights reserved.