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, toImmutableallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableFloatStack push(float item)
ImmutableFloatStack pop()
ImmutableFloatStack pop(int count)
ImmutableFloatStack select(FloatPredicate predicate)
select in interface FloatIterableselect in interface FloatStackImmutableFloatStack reject(FloatPredicate predicate)
reject in interface FloatIterablereject in interface FloatStack<V> ImmutableStack<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterablecollect in interface FloatStackCopyright © 2004–2017. All rights reserved.