public interface FloatList extends ReversibleFloatIterable
| Modifier and Type | Method and Description |
|---|---|
<V> ListIterable<V> |
collect(FloatToObjectFunction<? extends V> function) |
double |
dotProduct(FloatList list) |
boolean |
equals(Object o)
Follows the same general contract as
List.equals(Object). |
float |
get(int index) |
int |
hashCode()
Follows the same general contract as
List.hashCode(). |
int |
lastIndexOf(float value) |
FloatList |
reject(FloatPredicate predicate) |
FloatList |
select(FloatPredicate predicate) |
FloatList |
subList(int fromIndex,
int toIndex) |
ImmutableFloatList |
toImmutable()
Returns an immutable copy of this list.
|
FloatList |
toReversed() |
asReversed, forEachWithIndex, getFirst, getLast, indexOf, injectIntoWithIndexallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, floatIterator, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListappendString, appendString, appendString, isEmpty, makeString, makeString, makeString, notEmpty, size, toStringfloat get(int index)
double dotProduct(FloatList list)
int lastIndexOf(float value)
FloatList select(FloatPredicate predicate)
select in interface FloatIterableselect in interface ReversibleFloatIterableFloatList reject(FloatPredicate predicate)
reject in interface FloatIterablereject in interface ReversibleFloatIterable<V> ListIterable<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterablecollect in interface ReversibleFloatIterableboolean equals(Object o)
List.equals(Object).int hashCode()
List.hashCode().ImmutableFloatList toImmutable()
FloatList toReversed()
toReversed in interface ReversibleFloatIterableFloatList subList(int fromIndex, int toIndex)
List#subList(int fromIndex, int toIndex)}Copyright © 2004–2017. All rights reserved.