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 IntSet
IntBag. 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 IntSet
UnsortedSetIterable. 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 interface
ImmutableIntSet
This file was automatically generated from template file immutablePrimitiveSet.stg.interface
MutableIntSet
This 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 IntSet
IntSet. difference(IntSet set)
Returns the set of all members ofthis
that are not members ofset
.IntSet
IntSet. freeze()
Returns a frozen copy of this set.IntSet
MutableIntSet. freeze()
Returns a frozen copy of this set.IntSet
IntSet. intersect(IntSet set)
Returns the set of all objects that are members of boththis
andset
.IntSet
IntSet. reject(IntPredicate predicate)
IntSet
IntSet. select(IntPredicate predicate)
IntSet
IntSet. symmetricDifference(IntSet set)
Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default IntSet
IntSet. tap(IntProcedure procedure)
IntSet
IntSet. 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 ofthis
and b is a member ofset
.default ImmutableIntSet
ImmutableIntSet. difference(IntSet set)
Returns the set of all members ofthis
that are not members ofset
.IntSet
IntSet. difference(IntSet set)
Returns the set of all members ofthis
that are not members ofset
.default MutableIntSet
MutableIntSet. difference(IntSet set)
Returns the set of all members ofthis
that are not members ofset
.default ImmutableIntSet
ImmutableIntSet. intersect(IntSet set)
Returns the set of all objects that are members of boththis
andset
.IntSet
IntSet. intersect(IntSet set)
Returns the set of all objects that are members of boththis
andset
.default MutableIntSet
MutableIntSet. intersect(IntSet set)
Returns the set of all objects that are members of boththis
andset
.default boolean
IntSet. isProperSubsetOf(IntSet set)
Returns true if all the members ofthis
are also members ofset
and the two sets are not equal.default boolean
IntSet. isSubsetOf(IntSet set)
Returns true if all the members ofthis
are also members ofset
.default ImmutableIntSet
ImmutableIntSet. symmetricDifference(IntSet set)
Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).IntSet
IntSet. symmetricDifference(IntSet set)
Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default MutableIntSet
MutableIntSet. symmetricDifference(IntSet set)
Returns the set of all objects that are a member of exactly one ofthis
andset
(elements which are in one of the sets, but not in both).default ImmutableIntSet
ImmutableIntSet. union(IntSet set)
IntSet
IntSet. union(IntSet set)
default MutableIntSet
MutableIntSet. 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 class
AbstractMutableIntKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.(package private) class
ImmutableIntIntMapKeySet
This file was automatically generated from template file immutablePrimitivePrimitiveMapKeySet.stg(package private) class
ImmutableIntMapKeySet
This file was automatically generated from template file immutablePrimitiveMapKeySet.stgprivate class
IntBooleanHashMap.KeySet
private class
IntByteHashMap.KeySet
private class
IntCharHashMap.KeySet
private class
IntDoubleHashMap.KeySet
private class
IntFloatHashMap.KeySet
private class
IntIntHashMap.KeySet
private class
IntLongHashMap.KeySet
private class
IntObjectHashMap.KeySet
private class
IntShortHashMap.KeySet
Methods in org.eclipse.collections.impl.map.mutable.primitive that return IntSet Modifier and Type Method Description IntSet
IntBooleanHashMap.KeySet. freeze()
IntSet
IntByteHashMap.KeySet. freeze()
IntSet
IntCharHashMap.KeySet. freeze()
IntSet
IntDoubleHashMap.KeySet. freeze()
IntSet
IntFloatHashMap.KeySet. freeze()
IntSet
IntIntHashMap.KeySet. freeze()
IntSet
IntLongHashMap.KeySet. freeze()
IntSet
IntObjectHashMap.KeySet. freeze()
IntSet
IntShortHashMap.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 class
AbstractImmutableIntSet
This file was automatically generated from template file abstractImmutablePrimitiveSet.stg.(package private) class
ImmutableIntEmptySet
ImmutableIntEmptySet is an optimization forImmutableIntSet
of size 0.(package private) class
ImmutableIntSingletonSet
ImmutableIntSingletonSet is an optimization forImmutableIntSet
of size 1.Fields in org.eclipse.collections.impl.set.immutable.primitive declared as IntSet Modifier and Type Field Description private IntSet
ImmutableIntSetSerializationProxy. set
Methods in org.eclipse.collections.impl.set.immutable.primitive that return IntSet Modifier and Type Method Description IntSet
AbstractImmutableIntSet. freeze()
IntSet
ImmutableIntEmptySet. freeze()
IntSet
ImmutableIntSingletonSet. 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 class
IntHashSet
This file was automatically generated from template file primitiveHashSet.stg.private static class
IntHashSet.ImmutableIntHashSet
class
SynchronizedIntSet
A synchronized view of aMutableIntSet
.class
UnmodifiableIntSet
This 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 IntSet
IntHashSet. freeze()
IntSet
SynchronizedIntSet. freeze()
IntSet
UnmodifiableIntSet. 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 class
AbstractIntSet
This 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)
-