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 immutable primitive bag interfaces.
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 immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of
MutableSet.This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack 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 MutableIntSetMutableIntSetFactory.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 MutableIntSetMutableSet.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 MutableIntSetMutableIntSet.difference(IntSet set) Returns the set of all members ofthisthat are not members ofset.default MutableIntSetReturns the set of all objects that are members of boththisandset.default MutableIntSetMutableIntSet.newEmpty()Creates a new empty mutable version of the same Set type.MutableIntSet.reject(IntPredicate predicate) MutableIntSet.select(IntPredicate predicate) 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 MutableIntSetMutableIntSet.tap(IntProcedure procedure) default MutableIntSetMutableIntSet.with(int element) MutableIntSet.withAll(IntIterable elements) MutableIntSet.without(int element) MutableIntSet.withoutAll(IntIterable elements) -
Uses of MutableIntSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableIntSet -
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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.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.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableIntSetModifier and TypeMethodDescriptionImmutableIntBooleanEmptyMap.keySet()ImmutableIntBooleanHashMap.keySet()ImmutableIntBooleanSingletonMap.keySet()ImmutableIntByteEmptyMap.keySet()ImmutableIntByteHashMap.keySet()ImmutableIntByteSingletonMap.keySet()ImmutableIntCharEmptyMap.keySet()ImmutableIntCharHashMap.keySet()ImmutableIntCharSingletonMap.keySet()ImmutableIntDoubleEmptyMap.keySet()ImmutableIntDoubleHashMap.keySet()ImmutableIntDoubleSingletonMap.keySet()ImmutableIntFloatEmptyMap.keySet()ImmutableIntFloatHashMap.keySet()ImmutableIntFloatSingletonMap.keySet()ImmutableIntIntEmptyMap.keySet()ImmutableIntIntHashMap.keySet()ImmutableIntIntSingletonMap.keySet()ImmutableIntLongEmptyMap.keySet()ImmutableIntLongHashMap.keySet()ImmutableIntLongSingletonMap.keySet()ImmutableIntObjectEmptyMap.keySet()ImmutableIntObjectHashMap.keySet()ImmutableIntObjectSingletonMap.keySet()ImmutableIntShortEmptyMap.keySet()ImmutableIntShortHashMap.keySet()ImmutableIntShortSingletonMap.keySet()ImmutableByteIntEmptyMap.toSet()ImmutableByteIntHashMap.toSet()ImmutableByteIntSingletonMap.toSet()ImmutableCharIntEmptyMap.toSet()ImmutableCharIntHashMap.toSet()ImmutableCharIntSingletonMap.toSet()ImmutableDoubleIntEmptyMap.toSet()ImmutableDoubleIntHashMap.toSet()ImmutableDoubleIntSingletonMap.toSet()ImmutableFloatIntEmptyMap.toSet()ImmutableFloatIntHashMap.toSet()ImmutableFloatIntSingletonMap.toSet()ImmutableIntIntEmptyMap.toSet()ImmutableIntIntHashMap.toSet()ImmutableIntIntSingletonMap.toSet()ImmutableLongIntEmptyMap.toSet()ImmutableLongIntHashMap.toSet()ImmutableLongIntSingletonMap.toSet()ImmutableObjectIntEmptyMap.toSet()ImmutableObjectIntHashMap.toSet()ImmutableObjectIntSingletonMap.toSet()ImmutableShortIntEmptyMap.toSet()ImmutableShortIntHashMap.toSet()ImmutableShortIntSingletonMap.toSet() -
Uses of MutableIntSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableIntSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.private classprivate classprivate classprivate classprivate classprivate classprivate classprivate classprivate classMethods 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()IntBooleanHashMap.KeySet.newEmpty()IntByteHashMap.KeySet.newEmpty()IntCharHashMap.KeySet.newEmpty()IntDoubleHashMap.KeySet.newEmpty()IntFloatHashMap.KeySet.newEmpty()IntIntHashMap.KeySet.newEmpty()IntLongHashMap.KeySet.newEmpty()IntObjectHashMap.KeySet.newEmpty()IntShortHashMap.KeySet.newEmpty()AbstractMutableIntKeySet.reject(IntPredicate predicate) AbstractMutableIntKeySet.select(IntPredicate predicate) AbstractMutableIntKeySet.toSet()AbstractMutableIntValuesMap.AbstractIntValuesCollection.toSet()IntBooleanHashMap.KeysView.toSet()ObjectIntHashMap.toSet()ObjectIntHashMap.ValuesCollection.toSet()ObjectIntHashMapWithHashingStrategy.toSet()ObjectIntHashMapWithHashingStrategy.ValuesCollection.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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.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) MultiReaderUnifiedSet.UntouchableMutableSet.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 TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.classA synchronized view of aMutableIntSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableIntSetMethods 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()private MutableIntSetSynchronizedIntSet.getMutableIntSet()private MutableIntSetUnmodifiableIntSet.getMutableIntSet()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 SynchronizedIntSetSynchronizedIntSet.of(MutableIntSet set) This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.static SynchronizedIntSetSynchronizedIntSet.of(MutableIntSet set, Object lock) This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.static UnmodifiableIntSetUnmodifiableIntSet.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 MutableIntSetModifierConstructorDescriptionBoxedMutableIntSet(MutableIntSet delegate) SynchronizedIntSet(MutableIntSet set, Object newLock) -
Uses of MutableIntSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return 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