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, toImmutableforEachWithIndex, getFirst, indexOf, injectIntoWithIndexallSatisfy, 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, 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 ByteStackselect in interface OrderedByteIterableImmutableByteStack reject(BytePredicate predicate)
reject in interface ByteIterablereject in interface ByteStackreject in interface OrderedByteIterable<V> ImmutableStack<V> collect(ByteToObjectFunction<? extends V> function)
collect in interface ByteIterablecollect in interface ByteStackcollect in interface OrderedByteIterableCopyright © 2004–2016. All rights reserved.