Uses of Interface
org.eclipse.collections.api.set.primitive.IntSet
-
Packages that use IntSet Package Description org.eclipse.collections.api.bag.primitive This package contains API for Primitive Bags with Mutable and Immutable variants.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.factory.primitive This package contains static utilities for creating immutable primitive collection factories.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.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.set.primitive -
-
Uses of IntSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return IntSet Modifier and Type Method Description IntSetIntBag. 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 IntSet Modifier and Type Method Description IntSetUnsortedSetIterable. collectInt(IntFunction<? super T> intFunction) -
Uses of IntSet in org.eclipse.collections.api.set.primitive
Subinterfaces of IntSet in org.eclipse.collections.api.set.primitive Modifier and Type Interface Description interfaceImmutableIntSetThis file was automatically generated from template file immutablePrimitiveSet.stg.interfaceMutableIntSetThis file was automatically generated from template file mutablePrimitiveSet.stg.Methods in org.eclipse.collections.api.set.primitive that return IntSet Modifier and Type Method Description IntSetIntSet. difference(IntSet set)Returns the set of all members ofthisthat are not members ofset.IntSetIntSet. freeze()Returns a frozen copy of this set.IntSetMutableIntSet. freeze()Returns a frozen copy of this set.IntSetIntSet. intersect(IntSet set)Returns the set of all objects that are members of boththisandset.IntSetIntSet. reject(IntPredicate predicate)IntSetIntSet. select(IntPredicate predicate)IntSetIntSet. 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)IntSetIntSet. union(IntSet set)Methods in org.eclipse.collections.api.set.primitive with parameters of type IntSet Modifier and Type Method Description LazyIterable<IntIntPair>IntSet. 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.IntSetIntSet. 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 ImmutableIntSetImmutableIntSet. intersect(IntSet set)Returns the set of all objects that are members of boththisandset.IntSetIntSet. intersect(IntSet set)Returns the set of all objects that are members of boththisandset.default MutableIntSetMutableIntSet. intersect(IntSet set)Returns 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).IntSetIntSet. 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 ImmutableIntSetImmutableIntSet. union(IntSet set)IntSetIntSet. union(IntSet set)default MutableIntSetMutableIntSet. union(IntSet set) -
Uses of IntSet in org.eclipse.collections.impl.factory.primitive
Methods in org.eclipse.collections.impl.factory.primitive with parameters of type IntSet Modifier and Type Method Description static <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 IntSet Modifier and Type Class Description classAbstractMutableIntKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.(package private) classImmutableIntIntMapKeySetThis file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) classImmutableIntMapKeySetThis file was automatically generated from template file immutablePrimitiveMapKeySet.stgprivate classIntBooleanHashMap.KeySetprivate classIntByteHashMap.KeySetprivate classIntCharHashMap.KeySetprivate classIntDoubleHashMap.KeySetprivate classIntFloatHashMap.KeySetprivate classIntIntHashMap.KeySetprivate classIntLongHashMap.KeySetprivate classIntObjectHashMap.KeySetprivate classIntShortHashMap.KeySetMethods in org.eclipse.collections.impl.map.mutable.primitive that return IntSet Modifier and Type Method Description IntSetIntBooleanHashMap.KeySet. freeze()IntSetIntByteHashMap.KeySet. freeze()IntSetIntCharHashMap.KeySet. freeze()IntSetIntDoubleHashMap.KeySet. freeze()IntSetIntFloatHashMap.KeySet. freeze()IntSetIntIntHashMap.KeySet. freeze()IntSetIntLongHashMap.KeySet. freeze()IntSetIntObjectHashMap.KeySet. freeze()IntSetIntShortHashMap.KeySet. freeze()Methods in org.eclipse.collections.impl.map.mutable.primitive with parameters of type IntSet Modifier and Type Method Description LazyIterable<IntIntPair>AbstractMutableIntKeySet. cartesianProduct(IntSet set) -
Uses of IntSet in org.eclipse.collections.impl.set.immutable.primitive
Classes in org.eclipse.collections.impl.set.immutable.primitive that implement IntSet 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 IntSet Modifier and Type Field Description private IntSetImmutableIntSetSerializationProxy. setMethods in org.eclipse.collections.impl.set.immutable.primitive that return IntSet Modifier and Type Method Description IntSetAbstractImmutableIntSet. freeze()IntSetImmutableIntEmptySet. freeze()IntSetImmutableIntSingletonSet. freeze()Methods in org.eclipse.collections.impl.set.immutable.primitive with parameters of type IntSet Modifier and Type Method Description LazyIterable<IntIntPair>ImmutableIntEmptySet. cartesianProduct(IntSet set)LazyIterable<IntIntPair>ImmutableIntSingletonSet. cartesianProduct(IntSet set)Constructors in org.eclipse.collections.impl.set.immutable.primitive with parameters of type IntSet Constructor Description ImmutableIntSetSerializationProxy(IntSet set) -
Uses of IntSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement IntSet Modifier and Type Class Description classIntHashSetThis file was automatically generated from template file primitiveHashSet.stg.private static classIntHashSet.ImmutableIntHashSetclassSynchronizedIntSetA synchronized view of aMutableIntSet.classUnmodifiableIntSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return IntSet Modifier and Type Method Description IntSetIntHashSet. freeze()IntSetSynchronizedIntSet. freeze()IntSetUnmodifiableIntSet. freeze()Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type IntSet Modifier and Type Method Description LazyIterable<IntIntPair>SynchronizedIntSet. cartesianProduct(IntSet set)LazyIterable<IntIntPair>UnmodifiableIntSet. cartesianProduct(IntSet set) -
Uses of IntSet in org.eclipse.collections.impl.set.primitive
Classes in org.eclipse.collections.impl.set.primitive that implement IntSet Modifier and Type Class Description classAbstractIntSetThis file was automatically generated from template file abstractPrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.primitive with parameters of type IntSet Modifier and Type Method Description LazyIterable<IntIntPair>AbstractIntSet. cartesianProduct(IntSet set)
-