Package | Description |
---|---|
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.list.immutable.primitive |
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.sorted.immutable |
This package contains implementations of the
MutableSortedMap interface. |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatList |
ImmutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatList |
ImmutableFloatListFactory.empty() |
|
ImmutableFloatList |
ImmutableFloatListFactory.of() |
Same as
ImmutableFloatListFactory.empty() . |
ImmutableFloatList |
ImmutableFloatListFactory.of(float one) |
|
ImmutableFloatList |
ImmutableFloatListFactory.of(float... items) |
|
ImmutableFloatList |
ImmutableFloatListFactory.ofAll(Iterable<Float> iterable) |
Same as
#withAll(IterableFloat) . |
ImmutableFloatList |
ImmutableFloatListFactory.ofAll(FloatIterable items) |
|
ImmutableFloatList |
ImmutableFloatListFactory.with() |
Same as
ImmutableFloatListFactory.empty() . |
ImmutableFloatList |
ImmutableFloatListFactory.with(float one) |
|
ImmutableFloatList |
ImmutableFloatListFactory.with(float... items) |
|
ImmutableFloatList |
ImmutableFloatListFactory.withAll(Iterable<Float> iterable) |
|
ImmutableFloatList |
ImmutableFloatListFactory.withAll(FloatIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatList |
ImmutableList.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatList |
ImmutableFloatList.distinct() |
|
ImmutableFloatList |
ImmutableFloatList.newWith(float element) |
|
ImmutableFloatList |
ImmutableFloatList.newWithAll(FloatIterable elements) |
|
ImmutableFloatList |
ImmutableFloatList.newWithout(float element) |
|
ImmutableFloatList |
ImmutableFloatList.newWithoutAll(FloatIterable elements) |
|
ImmutableFloatList |
ImmutableFloatList.reject(FloatPredicate predicate) |
|
ImmutableFloatList |
ImmutableFloatList.select(FloatPredicate predicate) |
|
ImmutableFloatList |
ImmutableFloatList.subList(int fromIndex,
int toIndex) |
|
default ImmutableFloatList |
ImmutableFloatList.tap(FloatProcedure procedure) |
|
ImmutableFloatList |
FloatList.toImmutable() |
Returns an immutable copy of this list.
|
ImmutableFloatList |
MutableFloatList.toImmutable() |
Returns an immutable copy of this list.
|
ImmutableFloatList |
ImmutableFloatList.toReversed() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatList |
ImmutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatList |
ImmutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatList |
ImmutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.empty() |
|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.of() |
|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.of(float one) |
|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.of(float... items) |
|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.ofAll(Iterable<Float> iterable) |
|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.ofAll(FloatIterable items) |
|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.with() |
|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.with(float one) |
|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.with(float... items) |
|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.withAll(Iterable<Float> iterable) |
|
ImmutableFloatList |
ImmutableFloatListFactoryImpl.withAll(FloatIterable items) |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatList |
FloatArrayList.toImmutable() |
|
ImmutableFloatList |
SynchronizedFloatList.toImmutable() |
|
ImmutableFloatList |
UnmodifiableFloatList.toImmutable() |
Modifier and Type | Method | Description |
---|---|---|
ImmutableFloatList |
AbstractImmutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) |
Copyright © 2004–2019. All rights reserved.