public interface ImmutableFloatStack extends FloatStack
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableStack<V> |
collect(FloatToObjectFunction<? extends V> function)
Returns a new collection with the results of applying the specified function on each element of the source
collection.
|
default <V> ImmutableStack<V> |
collectWithIndex(FloatIntToObjectFunction<? extends V> function)
Returns a new ImmutableStack using results obtained by applying the specified function to each element
and its corresponding index.
|
ImmutableFloatStack |
pop() |
ImmutableFloatStack |
pop(int count) |
ImmutableFloatStack |
push(float item) |
ImmutableFloatStack |
reject(FloatPredicate predicate)
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
default ImmutableFloatStack |
rejectWithIndex(FloatIntPredicate predicate)
Returns a new ImmutableFloatStack excluding all elements with corresponding indexes matching the specified predicate.
|
ImmutableFloatStack |
select(FloatPredicate predicate)
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
default ImmutableFloatStack |
selectWithIndex(FloatIntPredicate predicate)
Returns a new ImmutableFloatStack including all elements with corresponding indexes matching the specified predicate.
|
default ImmutableFloatStack |
tap(FloatProcedure procedure) |
equals, hashCode, peek, peek, peekAt, toImmutablecollectWithIndex, forEachWithIndex, getFirst, indexOf, injectIntoWithIndex, rejectWithIndex, selectWithIndexallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, chunk, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, containsAny, containsAny, containsNone, containsNone, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, injectIntoBoolean, injectIntoByte, injectIntoChar, injectIntoDouble, injectIntoFloat, injectIntoInt, injectIntoLong, injectIntoShort, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reduce, reduceIfEmpty, reject, select, sum, summaryStatistics, toArray, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toSortedList, toSortedListBy, toSortedListByappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringdefault ImmutableFloatStack tap(FloatProcedure procedure)
tap in interface FloatIterabletap in interface FloatStackImmutableFloatStack push(float item)
ImmutableFloatStack pop()
ImmutableFloatStack pop(int count)
ImmutableFloatStack select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableselect in interface FloatStackselect in interface OrderedFloatIterableImmutableFloatStack reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterablereject in interface FloatStackreject in interface OrderedFloatIterable<V> ImmutableStack<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterablecollect in interface FloatStackcollect in interface OrderedFloatIterabledefault ImmutableFloatStack selectWithIndex(FloatIntPredicate predicate)
selectWithIndex in interface FloatStackselectWithIndex in interface OrderedFloatIterabledefault ImmutableFloatStack rejectWithIndex(FloatIntPredicate predicate)
rejectWithIndex in interface FloatStackrejectWithIndex in interface OrderedFloatIterabledefault <V> ImmutableStack<V> collectWithIndex(FloatIntToObjectFunction<? extends V> function)
collectWithIndex in interface FloatStackcollectWithIndex in interface OrderedFloatIterableCopyright © 2004–2023. All rights reserved.