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, toImmutableallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, intIterator, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableIntStack push(int item)
ImmutableIntStack pop()
ImmutableIntStack pop(int count)
ImmutableIntStack select(IntPredicate predicate)
select in interface IntIterableselect in interface IntStackImmutableIntStack reject(IntPredicate predicate)
reject in interface IntIterablereject in interface IntStack<V> ImmutableStack<V> collect(IntToObjectFunction<? extends V> function)
collect in interface IntIterablecollect in interface IntStackCopyright © 2004–2017. All rights reserved.