Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
org.eclipse.collections.api.bag.sorted |
This package contains interfaces for SortedBag API.
|
org.eclipse.collections.api.factory.list.primitive |
This package contains factory API for creating immutable primitive list instances.
|
org.eclipse.collections.api.list |
This package contains interfaces for list API which enhance the performance and functionality of
List . |
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
org.eclipse.collections.api.map |
This package contains interfaces for map API which enhance the performance and functionality of
Map |
org.eclipse.collections.api.map.sorted |
This package contains mutable and immutable sorted map interfaces.
|
org.eclipse.collections.api.set.sorted |
This package contains interfaces for sorted set API.
|
org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag . |
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.mutable |
This package contains implementations of the
MutableList interface. |
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.map.sorted.mutable |
This package contains implementations of the
MutableSortedMap interface. |
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set.sorted.mutable |
This package contains implementations of
MutableSortedSet . |
org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
org.eclipse.collections.impl.stack.primitive | |
org.eclipse.collections.impl.utility |
This package contains static utilities that provide iteration pattern implementations which work with JCF collections.
|
org.eclipse.collections.impl.utility.internal |
This package contains static utilities that provide internal iteration pattern implementations which work with JCF collections.
|
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
FloatIterable.toList() |
Converts the FloatIterable to a new MutableFloatList.
|
MutableFloatList |
FloatIterable.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
MutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
MutableFloatListFactory.empty() |
|
MutableFloatList |
MutableFloatListFactory.of() |
Same as
MutableFloatListFactory.empty() . |
MutableFloatList |
MutableFloatListFactory.of(float... items) |
|
MutableFloatList |
MutableFloatListFactory.ofAll(FloatIterable items) |
|
MutableFloatList |
MutableFloatListFactory.with() |
Same as
MutableFloatListFactory.empty() . |
MutableFloatList |
MutableFloatListFactory.with(float... items) |
|
MutableFloatList |
MutableFloatListFactory.withAll(FloatIterable items) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
MutableList.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
MutableFloatList.asSynchronized() |
|
MutableFloatList |
MutableFloatList.asUnmodifiable() |
|
MutableFloatList |
MutableFloatList.distinct() |
|
MutableFloatList |
MutableFloatList.reject(FloatPredicate predicate) |
|
MutableFloatList |
MutableFloatList.reverseThis() |
|
MutableFloatList |
MutableFloatList.select(FloatPredicate predicate) |
|
MutableFloatList |
MutableFloatList.sortThis() |
Sorts this list mutating its contents and returns the same mutable list (this).
|
MutableFloatList |
MutableFloatList.subList(int fromIndex,
int toIndex) |
|
MutableFloatList |
MutableFloatList.toReversed() |
|
MutableFloatList |
MutableFloatList.with(float element) |
|
MutableFloatList |
MutableFloatList.withAll(FloatIterable elements) |
|
MutableFloatList |
MutableFloatList.without(float element) |
|
MutableFloatList |
MutableFloatList.withoutAll(FloatIterable elements) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
MutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
MutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
MutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
AbstractMutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
SynchronizedSortedBag.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
UnmodifiableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
AbstractSynchronizedFloatCollection.toList() |
|
MutableFloatList |
AbstractUnmodifiableFloatCollection.toList() |
|
MutableFloatList |
AbstractSynchronizedFloatCollection.toSortedList() |
|
MutableFloatList |
AbstractUnmodifiableFloatCollection.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
AbstractLazyFloatIterable.toList() |
|
MutableFloatList |
CollectFloatIterable.toList() |
|
MutableFloatList |
LazyFloatIterableAdapter.toList() |
|
MutableFloatList |
ReverseFloatIterable.toList() |
|
MutableFloatList |
SelectFloatIterable.toList() |
|
MutableFloatList |
AbstractLazyFloatIterable.toSortedList() |
|
MutableFloatList |
LazyFloatIterableAdapter.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
AbstractListAdapter.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
AbstractMutableList.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
ArrayListAdapter.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
FastList.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
MultiReaderFastList.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
RandomAccessListAdapter.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
SynchronizedMutableList.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
UnmodifiableMutableList.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Class | Description |
---|---|---|
class |
FloatArrayList |
FloatArrayList is similar to
FastList , and is memory-optimized for float primitives. |
class |
SynchronizedFloatList |
A synchronized view of a
MutableFloatList . |
class |
UnmodifiableFloatList |
This file was automatically generated from template file unmodifiablePrimitiveList.stg.
|
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
FloatArrayList.asSynchronized() |
|
MutableFloatList |
SynchronizedFloatList.asSynchronized() |
|
MutableFloatList |
UnmodifiableFloatList.asSynchronized() |
|
MutableFloatList |
FloatArrayList.asUnmodifiable() |
|
MutableFloatList |
SynchronizedFloatList.asUnmodifiable() |
|
MutableFloatList |
UnmodifiableFloatList.asUnmodifiable() |
|
MutableFloatList |
FloatArrayList.distinct() |
|
MutableFloatList |
SynchronizedFloatList.distinct() |
|
MutableFloatList |
UnmodifiableFloatList.distinct() |
|
MutableFloatList |
MutableFloatListFactoryImpl.empty() |
|
MutableFloatList |
MutableFloatListFactoryImpl.of() |
|
MutableFloatList |
MutableFloatListFactoryImpl.of(float... items) |
|
MutableFloatList |
MutableFloatListFactoryImpl.ofAll(FloatIterable items) |
|
MutableFloatList |
SynchronizedFloatList.reject(FloatPredicate predicate) |
|
MutableFloatList |
UnmodifiableFloatList.reject(FloatPredicate predicate) |
|
MutableFloatList |
SynchronizedFloatList.reverseThis() |
|
MutableFloatList |
UnmodifiableFloatList.reverseThis() |
|
MutableFloatList |
SynchronizedFloatList.select(FloatPredicate predicate) |
|
MutableFloatList |
UnmodifiableFloatList.select(FloatPredicate predicate) |
|
MutableFloatList |
SynchronizedFloatList.sortThis() |
|
MutableFloatList |
UnmodifiableFloatList.sortThis() |
|
MutableFloatList |
FloatArrayList.subList(int fromIndex,
int toIndex) |
|
MutableFloatList |
SynchronizedFloatList.subList(int fromIndex,
int toIndex) |
|
MutableFloatList |
UnmodifiableFloatList.subList(int fromIndex,
int toIndex) |
|
MutableFloatList |
SynchronizedFloatList.toReversed() |
|
MutableFloatList |
UnmodifiableFloatList.toReversed() |
|
MutableFloatList |
MutableFloatListFactoryImpl.with() |
|
MutableFloatList |
MutableFloatListFactoryImpl.with(float... items) |
|
MutableFloatList |
MutableFloatListFactoryImpl.withAll(FloatIterable items) |
Constructor | Description |
---|---|
SynchronizedFloatList(MutableFloatList list) |
|
SynchronizedFloatList(MutableFloatList list,
Object newLock) |
|
UnmodifiableFloatList(MutableFloatList list) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
AbstractMutableFloatKeySet.toList() |
|
MutableFloatList |
ObjectFloatHashMap.toList() |
|
MutableFloatList |
ObjectFloatHashMapWithHashingStrategy.toList() |
|
MutableFloatList |
SynchronizedByteFloatMap.toList() |
|
MutableFloatList |
SynchronizedCharFloatMap.toList() |
|
MutableFloatList |
SynchronizedDoubleFloatMap.toList() |
|
MutableFloatList |
SynchronizedFloatFloatMap.toList() |
|
MutableFloatList |
SynchronizedIntFloatMap.toList() |
|
MutableFloatList |
SynchronizedLongFloatMap.toList() |
|
MutableFloatList |
SynchronizedObjectFloatMap.toList() |
|
MutableFloatList |
SynchronizedShortFloatMap.toList() |
|
MutableFloatList |
UnmodifiableByteFloatMap.toList() |
|
MutableFloatList |
UnmodifiableCharFloatMap.toList() |
|
MutableFloatList |
UnmodifiableDoubleFloatMap.toList() |
|
MutableFloatList |
UnmodifiableFloatFloatMap.toList() |
|
MutableFloatList |
UnmodifiableIntFloatMap.toList() |
|
MutableFloatList |
UnmodifiableLongFloatMap.toList() |
|
MutableFloatList |
UnmodifiableObjectFloatMap.toList() |
|
MutableFloatList |
UnmodifiableShortFloatMap.toList() |
|
MutableFloatList |
AbstractMutableFloatKeySet.toSortedList() |
|
MutableFloatList |
ObjectFloatHashMap.toSortedList() |
|
MutableFloatList |
ObjectFloatHashMapWithHashingStrategy.toSortedList() |
|
MutableFloatList |
SynchronizedByteFloatMap.toSortedList() |
|
MutableFloatList |
SynchronizedCharFloatMap.toSortedList() |
|
MutableFloatList |
SynchronizedDoubleFloatMap.toSortedList() |
|
MutableFloatList |
SynchronizedFloatFloatMap.toSortedList() |
|
MutableFloatList |
SynchronizedIntFloatMap.toSortedList() |
|
MutableFloatList |
SynchronizedLongFloatMap.toSortedList() |
|
MutableFloatList |
SynchronizedObjectFloatMap.toSortedList() |
|
MutableFloatList |
SynchronizedShortFloatMap.toSortedList() |
|
MutableFloatList |
UnmodifiableByteFloatMap.toSortedList() |
|
MutableFloatList |
UnmodifiableCharFloatMap.toSortedList() |
|
MutableFloatList |
UnmodifiableDoubleFloatMap.toSortedList() |
|
MutableFloatList |
UnmodifiableFloatFloatMap.toSortedList() |
|
MutableFloatList |
UnmodifiableIntFloatMap.toSortedList() |
|
MutableFloatList |
UnmodifiableLongFloatMap.toSortedList() |
|
MutableFloatList |
UnmodifiableObjectFloatMap.toSortedList() |
|
MutableFloatList |
UnmodifiableShortFloatMap.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
AbstractMutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) |
|
MutableFloatList |
SynchronizedSortedMap.collectFloat(FloatFunction<? super V> floatFunction) |
|
MutableFloatList |
UnmodifiableTreeMap.collectFloat(FloatFunction<? super V> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
AbstractFloatIterable.toList() |
|
MutableFloatList |
SynchronizedFloatIterable.toList() |
|
MutableFloatList |
AbstractFloatIterable.toSortedList() |
|
MutableFloatList |
SynchronizedFloatIterable.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
SortedSetAdapter.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
SynchronizedSortedSet.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
TreeSortedSet.collectFloat(FloatFunction<? super T> floatFunction) |
|
MutableFloatList |
UnmodifiableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
SynchronizedFloatStack.toList() |
|
MutableFloatList |
UnmodifiableFloatStack.toList() |
|
MutableFloatList |
FloatArrayStack.toSortedList() |
|
MutableFloatList |
SynchronizedFloatStack.toSortedList() |
|
MutableFloatList |
UnmodifiableFloatStack.toSortedList() |
Modifier and Type | Method | Description |
---|---|---|
MutableFloatList |
AbstractFloatStack.toList() |
Modifier and Type | Method | Description |
---|---|---|
static <T> MutableFloatList |
ArrayIterate.collectFloat(T[] objectArray,
FloatFunction<? super T> floatFunction) |
|
static <T> MutableFloatList |
ArrayListIterate.collectFloat(ArrayList<T> list,
FloatFunction<? super T> floatFunction) |
|
static <T> MutableFloatList |
ListIterate.collectFloat(List<T> list,
FloatFunction<? super T> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
static <T> MutableFloatList |
RandomAccessListIterate.collectFloat(List<T> list,
FloatFunction<? super T> floatFunction) |
Copyright © 2004–2017. All rights reserved.