Uses of Interface
org.eclipse.collections.api.set.primitive.IntSet
Packages that use IntSet
Package
Description
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains interfaces for set API which enhance the performance and functionality of
Set.This package contains API for mutable and immutable primitive sets.
This package contains static utilities for creating immutable primitive collection factories.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
-
Uses of IntSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return IntSetModifier and TypeMethodDescriptionIntBag.selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of IntSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return IntSetModifier and TypeMethodDescriptionUnsortedSetIterable.collectInt(IntFunction<? super T> intFunction) -
Uses of IntSet in org.eclipse.collections.api.set.primitive
Subinterfaces of IntSet in org.eclipse.collections.api.set.primitiveModifier and TypeInterfaceDescriptioninterfaceThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive that return IntSetModifier and TypeMethodDescriptionIntSet.difference(IntSet set) Returns the set of all members ofthisthat are not members ofset.IntSet.freeze()Returns a frozen copy of this set.MutableIntSet.freeze()Returns a frozen copy of this set.Returns the set of all objects that are members of boththisandset.IntSet.reject(IntPredicate predicate) IntSet.select(IntPredicate predicate) IntSet.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 IntSetIntSet.tap(IntProcedure procedure) Methods in org.eclipse.collections.api.set.primitive with parameters of type IntSetModifier and TypeMethodDescriptionIntSet.cartesianProduct(IntSet set) Returns the set whose members are all possible ordered pairs (a, b) where a is a member ofthisand b is a member ofset.default ImmutableIntSetImmutableIntSet.difference(IntSet set) Returns the set of all members ofthisthat are not members ofset.IntSet.difference(IntSet set) Returns the set of all members ofthisthat are not members ofset.default MutableIntSetMutableIntSet.difference(IntSet set) Returns the set of all members ofthisthat are not members ofset.default ImmutableIntSetReturns the set of all objects that are members of boththisandset.Returns the set of all objects that are members of boththisandset.default MutableIntSetReturns the set of all objects that are members of boththisandset.default booleanIntSet.isProperSubsetOf(IntSet set) Returns true if all the members ofthisare also members ofsetand the two sets are not equal.default booleanIntSet.isSubsetOf(IntSet set) Returns true if all the members ofthisare also members ofset.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).IntSet.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 MutableIntSetMutableIntSet.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 ImmutableIntSetdefault MutableIntSet -
Uses of IntSet in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive with parameters of type IntSetModifier and TypeMethodDescriptionstatic <A,B> LazyIterable <IntIntPair> IntSets.cartesianProduct(IntSet set1, IntSet set2) static <A,B, C> LazyIterable <C> IntSets.cartesianProduct(IntSet set1, IntSet set2, IntIntToObjectFunction<C> function) -
Uses of IntSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement IntSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.(package private) classThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods in org.eclipse.collections.impl.map.mutable.primitive that return IntSetModifier and TypeMethodDescriptionIntBooleanHashMap.KeySet.freeze()IntByteHashMap.KeySet.freeze()IntCharHashMap.KeySet.freeze()IntDoubleHashMap.KeySet.freeze()IntFloatHashMap.KeySet.freeze()IntIntHashMap.KeySet.freeze()IntLongHashMap.KeySet.freeze()IntObjectHashMap.KeySet.freeze()IntShortHashMap.KeySet.freeze()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntSet -
Uses of IntSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement IntSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) final classImmutableIntEmptySet is an optimization forImmutableIntSetof size 0.(package private) final classImmutableIntSingletonSet is an optimization forImmutableIntSetof size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as IntSetMethods in org.eclipse.collections.impl.set.immutable.primitive that return IntSetModifier and TypeMethodDescriptionAbstractImmutableIntSet.freeze()ImmutableIntEmptySet.freeze()ImmutableIntSingletonSet.freeze()Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type IntSetModifier and TypeMethodDescriptionImmutableIntEmptySet.cartesianProduct(IntSet set) ImmutableIntSingletonSet.cartesianProduct(IntSet set) Constructors in org.eclipse.collections.impl.set.immutable.primitive with parameters of type IntSet -
Uses of IntSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement IntSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.private static final classclassA synchronized view of aMutableIntSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return IntSetModifier and TypeMethodDescriptionIntHashSet.freeze()SynchronizedIntSet.freeze()UnmodifiableIntSet.freeze()Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntSetModifier and TypeMethodDescriptionSynchronizedIntSet.cartesianProduct(IntSet set) UnmodifiableIntSet.cartesianProduct(IntSet set) -
Uses of IntSet in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement IntSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractPrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.primitive with parameters of type IntSet