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, toImmutableallSatisfy, 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, toStringImmutableByteStack push(byte item)
ImmutableByteStack pop()
ImmutableByteStack pop(int count)
ImmutableByteStack select(BytePredicate predicate)
select in interface ByteIterableselect in interface ByteStackImmutableByteStack reject(BytePredicate predicate)
reject in interface ByteIterablereject in interface ByteStack<V> ImmutableStack<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterablecollect in interface ByteStackCopyright © 2004–2017. All rights reserved.