Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableDoubleList
Packages that use ImmutableDoubleList
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.
-
Uses of ImmutableDoubleList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableDoubleListModifier and TypeMethodDescriptionImmutableSortedBag.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 ImmutableDoubleListModifier and TypeMethodDescriptionImmutableDoubleListFactory.empty()ImmutableDoubleListFactory.of()Same asImmutableDoubleListFactory.empty().ImmutableDoubleListFactory.of(double one) ImmutableDoubleListFactory.of(double... items) ImmutableDoubleListFactory.ofAll(DoubleStream items) ImmutableDoubleListFactory.ofAll(DoubleIterable items) ImmutableDoubleListFactory.with()Same asImmutableDoubleListFactory.empty().ImmutableDoubleListFactory.with(double one) ImmutableDoubleListFactory.with(double... items) ImmutableDoubleListFactory.withAll(DoubleStream items) ImmutableDoubleListFactory.withAll(DoubleIterable items) -
Uses of ImmutableDoubleList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableDoubleListModifier and TypeMethodDescriptionImmutableList.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 ImmutableDoubleListModifier and TypeMethodDescriptionImmutableDoubleList.distinct()ImmutableDoubleList.newWith(double element) ImmutableDoubleList.newWithAll(DoubleIterable elements) ImmutableDoubleList.newWithout(double element) ImmutableDoubleList.newWithoutAll(DoubleIterable elements) ImmutableDoubleList.reject(DoublePredicate predicate) default ImmutableDoubleListImmutableDoubleList.rejectWithIndex(DoubleIntPredicate predicate) Returns a new ImmutableDoubleList excluding all elements with corresponding indexes matching the specified predicate.ImmutableDoubleList.select(DoublePredicate predicate) default ImmutableDoubleListImmutableDoubleList.selectWithIndex(DoubleIntPredicate predicate) Returns a new ImmutableDoubleList including all elements with corresponding indexes matching the specified predicate.ImmutableDoubleList.subList(int fromIndex, int toIndex) default ImmutableDoubleListImmutableDoubleList.tap(DoubleProcedure procedure) DoubleList.toImmutable()Returns an immutable copy of this list.MutableDoubleList.toImmutable()Returns an immutable copy of this list.ImmutableDoubleList.toReversed() -
Uses of ImmutableDoubleList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableDoubleListModifier and TypeMethodDescriptionImmutableOrderedMap.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 ImmutableDoubleListModifier and TypeMethodDescriptionImmutableSortedMap.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 ImmutableDoubleListModifier and TypeMethodDescriptionImmutableSortedSet.collectDouble(DoubleFunction<? super T> doubleFunction)