public interface FloatList extends ReversibleFloatIterable
| Modifier and Type | Method and Description |
|---|---|
int |
binarySearch(float value) |
<V> ListIterable<V> |
collect(FloatToObjectFunction<? extends V> function) |
FloatList |
distinct() |
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, getLast, injectIntoWithIndexforEachWithIndex, getFirst, indexOfallSatisfy, 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, toStringfloat get(int index)
double dotProduct(FloatList list)
int binarySearch(float value)
int lastIndexOf(float value)
FloatList select(FloatPredicate predicate)
select in interface FloatIterableselect in interface OrderedFloatIterableselect in interface ReversibleFloatIterableFloatList reject(FloatPredicate predicate)
reject in interface FloatIterablereject in interface OrderedFloatIterablereject in interface ReversibleFloatIterable<V> ListIterable<V> collect(FloatToObjectFunction<? extends V> function)
collect in interface FloatIterablecollect in interface OrderedFloatIterablecollect in interface ReversibleFloatIterableboolean equals(Object o)
List.equals(Object).int hashCode()
List.hashCode().ImmutableFloatList toImmutable()
FloatList distinct()
distinct in interface ReversibleFloatIterableFloatList toReversed()
toReversed in interface ReversibleFloatIterableFloatList subList(int fromIndex, int toIndex)
List#subList(int fromIndex, int toIndex)}Copyright © 2004–2017. All rights reserved.