@ThreadSafe public final class SynchronizedFloatList extends AbstractSynchronizedFloatCollection implements org.eclipse.collections.api.list.primitive.MutableFloatList
MutableFloatList. It is imperative that the user manually synchronize on the collection when iterating over it using the
FloatIterator, as per Collections.synchronizedCollection(Collection).
This file was automatically generated from template file synchronizedPrimitiveList.stg.
MutableFloatList.asSynchronized(),
MutableList.asSynchronized(),
Serialized Form| 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 |
asLazy() |
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() |
SynchronizedFloatList |
with(float element) |
SynchronizedFloatList |
withAll(org.eclipse.collections.api.FloatIterable elements) |
SynchronizedFloatList |
without(float element) |
SynchronizedFloatList |
withoutAll(org.eclipse.collections.api.FloatIterable elements) |
add, addAll, addAll, allSatisfy, anySatisfy, appendString, appendString, appendString, 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, 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 SynchronizedFloatList with(float element)
with in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwith in interface org.eclipse.collections.api.list.primitive.MutableFloatListwith in class AbstractSynchronizedFloatCollectionpublic SynchronizedFloatList without(float element)
without in interface org.eclipse.collections.api.collection.primitive.MutableFloatCollectionwithout in interface org.eclipse.collections.api.list.primitive.MutableFloatListwithout in class AbstractSynchronizedFloatCollectionpublic SynchronizedFloatList 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 AbstractSynchronizedFloatCollectionpublic SynchronizedFloatList 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 AbstractSynchronizedFloatCollectionpublic 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 AbstractSynchronizedFloatCollectionpublic 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 AbstractSynchronizedFloatCollectionpublic <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 AbstractSynchronizedFloatCollectionpublic 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.LazyFloatIterable asLazy()
asLazy in interface org.eclipse.collections.api.FloatIterableasLazy in class AbstractSynchronizedFloatCollectionpublic 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 AbstractSynchronizedFloatCollectionpublic 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 AbstractSynchronizedFloatCollectionpublic 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 AbstractSynchronizedFloatCollectionpublic 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 org.eclipse.collections.api.LazyFloatIterable asReversed()
asReversed 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 <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–2018. All rights reserved.