Uses of Interface
org.eclipse.collections.api.set.primitive.MutableIntSet
| Package | Description |
|---|---|
| org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
| org.eclipse.collections.api.bag.primitive |
This package contains API for Primitive Bags with Mutable and Immutable variants.
|
| org.eclipse.collections.api.factory.set.primitive | |
| org.eclipse.collections.api.map.primitive |
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
|
| org.eclipse.collections.api.set |
This package contains interfaces for set API which enhance the performance and functionality of
Set. |
| org.eclipse.collections.api.set.primitive |
This package contains API for mutable and immutable primitive sets.
|
| org.eclipse.collections.impl.bag.mutable.primitive |
This package contains implementations of the mutable primitive bag interfaces.
|
| org.eclipse.collections.impl.collection.mutable.primitive |
This package contains implementations of the mutable primitive collection interfaces.
|
| org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
| org.eclipse.collections.impl.list.primitive |
This package contains implementations of the primitive list interfaces.
|
| 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.primitive | |
| org.eclipse.collections.impl.set | |
| org.eclipse.collections.impl.set.mutable |
This package package contains implementations of
MutableSet. |
| org.eclipse.collections.impl.set.mutable.primitive |
This package contains implementations of the mutable primitive set interfaces.
|
| org.eclipse.collections.impl.stack.mutable.primitive |
This package contains implementations of the mutable primitive stack interfaces.
|
| org.eclipse.collections.impl.stack.primitive | |
| org.eclipse.collections.impl.stream | |
| org.eclipse.collections.impl.string.immutable |
-
Uses of MutableIntSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableIntSet Modifier and Type Method Description MutableIntSetIntIterable. 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 MutableIntSet Modifier and Type Method Description MutableIntSetMutableIntBag. 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 MutableIntSet Modifier and Type Method Description MutableIntSetMutableIntSetFactory. empty()MutableIntSetMutableIntSetFactory. of()Same asMutableIntSetFactory.empty().MutableIntSetMutableIntSetFactory. of(int... items)Same asMutableIntSetFactory.with(int[]).MutableIntSetMutableIntSetFactory. ofAll(Iterable<Integer> iterable)MutableIntSetMutableIntSetFactory. ofAll(IntStream items)MutableIntSetMutableIntSetFactory. ofAll(IntIterable items)MutableIntSetMutableIntSetFactory. with()Same asMutableIntSetFactory.empty().MutableIntSetMutableIntSetFactory. with(int... items)MutableIntSetMutableIntSetFactory. withAll(Iterable<Integer> iterable)MutableIntSetMutableIntSetFactory. withAll(IntStream items)MutableIntSetMutableIntSetFactory. 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 MutableIntSet Modifier and Type Method Description MutableIntSetIntBooleanMap. keySet()Returns a set containing all the keys in this map.MutableIntSetIntByteMap. keySet()Returns a set containing all the keys in this map.MutableIntSetIntCharMap. keySet()Returns a set containing all the keys in this map.MutableIntSetIntDoubleMap. keySet()Returns a set containing all the keys in this map.MutableIntSetIntFloatMap. keySet()Returns a set containing all the keys in this map.MutableIntSetIntIntMap. keySet()Returns a set containing all the keys in this map.MutableIntSetIntLongMap. keySet()Returns a set containing all the keys in this map.MutableIntSetIntObjectMap. keySet()Returns a set containing all the keys in this map.MutableIntSetIntShortMap. 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 MutableIntSet Modifier and Type Method Description 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 MutableIntSet Modifier and Type Method Description MutableIntSetMutableIntSet. asSynchronized()MutableIntSetMutableIntSet. asUnmodifiable()default MutableIntSetMutableIntSet. newEmpty()Creates a new empty mutable version of the same Set type.MutableIntSetMutableIntSet. reject(IntPredicate predicate)MutableIntSetMutableIntSet. select(IntPredicate predicate)default MutableIntSetMutableIntSet. tap(IntProcedure procedure)MutableIntSetMutableIntSet. with(int element)MutableIntSetMutableIntSet. withAll(IntIterable elements)MutableIntSetMutableIntSet. without(int element)MutableIntSetMutableIntSet. 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 MutableIntSet Modifier and Type Method Description MutableIntSetIntHashBag. selectUnique()MutableIntSetSynchronizedIntBag. selectUnique()MutableIntSetUnmodifiableIntBag. selectUnique() -
Uses of MutableIntSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableIntSet Modifier and Type Method Description MutableIntSetAbstractSynchronizedIntCollection. toSet()MutableIntSetAbstractUnmodifiableIntCollection. toSet() -
Uses of MutableIntSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableIntSet Modifier and Type Method Description MutableIntSetAbstractLazyIntIterable. toSet()MutableIntSetCollectIntIterable. toSet()MutableIntSetLazyIntIterableAdapter. toSet()MutableIntSetReverseIntIterable. toSet()MutableIntSetSelectIntIterable. toSet() -
Uses of MutableIntSet in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableIntSet Modifier and Type Method Description MutableIntSetIntInterval. toSet() -
Uses of MutableIntSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableIntSet Modifier and Type Class Description classAbstractMutableIntKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.Methods in org.eclipse.collections.impl.map.mutable.primitive that return MutableIntSet Modifier and Type Method Description MutableIntSetAbstractMutableIntKeySet. asSynchronized()MutableIntSetAbstractMutableIntKeySet. asUnmodifiable()MutableIntSetIntBooleanHashMap. keySet()MutableIntSetIntByteHashMap. keySet()MutableIntSetIntCharHashMap. keySet()MutableIntSetIntDoubleHashMap. keySet()MutableIntSetIntFloatHashMap. keySet()MutableIntSetIntIntHashMap. keySet()MutableIntSetIntLongHashMap. keySet()MutableIntSetIntObjectHashMap. keySet()MutableIntSetIntShortHashMap. keySet()MutableIntSetSynchronizedIntBooleanMap. keySet()MutableIntSetSynchronizedIntByteMap. keySet()MutableIntSetSynchronizedIntCharMap. keySet()MutableIntSetSynchronizedIntDoubleMap. keySet()MutableIntSetSynchronizedIntFloatMap. keySet()MutableIntSetSynchronizedIntIntMap. keySet()MutableIntSetSynchronizedIntLongMap. keySet()MutableIntSetSynchronizedIntObjectMap. keySet()MutableIntSetSynchronizedIntShortMap. keySet()MutableIntSetUnmodifiableIntBooleanMap. keySet()MutableIntSetUnmodifiableIntByteMap. keySet()MutableIntSetUnmodifiableIntCharMap. keySet()MutableIntSetUnmodifiableIntDoubleMap. keySet()MutableIntSetUnmodifiableIntFloatMap. keySet()MutableIntSetUnmodifiableIntIntMap. keySet()MutableIntSetUnmodifiableIntLongMap. keySet()MutableIntSetUnmodifiableIntObjectMap. keySet()MutableIntSetUnmodifiableIntShortMap. keySet()MutableIntSetAbstractMutableIntKeySet. reject(IntPredicate predicate)MutableIntSetAbstractMutableIntKeySet. select(IntPredicate predicate)MutableIntSetAbstractMutableIntKeySet. toSet()MutableIntSetObjectIntHashMap. toSet()MutableIntSetObjectIntHashMapWithHashingStrategy. toSet()MutableIntSetSynchronizedByteIntMap. toSet()MutableIntSetSynchronizedCharIntMap. toSet()MutableIntSetSynchronizedDoubleIntMap. toSet()MutableIntSetSynchronizedFloatIntMap. toSet()MutableIntSetSynchronizedIntIntMap. toSet()MutableIntSetSynchronizedLongIntMap. toSet()MutableIntSetSynchronizedObjectIntMap. toSet()MutableIntSetSynchronizedShortIntMap. toSet()MutableIntSetUnmodifiableByteIntMap. toSet()MutableIntSetUnmodifiableCharIntMap. toSet()MutableIntSetUnmodifiableDoubleIntMap. toSet()MutableIntSetUnmodifiableFloatIntMap. toSet()MutableIntSetUnmodifiableIntIntMap. toSet()MutableIntSetUnmodifiableLongIntMap. toSet()MutableIntSetUnmodifiableObjectIntMap. toSet()MutableIntSetUnmodifiableShortIntMap. toSet()MutableIntSetAbstractMutableIntKeySet. with(int element)MutableIntSetAbstractMutableIntKeySet. withAll(IntIterable elements)MutableIntSetAbstractMutableIntKeySet. without(int element)MutableIntSetAbstractMutableIntKeySet. withoutAll(IntIterable elements) -
Uses of MutableIntSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableIntSet Modifier and Type Method Description MutableIntSetAbstractIntIterable. toSet()MutableIntSetSynchronizedIntIterable. toSet() -
Uses of MutableIntSet in org.eclipse.collections.impl.set
Methods in org.eclipse.collections.impl.set that return MutableIntSet Modifier and Type Method Description MutableIntSetAbstractUnifiedSet. collectInt(IntFunction<? super T> intFunction) -
Uses of MutableIntSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableIntSet Modifier and Type Method Description MutableIntSetAbstractMutableSet. collectInt(IntFunction<? super T> intFunction)MutableIntSetMultiReaderUnifiedSet. collectInt(IntFunction<? super T> intFunction)MutableIntSetSetAdapter. collectInt(IntFunction<? super T> intFunction)MutableIntSetSynchronizedMutableSet. collectInt(IntFunction<? super T> intFunction)MutableIntSetUnmodifiableMutableSet. 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 MutableIntSet Modifier and Type Class Description classIntHashSetThis file was automatically generated from template file primitiveHashSet.stg.classSynchronizedIntSetA synchronized view of aMutableIntSet.classUnmodifiableIntSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Methods in org.eclipse.collections.impl.set.mutable.primitive that return MutableIntSet Modifier and Type Method Description MutableIntSetIntHashSet. asSynchronized()MutableIntSetSynchronizedIntSet. asSynchronized()MutableIntSetUnmodifiableIntSet. asSynchronized()MutableIntSetIntHashSet. asUnmodifiable()MutableIntSetSynchronizedIntSet. asUnmodifiable()MutableIntSetUnmodifiableIntSet. asUnmodifiable()MutableIntSetMutableIntSetFactoryImpl. empty()MutableIntSetSynchronizedIntSet. newEmpty()MutableIntSetUnmodifiableIntSet. newEmpty()MutableIntSetMutableIntSetFactoryImpl. of()MutableIntSetMutableIntSetFactoryImpl. of(int... items)MutableIntSetMutableIntSetFactoryImpl. ofAll(Iterable<Integer> iterable)MutableIntSetMutableIntSetFactoryImpl. ofAll(IntStream items)MutableIntSetMutableIntSetFactoryImpl. ofAll(IntIterable items)MutableIntSetSynchronizedIntSet. reject(IntPredicate predicate)MutableIntSetUnmodifiableIntSet. reject(IntPredicate predicate)MutableIntSetSynchronizedIntSet. select(IntPredicate predicate)MutableIntSetUnmodifiableIntSet. select(IntPredicate predicate)MutableIntSetMutableIntSetFactoryImpl. with()MutableIntSetMutableIntSetFactoryImpl. with(int... items)MutableIntSetMutableIntSetFactoryImpl. withAll(Iterable<Integer> iterable)MutableIntSetMutableIntSetFactoryImpl. withAll(IntStream items)MutableIntSetMutableIntSetFactoryImpl. withAll(IntIterable items)MutableIntSetMutableIntSetFactoryImpl. withInitialCapacity(int capacity)Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableIntSet Modifier and Type Method Description static 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 MutableIntSet Constructor Description SynchronizedIntSet(MutableIntSet set)SynchronizedIntSet(MutableIntSet set, Object newLock)UnmodifiableIntSet(MutableIntSet set) -
Uses of MutableIntSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableIntSet Modifier and Type Method Description MutableIntSetSynchronizedIntStack. toSet()MutableIntSetUnmodifiableIntStack. toSet() -
Uses of MutableIntSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableIntSet Modifier and Type Method Description MutableIntSetAbstractIntStack. toSet() -
Uses of MutableIntSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableIntSet Modifier and Type Method Description static MutableIntSetPrimitiveStreams. mIntSet(IntStream stream) -
Uses of MutableIntSet in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return MutableIntSet Modifier and Type Method Description MutableIntSetCodePointAdapter. toSet()MutableIntSetCodePointList. toSet()