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