public interface ImmutableFloatList extends ImmutableFloatCollection, FloatList
Modifier and Type | Method and Description |
---|---|
<V> ImmutableList<V> |
collect(FloatToObjectFunction<? extends V> function) |
ImmutableFloatList |
distinct() |
ImmutableFloatList |
newWith(float element) |
ImmutableFloatList |
newWithAll(FloatIterable elements) |
ImmutableFloatList |
newWithout(float element) |
ImmutableFloatList |
newWithoutAll(FloatIterable elements) |
ImmutableFloatList |
reject(FloatPredicate predicate) |
ImmutableFloatList |
select(FloatPredicate predicate) |
ImmutableFloatList |
subList(int fromIndex,
int toIndex) |
ImmutableFloatList |
toReversed() |
binarySearch, dotProduct, equals, get, hashCode, lastIndexOf, toImmutable
asReversed, getLast, injectIntoWithIndex
forEachWithIndex, getFirst, indexOf
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
ImmutableFloatList select(FloatPredicate predicate)
select
in interface FloatIterable
select
in interface FloatList
select
in interface ImmutableFloatCollection
select
in interface OrderedFloatIterable
select
in interface ReversibleFloatIterable
ImmutableFloatList reject(FloatPredicate predicate)
reject
in interface FloatIterable
reject
in interface FloatList
reject
in interface ImmutableFloatCollection
reject
in interface OrderedFloatIterable
reject
in interface ReversibleFloatIterable
<V> ImmutableList<V> collect(FloatToObjectFunction<? extends V> function)
collect
in interface FloatIterable
collect
in interface FloatList
collect
in interface ImmutableFloatCollection
collect
in interface OrderedFloatIterable
collect
in interface ReversibleFloatIterable
ImmutableFloatList newWith(float element)
newWith
in interface ImmutableFloatCollection
ImmutableFloatList newWithout(float element)
newWithout
in interface ImmutableFloatCollection
ImmutableFloatList newWithAll(FloatIterable elements)
newWithAll
in interface ImmutableFloatCollection
ImmutableFloatList newWithoutAll(FloatIterable elements)
newWithoutAll
in interface ImmutableFloatCollection
ImmutableFloatList toReversed()
toReversed
in interface FloatList
toReversed
in interface ReversibleFloatIterable
ImmutableFloatList distinct()
distinct
in interface FloatList
distinct
in interface ReversibleFloatIterable
ImmutableFloatList subList(int fromIndex, int toIndex)
Copyright © 2004–2016. All rights reserved.