public interface ImmutableShortStack extends ShortStack
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableStack<V> |
collect(ShortToObjectFunction<? extends V> function) |
ImmutableShortStack |
pop() |
ImmutableShortStack |
pop(int count) |
ImmutableShortStack |
push(short item) |
ImmutableShortStack |
reject(ShortPredicate predicate) |
ImmutableShortStack |
select(ShortPredicate predicate) |
equals, hashCode, peek, peek, peekAt, toImmutableforEachWithIndex, getFirst, indexOf, injectIntoWithIndexallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, shortIterator, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableShortStack push(short item)
ImmutableShortStack pop()
ImmutableShortStack pop(int count)
ImmutableShortStack select(ShortPredicate predicate)
select in interface OrderedShortIterableselect in interface ShortIterableselect in interface ShortStackImmutableShortStack reject(ShortPredicate predicate)
reject in interface OrderedShortIterablereject in interface ShortIterablereject in interface ShortStack<V> ImmutableStack<V> collect(ShortToObjectFunction<? extends V> function)
collect in interface OrderedShortIterablecollect in interface ShortIterablecollect in interface ShortStackCopyright © 2004–2016. All rights reserved.