Uses of Interface
org.eclipse.collections.api.set.primitive.ImmutableIntSet
-
Packages that use ImmutableIntSet Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.org.eclipse.collections.api.factory.set.primitive This package contains factory API for creating primitive set instances.org.eclipse.collections.api.set This package contains interfaces for set API which enhance the performance and functionality ofSet.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.org.eclipse.collections.impl.map.mutable.primitive This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.org.eclipse.collections.impl.set.immutable This package contains the implementations ofImmutableSet.org.eclipse.collections.impl.set.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stream -
-
Uses of ImmutableIntSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return ImmutableIntSet Modifier and Type Method Description ImmutableIntSetImmutableIntBag. selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of ImmutableIntSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return ImmutableIntSet Modifier and Type Method Description ImmutableIntSetImmutableIntSetFactory. empty()ImmutableIntSetImmutableIntSetFactory. of()Same asImmutableIntSetFactory.empty().ImmutableIntSetImmutableIntSetFactory. of(int one)Same asImmutableIntSetFactory.with(int).ImmutableIntSetImmutableIntSetFactory. of(int... items)Same asImmutableIntSetFactory.with(int[]).ImmutableIntSetImmutableIntSetFactory. ofAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntSetImmutableIntSetFactory. ofAll(java.util.stream.IntStream items)ImmutableIntSetImmutableIntSetFactory. ofAll(IntIterable items)ImmutableIntSetImmutableIntSetFactory. with()Same asImmutableIntSetFactory.empty().ImmutableIntSetImmutableIntSetFactory. with(int one)ImmutableIntSetImmutableIntSetFactory. with(int... items)ImmutableIntSetImmutableIntSetFactory. withAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntSetImmutableIntSetFactory. withAll(java.util.stream.IntStream items)ImmutableIntSetImmutableIntSetFactory. withAll(IntIterable items) -
Uses of ImmutableIntSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return ImmutableIntSet Modifier and Type Method Description ImmutableIntSetImmutableSet. collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return ImmutableIntSet Modifier and Type Method Description default ImmutableIntSetImmutableIntSet. difference(IntSet set)Returns the set of all members ofthisthat are not members ofset.default ImmutableIntSetImmutableIntSet. intersect(IntSet set)Returns the set of all objects that are members of boththisandset.ImmutableIntSetImmutableIntSet. newWith(int element)ImmutableIntSetImmutableIntSet. newWithAll(IntIterable elements)ImmutableIntSetImmutableIntSet. newWithout(int element)ImmutableIntSetImmutableIntSet. newWithoutAll(IntIterable elements)ImmutableIntSetImmutableIntSet. reject(IntPredicate predicate)ImmutableIntSetImmutableIntSet. select(IntPredicate predicate)default ImmutableIntSetImmutableIntSet. symmetricDifference(IntSet set)Returns the set of all objects that are a member of exactly one ofthisandset(elements which are in one of the sets, but not in both).default ImmutableIntSetImmutableIntSet. tap(IntProcedure procedure)ImmutableIntSetIntSet. toImmutable()Returns an immutable copy of this set.ImmutableIntSetMutableIntSet. toImmutable()Returns an immutable copy of this set.default ImmutableIntSetImmutableIntSet. union(IntSet set) -
Uses of ImmutableIntSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return ImmutableIntSet Modifier and Type Method Description ImmutableIntSetImmutableIntEmptyBag. selectUnique()ImmutableIntSetImmutableIntHashBag. selectUnique()ImmutableIntSetImmutableIntSingletonBag. selectUnique() -
Uses of ImmutableIntSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement ImmutableIntSet Modifier and Type Class Description (package private) classImmutableIntIntMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classImmutableIntMapKeySetThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgMethods in org.eclipse.collections.impl.map.mutable.primitive that return ImmutableIntSet Modifier and Type Method Description ImmutableIntSetImmutableIntIntMapKeySet. reject(IntPredicate predicate)ImmutableIntSetImmutableIntMapKeySet. reject(IntPredicate predicate)ImmutableIntSetImmutableIntIntMapKeySet. select(IntPredicate predicate)ImmutableIntSetImmutableIntMapKeySet. select(IntPredicate predicate)ImmutableIntSetAbstractMutableIntKeySet. toImmutable() -
Uses of ImmutableIntSet in org.eclipse.collections.impl.set.immutable
Methods in org.eclipse.collections.impl.set.immutable that return ImmutableIntSet Modifier and Type Method Description ImmutableIntSetAbstractImmutableSet. collectInt(IntFunction<? super T> intFunction) -
Uses of ImmutableIntSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement ImmutableIntSet Modifier and Type Class Description classAbstractImmutableIntSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) classImmutableIntEmptySetImmutableIntEmptySet is an optimization forImmutableIntSetof size 0.(package private) classImmutableIntSingletonSetImmutableIntSingletonSet is an optimization forImmutableIntSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as ImmutableIntSet Modifier and Type Field Description (package private) static ImmutableIntSetImmutableIntEmptySet. INSTANCEMethods in org.eclipse.collections.impl.set.immutable.primitive that return ImmutableIntSet Modifier and Type Method Description ImmutableIntSetImmutableIntSetFactoryImpl. empty()ImmutableIntSetAbstractImmutableIntSet. newWith(int element)ImmutableIntSetImmutableIntEmptySet. newWith(int element)ImmutableIntSetImmutableIntSingletonSet. newWith(int element)ImmutableIntSetAbstractImmutableIntSet. newWithAll(IntIterable elements)ImmutableIntSetImmutableIntEmptySet. newWithAll(IntIterable elements)ImmutableIntSetImmutableIntSingletonSet. newWithAll(IntIterable elements)ImmutableIntSetAbstractImmutableIntSet. newWithout(int element)ImmutableIntSetImmutableIntEmptySet. newWithout(int element)ImmutableIntSetImmutableIntSingletonSet. newWithout(int element)ImmutableIntSetAbstractImmutableIntSet. newWithoutAll(IntIterable elements)ImmutableIntSetImmutableIntEmptySet. newWithoutAll(IntIterable elements)ImmutableIntSetImmutableIntSingletonSet. newWithoutAll(IntIterable elements)ImmutableIntSetImmutableIntSetFactoryImpl. of()ImmutableIntSetImmutableIntSetFactoryImpl. of(int one)ImmutableIntSetImmutableIntSetFactoryImpl. of(int... items)ImmutableIntSetImmutableIntSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntSetImmutableIntSetFactoryImpl. ofAll(java.util.stream.IntStream items)ImmutableIntSetImmutableIntSetFactoryImpl. ofAll(IntIterable items)ImmutableIntSetImmutableIntEmptySet. reject(IntPredicate predicate)ImmutableIntSetImmutableIntSingletonSet. reject(IntPredicate predicate)ImmutableIntSetImmutableIntEmptySet. select(IntPredicate predicate)ImmutableIntSetImmutableIntSingletonSet. select(IntPredicate predicate)ImmutableIntSetAbstractImmutableIntSet. toImmutable()ImmutableIntSetImmutableIntEmptySet. toImmutable()ImmutableIntSetImmutableIntSingletonSet. toImmutable()ImmutableIntSetImmutableIntSetFactoryImpl. with()ImmutableIntSetImmutableIntSetFactoryImpl. with(int one)ImmutableIntSetImmutableIntSetFactoryImpl. with(int... items)ImmutableIntSetImmutableIntSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Integer> iterable)ImmutableIntSetImmutableIntSetFactoryImpl. withAll(java.util.stream.IntStream items)ImmutableIntSetImmutableIntSetFactoryImpl. withAll(IntIterable items) -
Uses of ImmutableIntSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement ImmutableIntSet Modifier and Type Class Description private static classIntHashSet.ImmutableIntHashSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return ImmutableIntSet Modifier and Type Method Description static ImmutableIntSetIntHashSet.ImmutableIntHashSet. newSetWith(int... elements)ImmutableIntSetIntHashSet.ImmutableIntHashSet. reject(IntPredicate predicate)ImmutableIntSetIntHashSet.ImmutableIntHashSet. select(IntPredicate predicate)ImmutableIntSetIntHashSet. toImmutable()ImmutableIntSetSynchronizedIntSet. toImmutable()ImmutableIntSetUnmodifiableIntSet. toImmutable() -
Uses of ImmutableIntSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return ImmutableIntSet Modifier and Type Method Description static ImmutableIntSetPrimitiveStreams. iIntSet(java.util.stream.IntStream stream)
-