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
allSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, 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
ImmutableFloatStack push(float item)
ImmutableFloatStack pop()
ImmutableFloatStack pop(int count)
ImmutableFloatStack select(FloatPredicate predicate)
select
in interface FloatIterable
select
in interface FloatStack
ImmutableFloatStack reject(FloatPredicate predicate)
reject
in interface FloatIterable
reject
in interface FloatStack
<V> ImmutableStack<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
collect
in interface FloatStack
Copyright © 2004–2016. All rights reserved.