public interface ImmutableCharStack extends CharStack
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableStack<V> |
collect(CharToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
ImmutableCharStack |
pop() |
ImmutableCharStack |
pop(int count) |
ImmutableCharStack |
push(char item) |
ImmutableCharStack |
reject(CharPredicate predicate)
Returns a new CharIterable with all of the elements in the CharIterable that
return false for the specified predicate.
|
ImmutableCharStack |
select(CharPredicate predicate)
Returns a new CharIterable with all of the elements in the CharIterable that
return true for the specified predicate.
|
default ImmutableCharStack |
tap(CharProcedure procedure) |
equals, hashCode, peek, peek, peekAt, toImmutableforEachWithIndex, getFirst, indexOf, injectIntoWithIndexallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, charIterator, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringdefault ImmutableCharStack tap(CharProcedure procedure)
tap in interface CharIterabletap in interface CharStackImmutableCharStack push(char item)
ImmutableCharStack pop()
ImmutableCharStack pop(int count)
ImmutableCharStack select(CharPredicate predicate)
CharIterableselect in interface CharIterableselect in interface CharStackselect in interface OrderedCharIterableImmutableCharStack reject(CharPredicate predicate)
CharIterablereject in interface CharIterablereject in interface CharStackreject in interface OrderedCharIterable<V> ImmutableStack<V> collect(CharToObjectFunction<? extends V> function)
CharIterablecollect in interface CharIterablecollect in interface CharStackcollect in interface OrderedCharIterableCopyright © 2004–2017. All rights reserved.