public interface ImmutableFloatList extends ImmutableFloatCollection, FloatList
| Modifier and Type | Method and Description |
|---|---|
<V> ImmutableList<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.
|
ImmutableFloatList |
distinct() |
ImmutableFloatList |
newWith(float element) |
ImmutableFloatList |
newWithAll(FloatIterable elements) |
ImmutableFloatList |
newWithout(float element) |
ImmutableFloatList |
newWithoutAll(FloatIterable elements) |
ImmutableFloatList |
reject(FloatPredicate predicate)
Returns a new FloatIterable with all of the elements in the FloatIterable that
return false for the specified predicate.
|
ImmutableFloatList |
select(FloatPredicate predicate)
Returns a new FloatIterable with all of the elements in the FloatIterable that
return true for the specified predicate.
|
ImmutableFloatList |
subList(int fromIndex,
int toIndex) |
default ImmutableFloatList |
tap(FloatProcedure procedure) |
ImmutableFloatList |
toReversed() |
binarySearch, dotProduct, equals, get, hashCode, lastIndexOf, toImmutableasReversed, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, anySatisfy, asLazy, average, averageIfEmpty, collect, collectBoolean, collectByte, collectChar, collectDouble, collectFloat, collectInt, collectLong, collectShort, contains, containsAll, containsAll, count, detectIfNone, each, flatCollect, floatIterator, forEach, injectInto, max, maxIfEmpty, median, medianIfEmpty, min, minIfEmpty, noneSatisfy, reject, select, sum, summaryStatistics, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringImmutableFloatList select(FloatPredicate predicate)
FloatIterableselect in interface FloatIterableselect in interface FloatListselect in interface ImmutableFloatCollectionselect in interface OrderedFloatIterableselect in interface ReversibleFloatIterableImmutableFloatList reject(FloatPredicate predicate)
FloatIterablereject in interface FloatIterablereject in interface FloatListreject in interface ImmutableFloatCollectionreject in interface OrderedFloatIterablereject in interface ReversibleFloatIterabledefault ImmutableFloatList tap(FloatProcedure procedure)
tap in interface FloatIterabletap in interface FloatListtap in interface ImmutableFloatCollection<V> ImmutableList<V> collect(FloatToObjectFunction<? extends V> function)
FloatIterablecollect in interface FloatIterablecollect in interface FloatListcollect in interface ImmutableFloatCollectioncollect in interface OrderedFloatIterablecollect in interface ReversibleFloatIterableImmutableFloatList newWith(float element)
newWith in interface ImmutableFloatCollectionImmutableFloatList newWithout(float element)
newWithout in interface ImmutableFloatCollectionImmutableFloatList newWithAll(FloatIterable elements)
newWithAll in interface ImmutableFloatCollectionImmutableFloatList newWithoutAll(FloatIterable elements)
newWithoutAll in interface ImmutableFloatCollectionImmutableFloatList toReversed()
toReversed in interface FloatListtoReversed in interface ReversibleFloatIterableImmutableFloatList distinct()
distinct in interface FloatListdistinct in interface ReversibleFloatIterableImmutableFloatList subList(int fromIndex, int toIndex)
subList in interface FloatListList.subList(int fromIndex, int toIndex)Copyright © 2004–2017. All rights reserved.