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.
-
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