Uses of Interface
org.eclipse.collections.api.set.primitive.MutableIntSet
Packages that use MutableIntSet
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for Primitive Bags with Mutable and Immutable variants.
This package contains factory API for creating primitive set instances.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps 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 implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of
MutableSet
.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of MutableIntSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableIntSetModifier and TypeMethodDescriptionIntIterable.toSet()
Converts the IntIterable to a new MutableIntSet. -
Uses of MutableIntSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableIntSetModifier and TypeMethodDescriptionMutableIntBag.selectUnique()
Returns all elements of the bag that have exactly one occurrence. -
Uses of MutableIntSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return MutableIntSetModifier and TypeMethodDescriptionMutableIntSetFactory.empty()
MutableIntSetFactory.of()
Same asMutableIntSetFactory.empty()
.MutableIntSetFactory.of
(int... items) Same asMutableIntSetFactory.with(int[])
.MutableIntSetFactory.ofAll
(IntIterable items) MutableIntSetFactory.with()
Same asMutableIntSetFactory.empty()
.MutableIntSetFactory.with
(int... items) MutableIntSetFactory.withAll
(IntIterable items) default MutableIntSet
MutableIntSetFactory.withInitialCapacity
(int capacity) Same asMutableIntSetFactory.empty()
. -
Uses of MutableIntSet in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableIntSetModifier and TypeMethodDescriptionIntBooleanMap.keySet()
Returns a set containing all the keys in this map.IntByteMap.keySet()
Returns a set containing all the keys in this map.IntCharMap.keySet()
Returns a set containing all the keys in this map.IntDoubleMap.keySet()
Returns a set containing all the keys in this map.IntFloatMap.keySet()
Returns a set containing all the keys in this map.IntIntMap.keySet()
Returns a set containing all the keys in this map.IntLongMap.keySet()
Returns a set containing all the keys in this map.IntObjectMap.keySet()
Returns a set containing all the keys in this map.IntShortMap.keySet()
Returns a set containing all the keys in this map. -
Uses of MutableIntSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableIntSetModifier and TypeMethodDescriptiondefault MutableIntSet
MutableSet.collectInt
(IntFunction<? super T> intFunction) -
Uses of MutableIntSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return MutableIntSetModifier and TypeMethodDescriptionMutableIntSet.asSynchronized()
MutableIntSet.asUnmodifiable()
default MutableIntSet
MutableIntSet.difference
(IntSet set) Returns the set of all members ofthis
that are not members ofset
.default MutableIntSet
Returns the set of all objects that are members of boththis
andset
.default MutableIntSet
MutableIntSet.newEmpty()
Creates a new empty mutable version of the same Set type.MutableIntSet.reject
(IntPredicate predicate) MutableIntSet.select
(IntPredicate predicate) 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 MutableIntSet
MutableIntSet.tap
(IntProcedure procedure) default MutableIntSet
MutableIntSet.with
(int element) MutableIntSet.withAll
(IntIterable elements) MutableIntSet.without
(int element) MutableIntSet.withoutAll
(IntIterable elements) -
Uses of MutableIntSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableIntSetModifier and TypeMethodDescriptionIntHashBag.selectUnique()
SynchronizedIntBag.selectUnique()
UnmodifiableIntBag.selectUnique()
-
Uses of MutableIntSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableIntSet -
Uses of MutableIntSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableIntSet -
Uses of MutableIntSet in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableIntSet -
Uses of MutableIntSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableIntSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntSetModifier and TypeMethodDescriptionAbstractMutableIntKeySet.asSynchronized()
AbstractMutableIntKeySet.asUnmodifiable()
IntBooleanHashMap.keySet()
IntByteHashMap.keySet()
IntCharHashMap.keySet()
IntDoubleHashMap.keySet()
IntFloatHashMap.keySet()
IntIntHashMap.keySet()
IntLongHashMap.keySet()
IntObjectHashMap.keySet()
IntShortHashMap.keySet()
SynchronizedIntBooleanMap.keySet()
SynchronizedIntByteMap.keySet()
SynchronizedIntCharMap.keySet()
SynchronizedIntDoubleMap.keySet()
SynchronizedIntFloatMap.keySet()
SynchronizedIntIntMap.keySet()
SynchronizedIntLongMap.keySet()
SynchronizedIntObjectMap.keySet()
SynchronizedIntShortMap.keySet()
UnmodifiableIntBooleanMap.keySet()
UnmodifiableIntByteMap.keySet()
UnmodifiableIntCharMap.keySet()
UnmodifiableIntDoubleMap.keySet()
UnmodifiableIntFloatMap.keySet()
UnmodifiableIntIntMap.keySet()
UnmodifiableIntLongMap.keySet()
UnmodifiableIntObjectMap.keySet()
UnmodifiableIntShortMap.keySet()
AbstractMutableIntKeySet.reject
(IntPredicate predicate) AbstractMutableIntKeySet.select
(IntPredicate predicate) AbstractMutableIntKeySet.toSet()
ObjectIntHashMap.toSet()
ObjectIntHashMapWithHashingStrategy.toSet()
SynchronizedByteIntMap.toSet()
SynchronizedCharIntMap.toSet()
SynchronizedDoubleIntMap.toSet()
SynchronizedFloatIntMap.toSet()
SynchronizedIntIntMap.toSet()
SynchronizedLongIntMap.toSet()
SynchronizedObjectIntMap.toSet()
SynchronizedShortIntMap.toSet()
UnmodifiableByteIntMap.toSet()
UnmodifiableCharIntMap.toSet()
UnmodifiableDoubleIntMap.toSet()
UnmodifiableFloatIntMap.toSet()
UnmodifiableIntIntMap.toSet()
UnmodifiableLongIntMap.toSet()
UnmodifiableObjectIntMap.toSet()
UnmodifiableShortIntMap.toSet()
AbstractMutableIntKeySet.with
(int element) AbstractMutableIntKeySet.withAll
(IntIterable elements) AbstractMutableIntKeySet.without
(int element) AbstractMutableIntKeySet.withoutAll
(IntIterable elements) -
Uses of MutableIntSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableIntSet -
Uses of MutableIntSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableIntSetModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectInt
(IntFunction<? super T> intFunction) SynchronizedMutableSet.collectInt
(IntFunction<? super T> intFunction) UnmodifiableMutableSet.collectInt
(IntFunction<? super T> intFunction) -
Uses of MutableIntSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableIntSetModifier and TypeClassDescriptionclass
This file was automatically generated from template file primitiveHashSet.stg.class
A synchronized view of aMutableIntSet
.class
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableIntSetModifier and TypeMethodDescriptionIntHashSet.asSynchronized()
SynchronizedIntSet.asSynchronized()
UnmodifiableIntSet.asSynchronized()
IntHashSet.asUnmodifiable()
SynchronizedIntSet.asUnmodifiable()
UnmodifiableIntSet.asUnmodifiable()
MutableIntSetFactoryImpl.empty()
SynchronizedIntSet.newEmpty()
UnmodifiableIntSet.newEmpty()
MutableIntSetFactoryImpl.of()
MutableIntSetFactoryImpl.of
(int... items) MutableIntSetFactoryImpl.ofAll
(IntIterable items) SynchronizedIntSet.reject
(IntPredicate predicate) UnmodifiableIntSet.reject
(IntPredicate predicate) SynchronizedIntSet.select
(IntPredicate predicate) UnmodifiableIntSet.select
(IntPredicate predicate) MutableIntSetFactoryImpl.with()
MutableIntSetFactoryImpl.with
(int... items) MutableIntSetFactoryImpl.withAll
(IntIterable items) MutableIntSetFactoryImpl.withInitialCapacity
(int capacity) Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableIntSetModifier and TypeMethodDescriptionstatic SynchronizedIntSet
SynchronizedIntSet.of
(MutableIntSet set) This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.static SynchronizedIntSet
SynchronizedIntSet.of
(MutableIntSet set, Object lock) This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.static UnmodifiableIntSet
UnmodifiableIntSet.of
(MutableIntSet set) This method will take a MutableIntSet and wrap it directly in a UnmodifiableIntSet.Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableIntSet -
Uses of MutableIntSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableIntSet -
Uses of MutableIntSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableIntSet -
Uses of MutableIntSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableIntSet -
Uses of MutableIntSet in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return MutableIntSet