Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableDoubleList
-
Packages that use ImmutableDoubleList 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 ImmutableDoubleList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableDoubleList Modifier and Type Method Description ImmutableDoubleListImmutableSortedBag. collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of ImmutableDoubleList in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive that return ImmutableDoubleList Modifier and Type Method Description ImmutableDoubleListImmutableDoubleListFactory. empty()ImmutableDoubleListImmutableDoubleListFactory. of()Same asImmutableDoubleListFactory.empty().ImmutableDoubleListImmutableDoubleListFactory. of(double one)ImmutableDoubleListImmutableDoubleListFactory. of(double... items)ImmutableDoubleListImmutableDoubleListFactory. ofAll(Iterable<Double> iterable)ImmutableDoubleListImmutableDoubleListFactory. ofAll(DoubleStream items)ImmutableDoubleListImmutableDoubleListFactory. ofAll(DoubleIterable items)ImmutableDoubleListImmutableDoubleListFactory. with()Same asImmutableDoubleListFactory.empty().ImmutableDoubleListImmutableDoubleListFactory. with(double one)ImmutableDoubleListImmutableDoubleListFactory. with(double... items)ImmutableDoubleListImmutableDoubleListFactory. withAll(Iterable<Double> iterable)ImmutableDoubleListImmutableDoubleListFactory. withAll(DoubleStream items)ImmutableDoubleListImmutableDoubleListFactory. withAll(DoubleIterable items) -
Uses of ImmutableDoubleList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableDoubleList Modifier and Type Method Description ImmutableDoubleListImmutableList. collectDouble(DoubleFunction<? super T> doubleFunction) -
Uses of ImmutableDoubleList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return ImmutableDoubleList Modifier and Type Method Description ImmutableDoubleListImmutableDoubleList. distinct()ImmutableDoubleListImmutableDoubleList. newWith(double element)ImmutableDoubleListImmutableDoubleList. newWithAll(DoubleIterable elements)ImmutableDoubleListImmutableDoubleList. newWithout(double element)ImmutableDoubleListImmutableDoubleList. newWithoutAll(DoubleIterable elements)ImmutableDoubleListImmutableDoubleList. reject(DoublePredicate predicate)default ImmutableDoubleListImmutableDoubleList. rejectWithIndex(DoubleIntPredicate predicate)Returns a new ImmutableDoubleList excluding all elements with corresponding indexes matching the specified predicate.ImmutableDoubleListImmutableDoubleList. select(DoublePredicate predicate)default ImmutableDoubleListImmutableDoubleList. selectWithIndex(DoubleIntPredicate predicate)Returns a new ImmutableDoubleList including all elements with corresponding indexes matching the specified predicate.ImmutableDoubleListImmutableDoubleList. subList(int fromIndex, int toIndex)default ImmutableDoubleListImmutableDoubleList. tap(DoubleProcedure procedure)ImmutableDoubleListDoubleList. toImmutable()Returns an immutable copy of this list.ImmutableDoubleListMutableDoubleList. toImmutable()Returns an immutable copy of this list.ImmutableDoubleListImmutableDoubleList. toReversed() -
Uses of ImmutableDoubleList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableDoubleList Modifier and Type Method Description ImmutableDoubleListImmutableOrderedMap. collectDouble(DoubleFunction<? super V> doubleFunction) -
Uses of ImmutableDoubleList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableDoubleList Modifier and Type Method Description ImmutableDoubleListImmutableSortedMap. collectDouble(DoubleFunction<? super V> doubleFunction) -
Uses of ImmutableDoubleList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableDoubleList Modifier and Type Method Description ImmutableDoubleListImmutableSortedSet. collectDouble(DoubleFunction<? super T> doubleFunction)
-