Uses of Interface
org.eclipse.collections.api.collection.primitive.ImmutableIntCollection
Package | Description |
---|---|
org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
org.eclipse.collections.api.collection | |
org.eclipse.collections.api.collection.primitive |
This package contains mutable and immutable primitive collection API.
|
org.eclipse.collections.api.list.primitive |
This package contains mutable and immutable primitive list API.
|
org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
org.eclipse.collections.impl.list.primitive |
This package contains implementations of the primitive list interfaces.
|
org.eclipse.collections.impl.set.immutable.primitive |
This package contains implementations of the immutable primitive set interfaces.
|
org.eclipse.collections.impl.string.immutable |
-
Uses of ImmutableIntCollection in org.eclipse.collections.api.bag.primitive
Subinterfaces of ImmutableIntCollection in org.eclipse.collections.api.bag.primitive Modifier and Type Interface Description interface
ImmutableIntBag
This file was automatically generated from template file immutablePrimitiveBag.stg. -
Uses of ImmutableIntCollection in org.eclipse.collections.api.collection
Methods in org.eclipse.collections.api.collection that return ImmutableIntCollection Modifier and Type Method Description ImmutableIntCollection
ImmutableCollection. collectInt(IntFunction<? super T> intFunction)
-
Uses of ImmutableIntCollection in org.eclipse.collections.api.collection.primitive
Methods in org.eclipse.collections.api.collection.primitive that return ImmutableIntCollection Modifier and Type Method Description ImmutableIntCollection
ImmutableIntCollection. newWith(int element)
ImmutableIntCollection
ImmutableIntCollection. newWithAll(IntIterable elements)
ImmutableIntCollection
ImmutableIntCollection. newWithout(int element)
ImmutableIntCollection
ImmutableIntCollection. newWithoutAll(IntIterable elements)
ImmutableIntCollection
ImmutableIntCollection. reject(IntPredicate predicate)
ImmutableIntCollection
ImmutableIntCollection. select(IntPredicate predicate)
default ImmutableIntCollection
ImmutableIntCollection. tap(IntProcedure procedure)
ImmutableIntCollection
MutableIntCollection. toImmutable()
-
Uses of ImmutableIntCollection in org.eclipse.collections.api.list.primitive
Subinterfaces of ImmutableIntCollection in org.eclipse.collections.api.list.primitive Modifier and Type Interface Description interface
ImmutableIntList
This file was automatically generated from template file immutablePrimitiveList.stg. -
Uses of ImmutableIntCollection in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return ImmutableIntCollection Modifier and Type Method Description ImmutableIntCollection
ImmutableObjectIntMap. reject(IntPredicate predicate)
ImmutableIntCollection
ImmutableObjectIntMap. select(IntPredicate predicate)
-
Uses of ImmutableIntCollection in org.eclipse.collections.api.set.primitive
Subinterfaces of ImmutableIntCollection in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interface
ImmutableIntSet
This file was automatically generated from template file immutablePrimitiveSet.stg. -
Uses of ImmutableIntCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return ImmutableIntCollection Modifier and Type Method Description ImmutableIntCollection
AbstractSynchronizedIntCollection. toImmutable()
ImmutableIntCollection
AbstractUnmodifiableIntCollection. toImmutable()
-
Uses of ImmutableIntCollection in org.eclipse.collections.impl.list.primitive
Classes in org.eclipse.collections.impl.list.primitive that implement ImmutableIntCollection Modifier and Type Class Description class
IntInterval
An IntInterval is a range of ints that may be iterated over using a step value. -
Uses of ImmutableIntCollection in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableIntCollection Modifier and Type Class Description class
AbstractImmutableIntSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg. -
Uses of ImmutableIntCollection in org.eclipse.collections.impl.string.immutable
Classes in org.eclipse.collections.impl.string.immutable that implement ImmutableIntCollection Modifier and Type Class Description class
CodePointAdapter
Calculates and provides the code points stored in a String as an ImmutableIntList.class
CodePointList
Calculates and provides the code points stored in a String as an ImmutableIntList.