@NotThreadSafe public final class UnmodifiableFloatList extends AbstractUnmodifiableFloatCollection implements org.eclipse.collections.api.list.primitive.MutableFloatList
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAllAtIndex(int index,
float... source) |
boolean |
addAllAtIndex(int index,
org.eclipse.collections.api.FloatIterable source) |
void |
addAtIndex(int index,
float element) |
org.eclipse.collections.api.LazyFloatIterable |
asReversed() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
asSynchronized() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
asUnmodifiable() |
int |
binarySearch(float value) |
<V> org.eclipse.collections.api.list.MutableList<V> |
collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function) |
org.eclipse.collections.api.list.primitive.MutableFloatList |
distinct() |
double |
dotProduct(org.eclipse.collections.api.list.primitive.FloatList list) |
boolean |
equals(Object otherList) |
void |
forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.FloatIntProcedure procedure) |
float |
get(int index) |
float |
getFirst() |
float |
getLast() |
int |
hashCode() |
int |
indexOf(float value) |
<T> T |
injectIntoWithIndex(T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectFloatIntToObjectFunction<? super T,? extends T> function) |
int |
lastIndexOf(float value) |
org.eclipse.collections.api.list.primitive.MutableFloatList |
reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
float |
removeAtIndex(int index) |
org.eclipse.collections.api.list.primitive.MutableFloatList |
reverseThis() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate) |
float |
set(int index,
float element) |
org.eclipse.collections.api.list.primitive.MutableFloatList |
sortThis() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
subList(int fromIndex,
int toIndex) |
org.eclipse.collections.api.list.primitive.ImmutableFloatList |
toImmutable() |
org.eclipse.collections.api.list.primitive.MutableFloatList |
toReversed() |
UnmodifiableFloatList |
with(float element) |
UnmodifiableFloatList |
withAll(org.eclipse.collections.api.FloatIterable elements) |
UnmodifiableFloatList |
without(float element) |
UnmodifiableFloatList |
withoutAll(org.eclipse.collections.api.FloatIterable elements) |
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, asLazy, average, clear, contains, containsAll, containsAll, count, detectIfNone, each, floatIterator, forEach, injectInto, isEmpty, makeString, makeString, makeString, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, notEmpty, remove, removeAll, removeAll, retainAll, retainAll, size, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedList, toStringadd, addAll, addAll, clear, floatIterator, remove, removeAll, removeAll, retainAll, retainAllallSatisfy, anySatisfy, asLazy, average, contains, containsAll, containsAll, count, detectIfNone, each, forEach, injectInto, max, maxIfEmpty, median, min, minIfEmpty, noneSatisfy, sum, toArray, toBag, toList, toSet, toSortedArray, toSortedListpublic float get(int index)
get in interface org.eclipse.collections.api.list.primitive.FloatListpublic float getFirst()
getFirst in interface org.eclipse.collections.api.ordered.primitive.OrderedFloatIterablepublic float getLast()
getLast in interface org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterablepublic int indexOf(float value)
indexOf in interface org.eclipse.collections.api.ordered.primitive.OrderedFloatIterablepublic int lastIndexOf(float value)
lastIndexOf in interface org.eclipse.collections.api.list.primitive.FloatListpublic void addAtIndex(int index,
float element)
addAtIndex in interface org.eclipse.collections.api.list.primitive.MutableFloatListpublic boolean addAllAtIndex(int index,
float... source)
addAllAtIndex in interface org.eclipse.collections.api.list.primitive.MutableFloatListpublic boolean addAllAtIndex(int index,
org.eclipse.collections.api.FloatIterable source)
addAllAtIndex in interface org.eclipse.collections.api.list.primitive.MutableFloatListpublic float removeAtIndex(int index)
removeAtIndex in interface org.eclipse.collections.api.list.primitive.MutableFloatListpublic float set(int index,
float element)
set in interface org.eclipse.collections.api.list.primitive.MutableFloatListpublic UnmodifiableFloatList with(float element)
with in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwith in interface org.eclipse.collections.api.list.primitive.MutableFloatListwith in class AbstractUnmodifiableFloatCollectionpublic UnmodifiableFloatList without(float element)
without in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithout in interface org.eclipse.collections.api.list.primitive.MutableFloatListwithout in class AbstractUnmodifiableFloatCollectionpublic UnmodifiableFloatList withAll(org.eclipse.collections.api.FloatIterable elements)
withAll in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithAll in interface org.eclipse.collections.api.list.primitive.MutableFloatListwithAll in class AbstractUnmodifiableFloatCollectionpublic UnmodifiableFloatList withoutAll(org.eclipse.collections.api.FloatIterable elements)
withoutAll in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithoutAll in interface org.eclipse.collections.api.list.primitive.MutableFloatListwithoutAll in class AbstractUnmodifiableFloatCollectionpublic org.eclipse.collections.api.list.primitive.MutableFloatList select(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
select in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionselect in interface org.eclipse.collections.api.FloatIterableselect in interface org.eclipse.collections.api.list.primitive.FloatListselect in interface org.eclipse.collections.api.list.primitive.MutableFloatListselect in interface org.eclipse.collections.api.ordered.primitive.OrderedFloatIterableselect in interface org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterableselect in class AbstractUnmodifiableFloatCollectionpublic org.eclipse.collections.api.list.primitive.MutableFloatList reject(org.eclipse.collections.api.block.predicate.primitive.FloatPredicate predicate)
reject in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionreject in interface org.eclipse.collections.api.FloatIterablereject in interface org.eclipse.collections.api.list.primitive.FloatListreject in interface org.eclipse.collections.api.list.primitive.MutableFloatListreject in interface org.eclipse.collections.api.ordered.primitive.OrderedFloatIterablereject in interface org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterablereject in class AbstractUnmodifiableFloatCollectionpublic <V> org.eclipse.collections.api.list.MutableList<V> collect(org.eclipse.collections.api.block.function.primitive.FloatToObjectFunction<? extends V> function)
collect in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectioncollect in interface org.eclipse.collections.api.FloatIterablecollect in interface org.eclipse.collections.api.list.primitive.FloatListcollect in interface org.eclipse.collections.api.list.primitive.MutableFloatListcollect in interface org.eclipse.collections.api.ordered.primitive.OrderedFloatIterablecollect in interface org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterablecollect in class AbstractUnmodifiableFloatCollectionpublic org.eclipse.collections.api.list.primitive.MutableFloatList sortThis()
sortThis in interface org.eclipse.collections.api.list.primitive.MutableFloatListpublic int binarySearch(float value)
binarySearch in interface org.eclipse.collections.api.list.primitive.FloatListpublic double dotProduct(org.eclipse.collections.api.list.primitive.FloatList list)
dotProduct in interface org.eclipse.collections.api.list.primitive.FloatListpublic boolean equals(Object otherList)
public int hashCode()
public org.eclipse.collections.api.list.primitive.MutableFloatList asUnmodifiable()
asUnmodifiable in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionasUnmodifiable in interface org.eclipse.collections.api.list.primitive.MutableFloatListasUnmodifiable in class AbstractUnmodifiableFloatCollectionpublic org.eclipse.collections.api.list.primitive.MutableFloatList asSynchronized()
asSynchronized in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionasSynchronized in interface org.eclipse.collections.api.list.primitive.MutableFloatListasSynchronized in class AbstractUnmodifiableFloatCollectionpublic org.eclipse.collections.api.list.primitive.ImmutableFloatList toImmutable()
toImmutable in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectiontoImmutable in interface org.eclipse.collections.api.list.primitive.FloatListtoImmutable in interface org.eclipse.collections.api.list.primitive.MutableFloatListtoImmutable in class AbstractUnmodifiableFloatCollectionpublic org.eclipse.collections.api.list.primitive.MutableFloatList reverseThis()
reverseThis in interface org.eclipse.collections.api.list.primitive.MutableFloatListpublic org.eclipse.collections.api.list.primitive.MutableFloatList toReversed()
toReversed in interface org.eclipse.collections.api.list.primitive.FloatListtoReversed in interface org.eclipse.collections.api.list.primitive.MutableFloatListtoReversed in interface org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterablepublic void forEachWithIndex(org.eclipse.collections.api.block.procedure.primitive.FloatIntProcedure procedure)
forEachWithIndex in interface org.eclipse.collections.api.ordered.primitive.OrderedFloatIterablepublic org.eclipse.collections.api.LazyFloatIterable asReversed()
asReversed in interface org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterablepublic <T> T injectIntoWithIndex(T injectedValue,
org.eclipse.collections.api.block.function.primitive.ObjectFloatIntToObjectFunction<? super T,? extends T> function)
injectIntoWithIndex in interface org.eclipse.collections.api.ordered.primitive.OrderedFloatIterableinjectIntoWithIndex in interface org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterablepublic org.eclipse.collections.api.list.primitive.MutableFloatList distinct()
distinct in interface org.eclipse.collections.api.list.primitive.FloatListdistinct in interface org.eclipse.collections.api.list.primitive.MutableFloatListdistinct in interface org.eclipse.collections.api.ordered.primitive.ReversibleFloatIterablepublic org.eclipse.collections.api.list.primitive.MutableFloatList subList(int fromIndex,
int toIndex)
subList in interface org.eclipse.collections.api.list.primitive.FloatListsubList in interface org.eclipse.collections.api.list.primitive.MutableFloatListCopyright © 2004–2017. All rights reserved.