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, toImmutable
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList
appendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toString
ImmutableDoubleStack push(double item)
ImmutableDoubleStack pop()
ImmutableDoubleStack pop(int count)
ImmutableDoubleStack select(DoublePredicate predicate)
select
in interface DoubleIterable
select
in interface DoubleStack
ImmutableDoubleStack reject(DoublePredicate predicate)
reject
in interface DoubleIterable
reject
in interface DoubleStack
<V> ImmutableStack<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
collect
in interface DoubleStack
Copyright © 2004–2016. All rights reserved.