public interface ImmutableDoubleStack extends DoubleStack
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableStack<V> |
collect(DoubleToObjectFunction<? extends V> function) |
ImmutableDoubleStack |
pop() |
ImmutableDoubleStack |
pop(int count) |
ImmutableDoubleStack |
push(double item) |
ImmutableDoubleStack |
reject(DoublePredicate predicate) |
ImmutableDoubleStack |
select(DoublePredicate predicate) |
equals, hashCode, peek, peek, peekAt, toImmutableallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableDoubleStack push(double item)
ImmutableDoubleStack pop()
ImmutableDoubleStack pop(int count)
ImmutableDoubleStack select(DoublePredicate predicate)
select in interface DoubleIterableselect in interface DoubleStackImmutableDoubleStack reject(DoublePredicate predicate)
reject in interface DoubleIterablereject in interface DoubleStack<V> ImmutableStack<V> collect(DoubleToObjectFunction<? extends V> function)
collect in interface DoubleIterablecollect in interface DoubleStackCopyright © 2004–2017. All rights reserved.