Uses of Interface
org.eclipse.collections.api.list.primitive.ImmutableIntList
-
Packages that use ImmutableIntList 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.org.eclipse.collections.impl.bag.sorted.immutable org.eclipse.collections.impl.list.immutable This package contains implementations of theImmutableListinterface.org.eclipse.collections.impl.list.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.mutable.primitive This package contains implementations of the mutable primitive list interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.org.eclipse.collections.impl.map.ordered.immutable org.eclipse.collections.impl.map.sorted.immutable This package contains implementations of theMutableSortedMapinterface.org.eclipse.collections.impl.set.sorted.immutable This package contains implementations ofImmutableSortedSet.org.eclipse.collections.impl.stream org.eclipse.collections.impl.string.immutable -
-
Uses of ImmutableIntList in org.eclipse.collections.api.bag.sorted
Methods in org.eclipse.collections.api.bag.sorted that return ImmutableIntList Modifier and Type Method Description ImmutableIntListImmutableSortedBag. 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 ImmutableIntList Modifier and Type Method Description ImmutableIntListImmutableIntListFactory. empty()ImmutableIntListImmutableIntListFactory. of()Same asImmutableIntListFactory.empty().ImmutableIntListImmutableIntListFactory. of(int one)Same asImmutableIntListFactory.with(int).ImmutableIntListImmutableIntListFactory. of(int... items)Same asImmutableIntListFactory.with(int[]).ImmutableIntListImmutableIntListFactory. ofAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntListImmutableIntListFactory. ofAll(java.util.stream.IntStream items)ImmutableIntListImmutableIntListFactory. ofAll(IntIterable items)ImmutableIntListImmutableIntListFactory. with()Same asImmutableIntListFactory.empty().ImmutableIntListImmutableIntListFactory. with(int one)ImmutableIntListImmutableIntListFactory. with(int... items)ImmutableIntListImmutableIntListFactory. withAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntListImmutableIntListFactory. withAll(java.util.stream.IntStream items)ImmutableIntListImmutableIntListFactory. withAll(IntIterable items) -
Uses of ImmutableIntList in org.eclipse.collections.api.list
Methods in org.eclipse.collections.api.list that return ImmutableIntList Modifier and Type Method Description ImmutableIntListImmutableList. collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.api.list.primitive
Methods in org.eclipse.collections.api.list.primitive that return ImmutableIntList Modifier and Type Method Description ImmutableIntListImmutableIntList. distinct()ImmutableIntListImmutableIntList. newWith(int element)ImmutableIntListImmutableIntList. newWithAll(IntIterable elements)ImmutableIntListImmutableIntList. newWithout(int element)ImmutableIntListImmutableIntList. newWithoutAll(IntIterable elements)ImmutableIntListImmutableIntList. reject(IntPredicate predicate)default ImmutableIntListImmutableIntList. rejectWithIndex(IntIntPredicate predicate)Returns a new ImmutableIntList excluding all elements with corresponding indexes matching the specified predicate.ImmutableIntListImmutableIntList. select(IntPredicate predicate)default ImmutableIntListImmutableIntList. selectWithIndex(IntIntPredicate predicate)Returns a new ImmutableIntList including all elements with corresponding indexes matching the specified predicate.ImmutableIntListImmutableIntList. subList(int fromIndex, int toIndex)default ImmutableIntListImmutableIntList. tap(IntProcedure procedure)ImmutableIntListIntList. toImmutable()Returns an immutable copy of this list.ImmutableIntListMutableIntList. toImmutable()Returns an immutable copy of this list.ImmutableIntListImmutableIntList. toReversed() -
Uses of ImmutableIntList in org.eclipse.collections.api.map
Methods in org.eclipse.collections.api.map that return ImmutableIntList Modifier and Type Method Description ImmutableIntListImmutableOrderedMap. 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 ImmutableIntList Modifier and Type Method Description ImmutableIntListImmutableSortedMap. 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 ImmutableIntList Modifier and Type Method Description ImmutableIntListImmutableSortedSet. collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.bag.sorted.immutable
Methods in org.eclipse.collections.impl.bag.sorted.immutable that return ImmutableIntList Modifier and Type Method Description ImmutableIntListAbstractImmutableSortedBag. collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.list.immutable
Methods in org.eclipse.collections.impl.list.immutable that return ImmutableIntList Modifier and Type Method Description ImmutableIntListAbstractImmutableList. collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.list.immutable.primitive
Classes in org.eclipse.collections.impl.list.immutable.primitive that implement ImmutableIntList Modifier and Type Class Description (package private) classImmutableIntArrayListImmutableIntArrayList is the non-modifiable equivalent ofIntArrayList.(package private) classImmutableIntEmptyListImmutableIntEmptyList is an optimization forImmutableIntListof size 0.(package private) classImmutableIntSingletonListImmutableIntSingletonList is an optimization forImmutableIntListof size 1.Fields in org.eclipse.collections.impl.list.immutable.primitive declared as ImmutableIntList Modifier and Type Field Description (package private) static ImmutableIntListImmutableIntEmptyList. INSTANCEMethods in org.eclipse.collections.impl.list.immutable.primitive that return ImmutableIntList Modifier and Type Method Description ImmutableIntListImmutableIntArrayList. distinct()ImmutableIntListImmutableIntEmptyList. distinct()ImmutableIntListImmutableIntSingletonList. distinct()ImmutableIntListImmutableIntListFactoryImpl. empty()ImmutableIntListImmutableIntArrayList. newWith(int element)ImmutableIntListImmutableIntEmptyList. newWith(int element)ImmutableIntListImmutableIntSingletonList. newWith(int element)ImmutableIntListImmutableIntArrayList. newWithAll(IntIterable elements)ImmutableIntListImmutableIntEmptyList. newWithAll(IntIterable elements)ImmutableIntListImmutableIntSingletonList. newWithAll(IntIterable elements)ImmutableIntListImmutableIntArrayList. newWithout(int element)ImmutableIntListImmutableIntEmptyList. newWithout(int element)ImmutableIntListImmutableIntSingletonList. newWithout(int element)ImmutableIntListImmutableIntArrayList. newWithoutAll(IntIterable elements)ImmutableIntListImmutableIntEmptyList. newWithoutAll(IntIterable elements)ImmutableIntListImmutableIntSingletonList. newWithoutAll(IntIterable elements)ImmutableIntListImmutableIntListFactoryImpl. of()ImmutableIntListImmutableIntListFactoryImpl. of(int one)ImmutableIntListImmutableIntListFactoryImpl. of(int... items)ImmutableIntListImmutableIntListFactoryImpl. ofAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntListImmutableIntListFactoryImpl. ofAll(java.util.stream.IntStream items)ImmutableIntListImmutableIntListFactoryImpl. ofAll(IntIterable items)ImmutableIntListImmutableIntArrayList. reject(IntPredicate predicate)ImmutableIntListImmutableIntEmptyList. reject(IntPredicate predicate)ImmutableIntListImmutableIntSingletonList. reject(IntPredicate predicate)ImmutableIntListImmutableIntArrayList. select(IntPredicate predicate)ImmutableIntListImmutableIntEmptyList. select(IntPredicate predicate)ImmutableIntListImmutableIntSingletonList. select(IntPredicate predicate)ImmutableIntListImmutableIntArrayList. subList(int fromIndex, int toIndex)ImmutableIntListImmutableIntEmptyList. subList(int fromIndex, int toIndex)ImmutableIntListImmutableIntSingletonList. subList(int fromIndex, int toIndex)ImmutableIntListImmutableIntArrayList. toImmutable()ImmutableIntListImmutableIntEmptyList. toImmutable()ImmutableIntListImmutableIntSingletonList. toImmutable()ImmutableIntListImmutableIntListFactoryImpl. with()ImmutableIntListImmutableIntListFactoryImpl. with(int one)ImmutableIntListImmutableIntListFactoryImpl. with(int... items)ImmutableIntListImmutableIntListFactoryImpl. withAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntListImmutableIntListFactoryImpl. withAll(java.util.stream.IntStream items)ImmutableIntListImmutableIntListFactoryImpl. withAll(IntIterable items) -
Uses of ImmutableIntList in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return ImmutableIntList Modifier and Type Method Description ImmutableIntListIntArrayList. toImmutable()ImmutableIntListSynchronizedIntList. toImmutable()ImmutableIntListUnmodifiableIntList. toImmutable() -
Uses of ImmutableIntList in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement ImmutableIntList Modifier and Type Class Description classIntIntervalAn IntInterval is a range of ints that may be iterated over using a step value.Methods in org.eclipse.collections.impl.list.primitive that return ImmutableIntList Modifier and Type Method Description ImmutableIntListIntInterval. distinct()ImmutableIntListIntInterval. newWith(int element)ImmutableIntListIntInterval. newWithAll(IntIterable elements)ImmutableIntListIntInterval. newWithout(int element)ImmutableIntListIntInterval. newWithoutAll(IntIterable elements)ImmutableIntListIntInterval. reject(IntPredicate predicate)ImmutableIntListIntInterval. select(IntPredicate predicate)ImmutableIntListIntInterval. subList(int fromIndex, int toIndex)ImmutableIntListIntInterval. toImmutable() -
Uses of ImmutableIntList in org.eclipse.collections.impl.map.ordered.immutable
Methods in org.eclipse.collections.impl.map.ordered.immutable that return ImmutableIntList Modifier and Type Method Description ImmutableIntListImmutableOrderedMapAdapter. collectInt(IntFunction<? super V> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.map.sorted.immutable
Methods in org.eclipse.collections.impl.map.sorted.immutable that return ImmutableIntList Modifier and Type Method Description ImmutableIntListAbstractImmutableSortedMap. collectInt(IntFunction<? super V> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.set.sorted.immutable
Methods in org.eclipse.collections.impl.set.sorted.immutable that return ImmutableIntList Modifier and Type Method Description ImmutableIntListAbstractImmutableSortedSet. collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntList in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableIntList Modifier and Type Method Description static ImmutableIntListPrimitiveStreams. iIntList(java.util.stream.IntStream stream) -
Uses of ImmutableIntList in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement ImmutableIntList Modifier and Type Class Description classCodePointAdapterCalculates and provides the code points stored in a String as an ImmutableIntList.classCodePointListCalculates and provides the code points stored in a String as an ImmutableIntList.Fields in org.eclipse.collections.impl.string.immutable declared as ImmutableIntList Modifier and Type Field Description private ImmutableIntListCodePointList. codePointsMethods in org.eclipse.collections.impl.string.immutable that return ImmutableIntList Modifier and Type Method Description ImmutableIntListCodePointAdapter. subList(int fromIndex, int toIndex)ImmutableIntListCodePointList. subList(int fromIndex, int toIndex)ImmutableIntListCodePointAdapter. toImmutable()ImmutableIntListCodePointList. toImmutable()Constructors in org.eclipse.collections.impl.string.immutable with parameters of type ImmutableIntList Constructor Description CodePointList(ImmutableIntList points)
-