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