Uses of Interface
org.eclipse.collections.api.set.primitive.MutableLongSet
-
Packages that use MutableLongSet 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 This package contains factory API for creating primitive set instances.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 ofSet.org.eclipse.collections.api.set.primitive This package contains API for mutable and immutable primitive sets.org.eclipse.collections.impl.bag.immutable.primitive This package contains implementations of the immutable primitive bag interfaces.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.immutable.primitive This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.org.eclipse.collections.impl.list.primitive This package contains implementations of the primitive list interfaces.org.eclipse.collections.impl.map.immutable.primitive This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map 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.immutable.primitive This package contains implementations of the immutable primitive set interfaces.org.eclipse.collections.impl.set.mutable This package contains implementations ofMutableSet.org.eclipse.collections.impl.set.mutable.primitive This package contains implementations of the mutable primitive set interfaces.org.eclipse.collections.impl.stack.immutable.primitive This package contains implementations of the immutable primitive stack 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 -
-
Uses of MutableLongSet in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return MutableLongSet Modifier and Type Method Description MutableLongSetLongIterable. 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 MutableLongSet Modifier and Type Method Description MutableLongSetMutableLongBag. 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 MutableLongSet Modifier and Type Method Description MutableLongSetMutableLongSetFactory. empty()MutableLongSetMutableLongSetFactory. of()Same asMutableLongSetFactory.empty().MutableLongSetMutableLongSetFactory. of(long... items)Same asMutableLongSetFactory.with(long[]).MutableLongSetMutableLongSetFactory. ofAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongSetMutableLongSetFactory. ofAll(java.util.stream.LongStream items)MutableLongSetMutableLongSetFactory. ofAll(LongIterable items)MutableLongSetMutableLongSetFactory. with()Same asMutableLongSetFactory.empty().MutableLongSetMutableLongSetFactory. with(long... items)MutableLongSetMutableLongSetFactory. withAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongSetMutableLongSetFactory. withAll(java.util.stream.LongStream items)MutableLongSetMutableLongSetFactory. 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 MutableLongSet Modifier and Type Method Description MutableLongSetLongBooleanMap. keySet()Returns a set containing all the keys in this map.MutableLongSetLongByteMap. keySet()Returns a set containing all the keys in this map.MutableLongSetLongCharMap. keySet()Returns a set containing all the keys in this map.MutableLongSetLongDoubleMap. keySet()Returns a set containing all the keys in this map.MutableLongSetLongFloatMap. keySet()Returns a set containing all the keys in this map.MutableLongSetLongIntMap. keySet()Returns a set containing all the keys in this map.MutableLongSetLongLongMap. keySet()Returns a set containing all the keys in this map.MutableLongSetLongObjectMap. keySet()Returns a set containing all the keys in this map.MutableLongSetLongShortMap. 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 MutableLongSet Modifier and Type Method Description default 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 MutableLongSet Modifier and Type Method Description MutableLongSetMutableLongSet. asSynchronized()MutableLongSetMutableLongSet. asUnmodifiable()default MutableLongSetMutableLongSet. difference(LongSet set)Returns the set of all members ofthisthat are not members ofset.default MutableLongSetMutableLongSet. intersect(LongSet set)Returns the set of all objects that are members of boththisandset.default MutableLongSetMutableLongSet. newEmpty()Creates a new empty mutable version of the same Set type.MutableLongSetMutableLongSet. reject(LongPredicate predicate)MutableLongSetMutableLongSet. 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. union(LongSet set)MutableLongSetMutableLongSet. with(long element)MutableLongSetMutableLongSet. withAll(LongIterable elements)MutableLongSetMutableLongSet. without(long element)MutableLongSetMutableLongSet. 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 Modifier and Type Method Description MutableLongSetImmutableLongEmptyBag. toSet()MutableLongSetImmutableLongHashBag. toSet()MutableLongSetImmutableLongSingletonBag. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetLongHashBag. selectUnique()MutableLongSetSynchronizedLongBag. selectUnique()MutableLongSetUnmodifiableLongBag. selectUnique() -
Uses of MutableLongSet in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetAbstractSynchronizedLongCollection. toSet()MutableLongSetAbstractUnmodifiableLongCollection. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.lazy.primitive
Methods in org.eclipse.collections.impl.lazy.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetAbstractLazyLongIterable. toSet()MutableLongSetCollectLongIterable. toSet()MutableLongSetLazyLongIterableAdapter. toSet()MutableLongSetReverseLongIterable. toSet()MutableLongSetSelectLongIterable. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetImmutableLongArrayList. toSet()MutableLongSetImmutableLongEmptyList. toSet()MutableLongSetImmutableLongSingletonList. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.list.primitive
Methods in org.eclipse.collections.impl.list.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetLongInterval. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetImmutableLongBooleanEmptyMap. keySet()MutableLongSetImmutableLongBooleanHashMap. keySet()MutableLongSetImmutableLongBooleanSingletonMap. keySet()MutableLongSetImmutableLongByteEmptyMap. keySet()MutableLongSetImmutableLongByteHashMap. keySet()MutableLongSetImmutableLongByteSingletonMap. keySet()MutableLongSetImmutableLongCharEmptyMap. keySet()MutableLongSetImmutableLongCharHashMap. keySet()MutableLongSetImmutableLongCharSingletonMap. keySet()MutableLongSetImmutableLongDoubleEmptyMap. keySet()MutableLongSetImmutableLongDoubleHashMap. keySet()MutableLongSetImmutableLongDoubleSingletonMap. keySet()MutableLongSetImmutableLongFloatEmptyMap. keySet()MutableLongSetImmutableLongFloatHashMap. keySet()MutableLongSetImmutableLongFloatSingletonMap. keySet()MutableLongSetImmutableLongIntEmptyMap. keySet()MutableLongSetImmutableLongIntHashMap. keySet()MutableLongSetImmutableLongIntSingletonMap. keySet()MutableLongSetImmutableLongLongEmptyMap. keySet()MutableLongSetImmutableLongLongHashMap. keySet()MutableLongSetImmutableLongLongSingletonMap. keySet()MutableLongSetImmutableLongObjectEmptyMap. keySet()MutableLongSetImmutableLongObjectHashMap. keySet()MutableLongSetImmutableLongObjectSingletonMap. keySet()MutableLongSetImmutableLongShortEmptyMap. keySet()MutableLongSetImmutableLongShortHashMap. keySet()MutableLongSetImmutableLongShortSingletonMap. keySet()MutableLongSetImmutableByteLongEmptyMap. toSet()MutableLongSetImmutableByteLongHashMap. toSet()MutableLongSetImmutableByteLongSingletonMap. toSet()MutableLongSetImmutableCharLongEmptyMap. toSet()MutableLongSetImmutableCharLongHashMap. toSet()MutableLongSetImmutableCharLongSingletonMap. toSet()MutableLongSetImmutableDoubleLongEmptyMap. toSet()MutableLongSetImmutableDoubleLongHashMap. toSet()MutableLongSetImmutableDoubleLongSingletonMap. toSet()MutableLongSetImmutableFloatLongEmptyMap. toSet()MutableLongSetImmutableFloatLongHashMap. toSet()MutableLongSetImmutableFloatLongSingletonMap. toSet()MutableLongSetImmutableIntLongEmptyMap. toSet()MutableLongSetImmutableIntLongHashMap. toSet()MutableLongSetImmutableIntLongSingletonMap. toSet()MutableLongSetImmutableLongLongEmptyMap. toSet()MutableLongSetImmutableLongLongHashMap. toSet()MutableLongSetImmutableLongLongSingletonMap. toSet()MutableLongSetImmutableObjectLongEmptyMap. toSet()MutableLongSetImmutableObjectLongHashMap. toSet()MutableLongSetImmutableObjectLongSingletonMap. toSet()MutableLongSetImmutableShortLongEmptyMap. toSet()MutableLongSetImmutableShortLongHashMap. toSet()MutableLongSetImmutableShortLongSingletonMap. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement MutableLongSet Modifier and Type Class Description classAbstractMutableLongKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.private classLongBooleanHashMap.KeySetprivate classLongByteHashMap.KeySetprivate classLongCharHashMap.KeySetprivate classLongDoubleHashMap.KeySetprivate classLongFloatHashMap.KeySetprivate classLongIntHashMap.KeySetprivate classLongLongHashMap.KeySetprivate classLongObjectHashMap.KeySetprivate classLongShortHashMap.KeySetMethods in org.eclipse.collections.impl.map.mutable.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetAbstractMutableLongKeySet. asSynchronized()MutableLongSetAbstractMutableLongKeySet. asUnmodifiable()MutableLongSetLongBooleanHashMap. keySet()MutableLongSetLongByteHashMap. keySet()MutableLongSetLongCharHashMap. keySet()MutableLongSetLongDoubleHashMap. keySet()MutableLongSetLongFloatHashMap. keySet()MutableLongSetLongIntHashMap. keySet()MutableLongSetLongLongHashMap. keySet()MutableLongSetLongObjectHashMap. keySet()MutableLongSetLongShortHashMap. keySet()MutableLongSetSynchronizedLongBooleanMap. keySet()MutableLongSetSynchronizedLongByteMap. keySet()MutableLongSetSynchronizedLongCharMap. keySet()MutableLongSetSynchronizedLongDoubleMap. keySet()MutableLongSetSynchronizedLongFloatMap. keySet()MutableLongSetSynchronizedLongIntMap. keySet()MutableLongSetSynchronizedLongLongMap. keySet()MutableLongSetSynchronizedLongObjectMap. keySet()MutableLongSetSynchronizedLongShortMap. keySet()MutableLongSetUnmodifiableLongBooleanMap. keySet()MutableLongSetUnmodifiableLongByteMap. keySet()MutableLongSetUnmodifiableLongCharMap. keySet()MutableLongSetUnmodifiableLongDoubleMap. keySet()MutableLongSetUnmodifiableLongFloatMap. keySet()MutableLongSetUnmodifiableLongIntMap. keySet()MutableLongSetUnmodifiableLongLongMap. keySet()MutableLongSetUnmodifiableLongObjectMap. keySet()MutableLongSetUnmodifiableLongShortMap. keySet()MutableLongSetLongBooleanHashMap.KeySet. newEmpty()MutableLongSetLongByteHashMap.KeySet. newEmpty()MutableLongSetLongCharHashMap.KeySet. newEmpty()MutableLongSetLongDoubleHashMap.KeySet. newEmpty()MutableLongSetLongFloatHashMap.KeySet. newEmpty()MutableLongSetLongIntHashMap.KeySet. newEmpty()MutableLongSetLongLongHashMap.KeySet. newEmpty()MutableLongSetLongObjectHashMap.KeySet. newEmpty()MutableLongSetLongShortHashMap.KeySet. newEmpty()MutableLongSetAbstractMutableLongKeySet. reject(LongPredicate predicate)MutableLongSetAbstractMutableLongKeySet. select(LongPredicate predicate)MutableLongSetAbstractMutableLongKeySet. toSet()MutableLongSetAbstractMutableLongValuesMap.AbstractLongValuesCollection. toSet()MutableLongSetLongBooleanHashMap.KeysView. toSet()MutableLongSetObjectLongHashMap. toSet()MutableLongSetObjectLongHashMap.ValuesCollection. toSet()MutableLongSetObjectLongHashMapWithHashingStrategy. toSet()MutableLongSetObjectLongHashMapWithHashingStrategy.ValuesCollection. toSet()MutableLongSetSynchronizedByteLongMap. toSet()MutableLongSetSynchronizedCharLongMap. toSet()MutableLongSetSynchronizedDoubleLongMap. toSet()MutableLongSetSynchronizedFloatLongMap. toSet()MutableLongSetSynchronizedIntLongMap. toSet()MutableLongSetSynchronizedLongLongMap. toSet()MutableLongSetSynchronizedObjectLongMap. toSet()MutableLongSetSynchronizedShortLongMap. toSet()MutableLongSetUnmodifiableByteLongMap. toSet()MutableLongSetUnmodifiableCharLongMap. toSet()MutableLongSetUnmodifiableDoubleLongMap. toSet()MutableLongSetUnmodifiableFloatLongMap. toSet()MutableLongSetUnmodifiableIntLongMap. toSet()MutableLongSetUnmodifiableLongLongMap. toSet()MutableLongSetUnmodifiableObjectLongMap. toSet()MutableLongSetUnmodifiableShortLongMap. toSet()MutableLongSetAbstractMutableLongKeySet. with(long element)MutableLongSetAbstractMutableLongKeySet. withAll(LongIterable elements)MutableLongSetAbstractMutableLongKeySet. without(long element)MutableLongSetAbstractMutableLongKeySet. withoutAll(LongIterable elements) -
Uses of MutableLongSet in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetAbstractLongIterable. toSet()MutableLongSetSynchronizedLongIterable. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetImmutableLongEmptySet. toSet()MutableLongSetImmutableLongSingletonSet. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.set.mutable
Methods in org.eclipse.collections.impl.set.mutable that return MutableLongSet Modifier and Type Method Description MutableLongSetMultiReaderUnifiedSet. collectLong(LongFunction<? super T> longFunction)MutableLongSetMultiReaderUnifiedSet.UntouchableMutableSet. collectLong(LongFunction<? super T> longFunction)MutableLongSetSynchronizedMutableSet. collectLong(LongFunction<? super T> longFunction)MutableLongSetUnmodifiableMutableSet. 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 MutableLongSet Modifier and Type Class Description classLongHashSetThis file was automatically generated from template file primitiveHashSet.stg.classSynchronizedLongSetA synchronized view of aMutableLongSet.classUnmodifiableLongSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg.Fields in org.eclipse.collections.impl.set.mutable.primitive declared as MutableLongSet Modifier and Type Field Description private MutableLongSetBoxedMutableLongSet. delegateMethods in org.eclipse.collections.impl.set.mutable.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetLongHashSet. asSynchronized()MutableLongSetSynchronizedLongSet. asSynchronized()MutableLongSetUnmodifiableLongSet. asSynchronized()MutableLongSetLongHashSet. asUnmodifiable()MutableLongSetSynchronizedLongSet. asUnmodifiable()MutableLongSetUnmodifiableLongSet. asUnmodifiable()MutableLongSetMutableLongSetFactoryImpl. empty()private MutableLongSetSynchronizedLongSet. getMutableLongSet()private MutableLongSetUnmodifiableLongSet. getMutableLongSet()MutableLongSetSynchronizedLongSet. newEmpty()MutableLongSetUnmodifiableLongSet. newEmpty()MutableLongSetMutableLongSetFactoryImpl. of()MutableLongSetMutableLongSetFactoryImpl. of(long... items)MutableLongSetMutableLongSetFactoryImpl. ofAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongSetMutableLongSetFactoryImpl. ofAll(java.util.stream.LongStream items)MutableLongSetMutableLongSetFactoryImpl. ofAll(LongIterable items)MutableLongSetSynchronizedLongSet. reject(LongPredicate predicate)MutableLongSetUnmodifiableLongSet. reject(LongPredicate predicate)MutableLongSetSynchronizedLongSet. select(LongPredicate predicate)MutableLongSetUnmodifiableLongSet. select(LongPredicate predicate)MutableLongSetMutableLongSetFactoryImpl. with()MutableLongSetMutableLongSetFactoryImpl. with(long... items)MutableLongSetMutableLongSetFactoryImpl. withAll(java.lang.Iterable<java.lang.Long> iterable)MutableLongSetMutableLongSetFactoryImpl. withAll(java.util.stream.LongStream items)MutableLongSetMutableLongSetFactoryImpl. withAll(LongIterable items)MutableLongSetMutableLongSetFactoryImpl. withInitialCapacity(int capacity)Methods in org.eclipse.collections.impl.set.mutable.primitive with parameters of type MutableLongSet Modifier and Type Method Description static SynchronizedLongSetSynchronizedLongSet. of(MutableLongSet set)This method will take a MutableLongSet and wrap it directly in a SynchronizedLongSet.static SynchronizedLongSetSynchronizedLongSet. of(MutableLongSet set, java.lang.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 MutableLongSet Constructor Description BoxedMutableLongSet(MutableLongSet delegate)SynchronizedLongSet(MutableLongSet set)SynchronizedLongSet(MutableLongSet set, java.lang.Object newLock)UnmodifiableLongSet(MutableLongSet set) -
Uses of MutableLongSet in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetImmutableLongEmptyStack. toSet()MutableLongSetImmutableLongSingletonStack. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetSynchronizedLongStack. toSet()MutableLongSetUnmodifiableLongStack. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return MutableLongSet Modifier and Type Method Description MutableLongSetAbstractLongStack. toSet() -
Uses of MutableLongSet in org.eclipse.collections.impl.stream
Methods in org.eclipse.collections.impl.stream that return MutableLongSet Modifier and Type Method Description static MutableLongSetPrimitiveStreams. mLongSet(java.util.stream.LongStream stream)
-