Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableFloatList
Packages that use 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
MapThis package contains mutable and immutable sorted map interfaces.
This package contains interfaces for sorted set API.
This package contains implementations of the
ImmutableList interface.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.This package contains implementations of
ImmutableSortedSet.-
Uses of ImmutableFloatList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableFloatListModifier and TypeMethodDescriptionImmutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive that return ImmutableFloatListModifier 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
Methods in org.eclipse.collections.api.list that return ImmutableFloatListModifier and TypeMethodDescriptionImmutableList.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return ImmutableFloatListModifier and TypeMethodDescriptionImmutableFloatList.distinct()ImmutableFloatList.newWith(float element) ImmutableFloatList.newWithAll(FloatIterable elements) ImmutableFloatList.newWithout(float element) ImmutableFloatList.newWithoutAll(FloatIterable elements) ImmutableFloatList.reject(FloatPredicate predicate) default ImmutableFloatListImmutableFloatList.rejectWithIndex(FloatIntPredicate predicate) Returns a new ImmutableFloatList excluding all elements with corresponding indexes matching the specified predicate.ImmutableFloatList.select(FloatPredicate predicate) default ImmutableFloatListImmutableFloatList.selectWithIndex(FloatIntPredicate predicate) Returns a new ImmutableFloatList including all elements with corresponding indexes matching the specified predicate.ImmutableFloatList.subList(int fromIndex, int toIndex) default ImmutableFloatListImmutableFloatList.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
Methods in org.eclipse.collections.api.map that return ImmutableFloatListModifier and TypeMethodDescriptionImmutableOrderedMap.collectFloat(FloatFunction<? super V> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableFloatListModifier and TypeMethodDescriptionImmutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableFloatListModifier and TypeMethodDescriptionImmutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return ImmutableFloatListModifier and TypeMethodDescriptionAbstractImmutableSortedBag.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable that return ImmutableFloatListModifier and TypeMethodDescriptionAbstractImmutableList.collectFloat(FloatFunction<? super T> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableFloatListModifier and TypeClassDescription(package private) final classImmutableFloatArrayList is the non-modifiable equivalent ofFloatArrayList.(package private) final classImmutableFloatEmptyList is an optimization forImmutableFloatListof size 0.(package private) final classImmutableFloatSingletonList is an optimization forImmutableFloatListof size 1.Fields in org.eclipse.collections.impl.list.immutable.primitive declared as ImmutableFloatListModifier and TypeFieldDescription(package private) static final ImmutableFloatListImmutableFloatEmptyList.INSTANCEMethods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableFloatListModifier and TypeMethodDescriptionImmutableFloatArrayList.distinct()ImmutableFloatEmptyList.distinct()ImmutableFloatSingletonList.distinct()ImmutableFloatListFactoryImpl.empty()ImmutableFloatArrayList.newWith(float element) ImmutableFloatEmptyList.newWith(float element) ImmutableFloatSingletonList.newWith(float element) ImmutableFloatArrayList.newWithAll(FloatIterable elements) ImmutableFloatEmptyList.newWithAll(FloatIterable elements) ImmutableFloatSingletonList.newWithAll(FloatIterable elements) ImmutableFloatArrayList.newWithout(float element) ImmutableFloatEmptyList.newWithout(float element) ImmutableFloatSingletonList.newWithout(float element) ImmutableFloatArrayList.newWithoutAll(FloatIterable elements) ImmutableFloatEmptyList.newWithoutAll(FloatIterable elements) ImmutableFloatSingletonList.newWithoutAll(FloatIterable elements) ImmutableFloatListFactoryImpl.of()ImmutableFloatListFactoryImpl.of(float one) ImmutableFloatListFactoryImpl.of(float... items) ImmutableFloatListFactoryImpl.ofAll(FloatIterable items) ImmutableFloatArrayList.reject(FloatPredicate predicate) ImmutableFloatEmptyList.reject(FloatPredicate predicate) ImmutableFloatSingletonList.reject(FloatPredicate predicate) ImmutableFloatArrayList.select(FloatPredicate predicate) ImmutableFloatEmptyList.select(FloatPredicate predicate) ImmutableFloatSingletonList.select(FloatPredicate predicate) ImmutableFloatArrayList.subList(int fromIndex, int toIndex) ImmutableFloatEmptyList.subList(int fromIndex, int toIndex) ImmutableFloatSingletonList.subList(int fromIndex, int toIndex) ImmutableFloatArrayList.toImmutable()ImmutableFloatEmptyList.toImmutable()ImmutableFloatSingletonList.toImmutable()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
Methods in org.eclipse.collections.impl.list.mutable.primitive that return ImmutableFloatListModifier and TypeMethodDescriptionFloatArrayList.toImmutable()SynchronizedFloatList.toImmutable()UnmodifiableFloatList.toImmutable() -
Uses of ImmutableFloatList in org.eclipse.collections.impl.map.ordered.immutable
Methods in org.eclipse.collections.impl.map.ordered.immutable that return ImmutableFloatListModifier and TypeMethodDescriptionImmutableOrderedMapAdapter.collectFloat(FloatFunction<? super V> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return ImmutableFloatListModifier and TypeMethodDescriptionAbstractImmutableSortedMap.collectFloat(FloatFunction<? super V> floatFunction) -
Uses of ImmutableFloatList in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ImmutableFloatListModifier and TypeMethodDescriptionAbstractImmutableSortedSet.collectFloat(FloatFunction<? super T> floatFunction)