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, toImmutable
forEachWithIndex, getFirst, indexOf, injectIntoWithIndex
allSatisfy, 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, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableShortStack push(short item)
ImmutableShortStack pop()
ImmutableShortStack pop(int count)
ImmutableShortStack select(ShortPredicate predicate)
select
in interface OrderedShortIterable
select
in interface ShortIterable
select
in interface ShortStack
ImmutableShortStack reject(ShortPredicate predicate)
reject
in interface OrderedShortIterable
reject
in interface ShortIterable
reject
in interface ShortStack
<V> ImmutableStack<V> collect(ShortToObjectFunction<? extends V> function)
collect
in interface OrderedShortIterable
collect
in interface ShortIterable
collect
in interface ShortStack
Copyright © 2004–2016. All rights reserved.