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
forEachWithIndex, getFirst, indexOf, injectIntoWithIndex
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, doubleIterator, 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
ImmutableDoubleStack push(double item)
ImmutableDoubleStack pop()
ImmutableDoubleStack pop(int count)
ImmutableDoubleStack select(DoublePredicate predicate)
select
in interface DoubleIterable
select
in interface DoubleStack
select
in interface OrderedDoubleIterable
ImmutableDoubleStack reject(DoublePredicate predicate)
reject
in interface DoubleIterable
reject
in interface DoubleStack
reject
in interface OrderedDoubleIterable
<V> ImmutableStack<V> collect(DoubleToObjectFunction<? extends V> function)
collect
in interface DoubleIterable
collect
in interface DoubleStack
collect
in interface OrderedDoubleIterable
Copyright © 2004–2016. All rights reserved.