public interface ImmutableCharStack extends CharStack
Modifier and Type | Method and Description |
---|---|
<V> ImmutableStack<V> |
collect(CharToObjectFunction<? extends V> function) |
ImmutableCharStack |
pop() |
ImmutableCharStack |
pop(int count) |
ImmutableCharStack |
push(char item) |
ImmutableCharStack |
reject(CharPredicate predicate) |
ImmutableCharStack |
select(CharPredicate predicate) |
equals, hashCode, peek, peek, peekAt, toImmutable
forEachWithIndex, getFirst, indexOf, injectIntoWithIndex
allSatisfy, anySatisfy, asLazy, average, charIterator, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableCharStack push(char item)
ImmutableCharStack pop()
ImmutableCharStack pop(int count)
ImmutableCharStack select(CharPredicate predicate)
select
in interface CharIterable
select
in interface CharStack
select
in interface OrderedCharIterable
ImmutableCharStack reject(CharPredicate predicate)
reject
in interface CharIterable
reject
in interface CharStack
reject
in interface OrderedCharIterable
<V> ImmutableStack<V> collect(CharToObjectFunction<? extends V> function)
collect
in interface CharIterable
collect
in interface CharStack
collect
in interface OrderedCharIterable
Copyright © 2004–2016. All rights reserved.