Uses of Interface
org.eclipse.collections.api.set.primitive.MutableLongSet
Packages that use MutableLongSet
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 MutableLongSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableLongSetModifier and TypeMethodDescriptionLongIterable.toSet()Converts the LongIterable to a new MutableLongSet. -
Uses of MutableLongSet in org.eclipse.collections.api.bag.primitive
Methods in org.eclipse.collections.api.bag.primitive that return MutableLongSetModifier and TypeMethodDescriptionMutableLongBag.selectUnique()Returns all elements of the bag that have exactly one occurrence. -
Uses of MutableLongSet in org.eclipse.collections.api.factory.set.primitive
Methods in org.eclipse.collections.api.factory.set.primitive that return MutableLongSetModifier and TypeMethodDescriptionMutableLongSetFactory.empty()MutableLongSetFactory.of()Same asMutableLongSetFactory.empty().MutableLongSetFactory.of(long... items) Same asMutableLongSetFactory.with(long[]).MutableLongSetFactory.ofAll(LongStream items) MutableLongSetFactory.ofAll(LongIterable items) MutableLongSetFactory.with()Same asMutableLongSetFactory.empty().MutableLongSetFactory.with(long... items) MutableLongSetFactory.withAll(LongStream items) MutableLongSetFactory.withAll(LongIterable items) default MutableLongSetMutableLongSetFactory.withInitialCapacity(int capacity) Same asMutableLongSetFactory.empty(). -
Uses of MutableLongSet in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return MutableLongSetModifier and TypeMethodDescriptionLongBooleanMap.keySet()Returns a set containing all the keys in this map.LongByteMap.keySet()Returns a set containing all the keys in this map.LongCharMap.keySet()Returns a set containing all the keys in this map.LongDoubleMap.keySet()Returns a set containing all the keys in this map.LongFloatMap.keySet()Returns a set containing all the keys in this map.LongIntMap.keySet()Returns a set containing all the keys in this map.LongLongMap.keySet()Returns a set containing all the keys in this map.LongObjectMap.keySet()Returns a set containing all the keys in this map.LongShortMap.keySet()Returns a set containing all the keys in this map. -
Uses of MutableLongSet in org.eclipse.collections.api.set
Methods in org.eclipse.collections.api.set that return MutableLongSetModifier and TypeMethodDescriptiondefault MutableLongSetMutableSet.collectLong(LongFunction<? super T> longFunction) -
Uses of MutableLongSet in org.eclipse.collections.api.set.primitive
Methods in org.eclipse.collections.api.set.primitive that return MutableLongSetModifier and TypeMethodDescriptionMutableLongSet.asSynchronized()MutableLongSet.asUnmodifiable()default MutableLongSetMutableLongSet.difference(LongSet set) Returns the set of all members ofthisthat are not members ofset.default MutableLongSetReturns the set of all objects that are members of boththisandset.default MutableLongSetMutableLongSet.newEmpty()Creates a new empty mutable version of the same Set type.MutableLongSet.reject(LongPredicate predicate) MutableLongSet.select(LongPredicate predicate) default MutableLongSetMutableLongSet.symmetricDifference(LongSet 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 MutableLongSetMutableLongSet.tap(LongProcedure procedure) default MutableLongSetMutableLongSet.with(long element) MutableLongSet.withAll(LongIterable elements) MutableLongSet.without(long element) MutableLongSet.withoutAll(LongIterable elements) -
Uses of MutableLongSet in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return MutableLongSet -
Uses of MutableLongSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableLongSetModifier and TypeMethodDescriptionLongHashBag.selectUnique()SynchronizedLongBag.selectUnique()UnmodifiableLongBag.selectUnique() -
Uses of MutableLongSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableLongSet -
Uses of MutableLongSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableLongSet -
Uses of MutableLongSet in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableLongSet -
Uses of MutableLongSet in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableLongSet -
Uses of MutableLongSet in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableLongSetModifier and TypeMethodDescriptionImmutableLongBooleanEmptyMap.keySet()ImmutableLongBooleanHashMap.keySet()ImmutableLongBooleanSingletonMap.keySet()ImmutableLongByteEmptyMap.keySet()ImmutableLongByteHashMap.keySet()ImmutableLongByteSingletonMap.keySet()ImmutableLongCharEmptyMap.keySet()ImmutableLongCharHashMap.keySet()ImmutableLongCharSingletonMap.keySet()ImmutableLongDoubleEmptyMap.keySet()ImmutableLongDoubleHashMap.keySet()ImmutableLongDoubleSingletonMap.keySet()ImmutableLongFloatEmptyMap.keySet()ImmutableLongFloatHashMap.keySet()ImmutableLongFloatSingletonMap.keySet()ImmutableLongIntEmptyMap.keySet()ImmutableLongIntHashMap.keySet()ImmutableLongIntSingletonMap.keySet()ImmutableLongLongEmptyMap.keySet()ImmutableLongLongHashMap.keySet()ImmutableLongLongSingletonMap.keySet()ImmutableLongObjectEmptyMap.keySet()ImmutableLongObjectHashMap.keySet()ImmutableLongObjectSingletonMap.keySet()ImmutableLongShortEmptyMap.keySet()ImmutableLongShortHashMap.keySet()ImmutableLongShortSingletonMap.keySet()ImmutableByteLongEmptyMap.toSet()ImmutableByteLongHashMap.toSet()ImmutableByteLongSingletonMap.toSet()ImmutableCharLongEmptyMap.toSet()ImmutableCharLongHashMap.toSet()ImmutableCharLongSingletonMap.toSet()ImmutableDoubleLongEmptyMap.toSet()ImmutableDoubleLongHashMap.toSet()ImmutableDoubleLongSingletonMap.toSet()ImmutableFloatLongEmptyMap.toSet()ImmutableFloatLongHashMap.toSet()ImmutableFloatLongSingletonMap.toSet()ImmutableIntLongEmptyMap.toSet()ImmutableIntLongHashMap.toSet()ImmutableIntLongSingletonMap.toSet()ImmutableLongLongEmptyMap.toSet()ImmutableLongLongHashMap.toSet()ImmutableLongLongSingletonMap.toSet()ImmutableObjectLongEmptyMap.toSet()ImmutableObjectLongHashMap.toSet()ImmutableObjectLongSingletonMap.toSet()ImmutableShortLongEmptyMap.toSet()ImmutableShortLongHashMap.toSet()ImmutableShortLongSingletonMap.toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableLongSetModifier 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 MutableLongSetModifier and TypeMethodDescriptionAbstractMutableLongKeySet.asSynchronized()AbstractMutableLongKeySet.asUnmodifiable()LongBooleanHashMap.keySet()LongByteHashMap.keySet()LongCharHashMap.keySet()LongDoubleHashMap.keySet()LongFloatHashMap.keySet()LongIntHashMap.keySet()LongLongHashMap.keySet()LongObjectHashMap.keySet()LongShortHashMap.keySet()SynchronizedLongBooleanMap.keySet()SynchronizedLongByteMap.keySet()SynchronizedLongCharMap.keySet()SynchronizedLongDoubleMap.keySet()SynchronizedLongFloatMap.keySet()SynchronizedLongIntMap.keySet()SynchronizedLongLongMap.keySet()SynchronizedLongObjectMap.keySet()SynchronizedLongShortMap.keySet()UnmodifiableLongBooleanMap.keySet()UnmodifiableLongByteMap.keySet()UnmodifiableLongCharMap.keySet()UnmodifiableLongDoubleMap.keySet()UnmodifiableLongFloatMap.keySet()UnmodifiableLongIntMap.keySet()UnmodifiableLongLongMap.keySet()UnmodifiableLongObjectMap.keySet()UnmodifiableLongShortMap.keySet()LongBooleanHashMap.KeySet.newEmpty()LongByteHashMap.KeySet.newEmpty()LongCharHashMap.KeySet.newEmpty()LongDoubleHashMap.KeySet.newEmpty()LongFloatHashMap.KeySet.newEmpty()LongIntHashMap.KeySet.newEmpty()LongLongHashMap.KeySet.newEmpty()LongObjectHashMap.KeySet.newEmpty()LongShortHashMap.KeySet.newEmpty()AbstractMutableLongKeySet.reject(LongPredicate predicate) AbstractMutableLongKeySet.select(LongPredicate predicate) AbstractMutableLongKeySet.toSet()AbstractMutableLongValuesMap.AbstractLongValuesCollection.toSet()LongBooleanHashMap.KeysView.toSet()ObjectLongHashMap.toSet()ObjectLongHashMap.ValuesCollection.toSet()ObjectLongHashMapWithHashingStrategy.toSet()ObjectLongHashMapWithHashingStrategy.ValuesCollection.toSet()SynchronizedByteLongMap.toSet()SynchronizedCharLongMap.toSet()SynchronizedDoubleLongMap.toSet()SynchronizedFloatLongMap.toSet()SynchronizedIntLongMap.toSet()SynchronizedLongLongMap.toSet()SynchronizedObjectLongMap.toSet()SynchronizedShortLongMap.toSet()UnmodifiableByteLongMap.toSet()UnmodifiableCharLongMap.toSet()UnmodifiableDoubleLongMap.toSet()UnmodifiableFloatLongMap.toSet()UnmodifiableIntLongMap.toSet()UnmodifiableLongLongMap.toSet()UnmodifiableObjectLongMap.toSet()UnmodifiableShortLongMap.toSet()AbstractMutableLongKeySet.with(long element) AbstractMutableLongKeySet.withAll(LongIterable elements) AbstractMutableLongKeySet.without(long element) AbstractMutableLongKeySet.withoutAll(LongIterable elements) -
Uses of MutableLongSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableLongSet -
Uses of MutableLongSet in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableLongSet -
Uses of MutableLongSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableLongSetModifier and TypeMethodDescriptionMultiReaderUnifiedSet.collectLong(LongFunction<? super T> longFunction) MultiReaderUnifiedSet.UntouchableMutableSet.collectLong(LongFunction<? super T> longFunction) SynchronizedMutableSet.collectLong(LongFunction<? super T> longFunction) UnmodifiableMutableSet.collectLong(LongFunction<? super T> longFunction) -
Uses of MutableLongSet in org.eclipse.collections.impl.set.mutable.primitive
Classes in org.eclipse.collections.impl.set.mutable.primitive that implement MutableLongSetModifier and TypeClassDescriptionclassThis file was automatically generated from template file primitiveHashSet.stg.classA synchronized view of aMutableLongSet.classThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableLongSetMethods in org.eclipse.collections.impl.set.mutable.primitive that return MutableLongSetModifier and TypeMethodDescriptionLongHashSet.asSynchronized()SynchronizedLongSet.asSynchronized()UnmodifiableLongSet.asSynchronized()LongHashSet.asUnmodifiable()SynchronizedLongSet.asUnmodifiable()UnmodifiableLongSet.asUnmodifiable()MutableLongSetFactoryImpl.empty()private MutableLongSetSynchronizedLongSet.getMutableLongSet()private MutableLongSetUnmodifiableLongSet.getMutableLongSet()SynchronizedLongSet.newEmpty()UnmodifiableLongSet.newEmpty()MutableLongSetFactoryImpl.of()MutableLongSetFactoryImpl.of(long... items) MutableLongSetFactoryImpl.ofAll(LongStream items) MutableLongSetFactoryImpl.ofAll(LongIterable items) SynchronizedLongSet.reject(LongPredicate predicate) UnmodifiableLongSet.reject(LongPredicate predicate) SynchronizedLongSet.select(LongPredicate predicate) UnmodifiableLongSet.select(LongPredicate predicate) MutableLongSetFactoryImpl.with()MutableLongSetFactoryImpl.with(long... items) MutableLongSetFactoryImpl.withAll(LongStream items) MutableLongSetFactoryImpl.withAll(LongIterable items) MutableLongSetFactoryImpl.withInitialCapacity(int capacity) Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableLongSetModifier and TypeMethodDescriptionstatic SynchronizedLongSetSynchronizedLongSet.of(MutableLongSet set) This method will take a MutableLongSet and wrap it directly in a SynchronizedLongSet.static SynchronizedLongSetSynchronizedLongSet.of(MutableLongSet set, Object lock) This method will take a MutableLongSet and wrap it directly in a SynchronizedLongSet.static UnmodifiableLongSetUnmodifiableLongSet.of(MutableLongSet set) This method will take a MutableLongSet and wrap it directly in a UnmodifiableLongSet.Constructors in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableLongSetModifierConstructorDescriptionBoxedMutableLongSet(MutableLongSet delegate) SynchronizedLongSet(MutableLongSet set, Object newLock) -
Uses of MutableLongSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableLongSet -
Uses of MutableLongSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableLongSet -
Uses of MutableLongSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableLongSet -
Uses of MutableLongSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableLongSetModifier and TypeMethodDescriptionstatic MutableLongSetPrimitiveStreams.mLongSet(LongStream stream)