Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableFloatList
Package
Description
This package contains interfaces for SortedBag API.
This package contains factory API for creating immutable primitive list instances.
This package contains interfaces for list API which enhance the performance and functionality of
List
.This package contains mutable and immutable primitive list API.
This package contains interfaces for map API which enhance the performance and functionality of
Map
This package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the
MutableSortedMap
interface.-
Uses of ImmutableFloatList in org.eclipse.collections.api.bag.sorted
Modifier and TypeMethodDescriptionImmutableSortedBag.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.api.factory.list.primitive
Modifier and TypeMethodDescriptionImmutableFloatListFactory.empty()
ImmutableFloatListFactory.of()
Same asImmutableFloatListFactory.empty()
.ImmutableFloatListFactory.of
(float one) ImmutableFloatListFactory.of
(float... items) ImmutableFloatListFactory.ofAll
(FloatIterable items) ImmutableFloatListFactory.with()
Same asImmutableFloatListFactory.empty()
.ImmutableFloatListFactory.with
(float one) ImmutableFloatListFactory.with
(float... items) ImmutableFloatListFactory.withAll
(FloatIterable items) -
Uses of ImmutableFloatList in org.eclipse.collections.api.list
Modifier and TypeMethodDescriptionImmutableList.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.api.list.primitive
Modifier and TypeMethodDescriptionImmutableFloatList.distinct()
ImmutableFloatList.newWith
(float element) ImmutableFloatList.newWithAll
(FloatIterable elements) ImmutableFloatList.newWithout
(float element) ImmutableFloatList.newWithoutAll
(FloatIterable elements) ImmutableFloatList.reject
(FloatPredicate predicate) default ImmutableFloatList
ImmutableFloatList.rejectWithIndex
(FloatIntPredicate predicate) Returns a new ImmutableFloatList excluding all elements with corresponding indexes matching the specified predicate.ImmutableFloatList.select
(FloatPredicate predicate) default ImmutableFloatList
ImmutableFloatList.selectWithIndex
(FloatIntPredicate predicate) Returns a new ImmutableFloatList including all elements with corresponding indexes matching the specified predicate.ImmutableFloatList.subList
(int fromIndex, int toIndex) default ImmutableFloatList
ImmutableFloatList.tap
(FloatProcedure procedure) FloatList.toImmutable()
Returns an immutable copy of this list.MutableFloatList.toImmutable()
Returns an immutable copy of this list.ImmutableFloatList.toReversed()
-
Uses of ImmutableFloatList in org.eclipse.collections.api.map
Modifier and TypeMethodDescriptionImmutableOrderedMap.collectFloat
(FloatFunction<? super V> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.api.map.sorted
Modifier and TypeMethodDescriptionImmutableSortedMap.collectFloat
(FloatFunction<? super V> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.api.set.sorted
Modifier and TypeMethodDescriptionImmutableSortedSet.collectFloat
(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.impl.list.immutable.primitive
Modifier and TypeMethodDescriptionImmutableFloatListFactoryImpl.empty()
ImmutableFloatListFactoryImpl.of()
ImmutableFloatListFactoryImpl.of
(float one) ImmutableFloatListFactoryImpl.of
(float... items) ImmutableFloatListFactoryImpl.ofAll
(FloatIterable items) ImmutableFloatListFactoryImpl.with()
ImmutableFloatListFactoryImpl.with
(float one) ImmutableFloatListFactoryImpl.with
(float... items) ImmutableFloatListFactoryImpl.withAll
(FloatIterable items) -
Uses of ImmutableFloatList in org.eclipse.collections.impl.list.mutable.primitive
Modifier and TypeMethodDescriptionFloatArrayList.toImmutable()
SynchronizedFloatList.toImmutable()
UnmodifiableFloatList.toImmutable()
-
Uses of ImmutableFloatList in org.eclipse.collections.impl.map.sorted.immutable
Modifier and TypeMethodDescriptionAbstractImmutableSortedMap.collectFloat
(FloatFunction<? super V> floatFunction)