Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableIntList
Packages that use ImmutableIntList
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 ImmutableIntList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableIntListModifier and TypeMethodDescriptionImmutableSortedBag.collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.api.factory.list.primitive
Methods in org.eclipse.collections.api.factory.list.primitive that return ImmutableIntListModifier and TypeMethodDescriptionImmutableIntListFactory.empty()ImmutableIntListFactory.of()Same asImmutableIntListFactory.empty().ImmutableIntListFactory.of(int one) Same asImmutableIntListFactory.with(int).ImmutableIntListFactory.of(int... items) Same asImmutableIntListFactory.with(int[]).ImmutableIntListFactory.ofAll(IntIterable items) ImmutableIntListFactory.with()Same asImmutableIntListFactory.empty().ImmutableIntListFactory.with(int one) ImmutableIntListFactory.with(int... items) ImmutableIntListFactory.withAll(IntIterable items) -
Uses of ImmutableIntList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableIntList -
Uses of ImmutableIntList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return ImmutableIntListModifier and TypeMethodDescriptionImmutableIntList.distinct()ImmutableIntList.newWith(int element) ImmutableIntList.newWithAll(IntIterable elements) ImmutableIntList.newWithout(int element) ImmutableIntList.newWithoutAll(IntIterable elements) ImmutableIntList.reject(IntPredicate predicate) default ImmutableIntListImmutableIntList.rejectWithIndex(IntIntPredicate predicate) Returns a new ImmutableIntList excluding all elements with corresponding indexes matching the specified predicate.ImmutableIntList.select(IntPredicate predicate) default ImmutableIntListImmutableIntList.selectWithIndex(IntIntPredicate predicate) Returns a new ImmutableIntList including all elements with corresponding indexes matching the specified predicate.ImmutableIntList.subList(int fromIndex, int toIndex) default ImmutableIntListImmutableIntList.tap(IntProcedure procedure) IntList.toImmutable()Returns an immutable copy of this list.MutableIntList.toImmutable()Returns an immutable copy of this list.ImmutableIntList.toReversed() -
Uses of ImmutableIntList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableIntListModifier and TypeMethodDescriptionImmutableOrderedMap.collectInt(IntFunction<? super V> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.api.map.sorted
Methods in org.eclipse.collections.api.map.sorted that return ImmutableIntListModifier and TypeMethodDescriptionImmutableSortedMap.collectInt(IntFunction<? super V> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.api.set.sorted
Methods in org.eclipse.collections.api.set.sorted that return ImmutableIntListModifier and TypeMethodDescriptionImmutableSortedSet.collectInt(IntFunction<? super T> intFunction)