public interface ImmutableIntStack extends IntStack
Modifier and Type | Method and Description |
---|---|
<V> ImmutableStack<V> |
collect(IntToObjectFunction<? extends V> function) |
ImmutableIntStack |
pop() |
ImmutableIntStack |
pop(int count) |
ImmutableIntStack |
push(int item) |
ImmutableIntStack |
reject(IntPredicate predicate) |
ImmutableIntStack |
select(IntPredicate predicate) |
equals, hashCode, peek, peek, peekAt, toImmutable
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableIntStack push(int item)
ImmutableIntStack pop()
ImmutableIntStack pop(int count)
ImmutableIntStack select(IntPredicate predicate)
select
in interface IntIterable
select
in interface IntStack
ImmutableIntStack reject(IntPredicate predicate)
reject
in interface IntIterable
reject
in interface IntStack
<V> ImmutableStack<V> collect(IntToObjectFunction<? extends V> function)
collect
in interface IntIterable
collect
in interface IntStack
Copyright © 2004–2016. All rights reserved.