public interface ImmutableFloatStack extends FloatStack
Modifier and Type | Method and Description |
---|---|
<V> ImmutableStack<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableFloatStack |
pop() |
ImmutableFloatStack |
pop(int count) |
ImmutableFloatStack |
push(float item) |
ImmutableFloatStack |
reject(FloatPredicate predicate) |
ImmutableFloatStack |
select(FloatPredicate predicate) |
equals, hashCode, peek, peek, peekAt, toImmutable
forEachWithIndex, getFirst, indexOf, injectIntoWithIndex
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, 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
ImmutableFloatStack push(float item)
ImmutableFloatStack pop()
ImmutableFloatStack pop(int count)
ImmutableFloatStack select(FloatPredicate predicate)
select
in interface FloatIterable
select
in interface FloatStack
select
in interface OrderedFloatIterable
ImmutableFloatStack reject(FloatPredicate predicate)
reject
in interface FloatIterable
reject
in interface FloatStack
reject
in interface OrderedFloatIterable
<V> ImmutableStack<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
collect
in interface FloatStack
collect
in interface OrderedFloatIterable
Copyright © 2004–2016. All rights reserved.