Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableFloatList
-
Packages that use ImmutableFloatList 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 ofList.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 ofMaporg.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. -
-
Uses of ImmutableFloatList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableFloatList Modifier and Type Method Description ImmutableFloatListImmutableSortedBag. 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 ImmutableFloatList Modifier and Type Method Description ImmutableFloatListImmutableFloatListFactory. empty()ImmutableFloatListImmutableFloatListFactory. of()Same asImmutableFloatListFactory.empty().ImmutableFloatListImmutableFloatListFactory. of(float one)ImmutableFloatListImmutableFloatListFactory. of(float... items)ImmutableFloatListImmutableFloatListFactory. ofAll(Iterable<Float> iterable)ImmutableFloatListImmutableFloatListFactory. ofAll(FloatIterable items)ImmutableFloatListImmutableFloatListFactory. with()Same asImmutableFloatListFactory.empty().ImmutableFloatListImmutableFloatListFactory. with(float one)ImmutableFloatListImmutableFloatListFactory. with(float... items)ImmutableFloatListImmutableFloatListFactory. withAll(Iterable<Float> iterable)ImmutableFloatListImmutableFloatListFactory. withAll(FloatIterable items) -
Uses of ImmutableFloatList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableFloatList Modifier and Type Method Description ImmutableFloatListImmutableList. 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 ImmutableFloatList Modifier and Type Method Description ImmutableFloatListImmutableFloatList. distinct()ImmutableFloatListImmutableFloatList. newWith(float element)ImmutableFloatListImmutableFloatList. newWithAll(FloatIterable elements)ImmutableFloatListImmutableFloatList. newWithout(float element)ImmutableFloatListImmutableFloatList. newWithoutAll(FloatIterable elements)ImmutableFloatListImmutableFloatList. reject(FloatPredicate predicate)default ImmutableFloatListImmutableFloatList. rejectWithIndex(FloatIntPredicate predicate)Returns a new ImmutableFloatList excluding all elements with corresponding indexes matching the specified predicate.ImmutableFloatListImmutableFloatList. select(FloatPredicate predicate)default ImmutableFloatListImmutableFloatList. selectWithIndex(FloatIntPredicate predicate)Returns a new ImmutableFloatList including all elements with corresponding indexes matching the specified predicate.ImmutableFloatListImmutableFloatList. subList(int fromIndex, int toIndex)default ImmutableFloatListImmutableFloatList. tap(FloatProcedure procedure)ImmutableFloatListFloatList. toImmutable()Returns an immutable copy of this list.ImmutableFloatListMutableFloatList. toImmutable()Returns an immutable copy of this list.ImmutableFloatListImmutableFloatList. toReversed() -
Uses of ImmutableFloatList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableFloatList Modifier and Type Method Description ImmutableFloatListImmutableOrderedMap. 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 ImmutableFloatList Modifier and Type Method Description ImmutableFloatListImmutableSortedMap. 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 ImmutableFloatList Modifier and Type Method Description ImmutableFloatListImmutableSortedSet. collectFloat(FloatFunction<? super T> floatFunction)
-