Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections API.
|
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.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.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.
|
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
LongIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
MutableLongSetFactory.empty() |
MutableLongSet |
MutableLongSetFactory.of()
Same as
MutableLongSetFactory.empty() . |
MutableLongSet |
MutableLongSetFactory.of(long... items)
Same as
MutableLongSetFactory.with(long[]) . |
MutableLongSet |
MutableLongSetFactory.ofAll(LongIterable items)
|
MutableLongSet |
MutableLongSetFactory.with()
Same as
MutableLongSetFactory.empty() . |
MutableLongSet |
MutableLongSetFactory.with(long... items) |
MutableLongSet |
MutableLongSetFactory.withAll(LongIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
LongObjectMap.keySet() |
MutableLongSet |
LongByteMap.keySet() |
MutableLongSet |
LongCharMap.keySet() |
MutableLongSet |
LongIntMap.keySet() |
MutableLongSet |
LongBooleanMap.keySet() |
MutableLongSet |
LongShortMap.keySet() |
MutableLongSet |
LongFloatMap.keySet() |
MutableLongSet |
LongDoubleMap.keySet() |
MutableLongSet |
LongLongMap.keySet() |
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
MutableSet.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
MutableLongSet.asSynchronized() |
MutableLongSet |
MutableLongSet.asUnmodifiable() |
MutableLongSet |
MutableLongSet.reject(LongPredicate predicate) |
MutableLongSet |
MutableLongSet.select(LongPredicate predicate) |
MutableLongSet |
MutableLongSet.with(long element) |
MutableLongSet |
MutableLongSet.withAll(LongIterable elements) |
MutableLongSet |
MutableLongSet.without(long element) |
MutableLongSet |
MutableLongSet.withoutAll(LongIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
AbstractUnmodifiableLongCollection.toSet() |
MutableLongSet |
AbstractSynchronizedLongCollection.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
SelectLongIterable.toSet() |
MutableLongSet |
LazyLongIterableAdapter.toSet() |
MutableLongSet |
CollectLongIterable.toSet() |
MutableLongSet |
AbstractLazyLongIterable.toSet() |
MutableLongSet |
ReverseLongIterable.toSet() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableLongKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
AbstractMutableLongKeySet.asSynchronized() |
MutableLongSet |
AbstractMutableLongKeySet.asUnmodifiable() |
MutableLongSet |
SynchronizedLongObjectMap.keySet() |
MutableLongSet |
LongShortHashMap.keySet() |
MutableLongSet |
SynchronizedLongShortMap.keySet() |
MutableLongSet |
LongIntHashMap.keySet() |
MutableLongSet |
SynchronizedLongLongMap.keySet() |
MutableLongSet |
UnmodifiableLongFloatMap.keySet() |
MutableLongSet |
UnmodifiableLongCharMap.keySet() |
MutableLongSet |
UnmodifiableLongShortMap.keySet() |
MutableLongSet |
LongFloatHashMap.keySet() |
MutableLongSet |
SynchronizedLongCharMap.keySet() |
MutableLongSet |
SynchronizedLongByteMap.keySet() |
MutableLongSet |
LongByteHashMap.keySet() |
MutableLongSet |
UnmodifiableLongDoubleMap.keySet() |
MutableLongSet |
SynchronizedLongBooleanMap.keySet() |
MutableLongSet |
LongLongHashMap.keySet() |
MutableLongSet |
LongBooleanHashMap.keySet() |
MutableLongSet |
UnmodifiableLongObjectMap.keySet() |
MutableLongSet |
SynchronizedLongIntMap.keySet() |
MutableLongSet |
UnmodifiableLongByteMap.keySet() |
MutableLongSet |
LongDoubleHashMap.keySet() |
MutableLongSet |
SynchronizedLongDoubleMap.keySet() |
MutableLongSet |
LongObjectHashMap.keySet() |
MutableLongSet |
LongCharHashMap.keySet() |
MutableLongSet |
UnmodifiableLongIntMap.keySet() |
MutableLongSet |
SynchronizedLongFloatMap.keySet() |
MutableLongSet |
UnmodifiableLongBooleanMap.keySet() |
MutableLongSet |
UnmodifiableLongLongMap.keySet() |
MutableLongSet |
AbstractMutableLongKeySet.reject(LongPredicate predicate) |
MutableLongSet |
AbstractMutableLongKeySet.select(LongPredicate predicate) |
MutableLongSet |
SynchronizedIntLongMap.toSet() |
MutableLongSet |
SynchronizedLongLongMap.toSet() |
MutableLongSet |
SynchronizedDoubleLongMap.toSet() |
MutableLongSet |
UnmodifiableCharLongMap.toSet() |
MutableLongSet |
UnmodifiableShortLongMap.toSet() |
MutableLongSet |
UnmodifiableIntLongMap.toSet() |
MutableLongSet |
AbstractMutableLongKeySet.toSet() |
MutableLongSet |
ObjectLongHashMap.toSet() |
MutableLongSet |
SynchronizedObjectLongMap.toSet() |
MutableLongSet |
UnmodifiableObjectLongMap.toSet() |
MutableLongSet |
SynchronizedCharLongMap.toSet() |
MutableLongSet |
ObjectLongHashMapWithHashingStrategy.toSet() |
MutableLongSet |
UnmodifiableDoubleLongMap.toSet() |
MutableLongSet |
SynchronizedFloatLongMap.toSet() |
MutableLongSet |
UnmodifiableByteLongMap.toSet() |
MutableLongSet |
UnmodifiableFloatLongMap.toSet() |
MutableLongSet |
SynchronizedByteLongMap.toSet() |
MutableLongSet |
UnmodifiableLongLongMap.toSet() |
MutableLongSet |
SynchronizedShortLongMap.toSet() |
MutableLongSet |
AbstractMutableLongKeySet.with(long element) |
MutableLongSet |
AbstractMutableLongKeySet.withAll(LongIterable elements) |
MutableLongSet |
AbstractMutableLongKeySet.without(long element) |
MutableLongSet |
AbstractMutableLongKeySet.withoutAll(LongIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
AbstractLongIterable.toSet() |
MutableLongSet |
SynchronizedLongIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
AbstractUnifiedSet.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
SetAdapter.collectLong(LongFunction<? super T> longFunction) |
MutableLongSet |
AbstractMutableSet.collectLong(LongFunction<? super T> longFunction) |
MutableLongSet |
SynchronizedMutableSet.collectLong(LongFunction<? super T> longFunction) |
MutableLongSet |
MultiReaderUnifiedSet.collectLong(LongFunction<? super T> longFunction) |
MutableLongSet |
UnmodifiableMutableSet.collectLong(LongFunction<? super T> longFunction) |
Modifier and Type | Class and Description |
---|---|
class |
LongHashSet
This file was automatically generated from template file primitiveHashSet.stg.
|
class |
SynchronizedLongSet
A synchronized view of a
MutableLongSet . |
class |
UnmodifiableLongSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
LongHashSet.asSynchronized() |
MutableLongSet |
SynchronizedLongSet.asSynchronized() |
MutableLongSet |
UnmodifiableLongSet.asSynchronized() |
MutableLongSet |
LongHashSet.asUnmodifiable() |
MutableLongSet |
SynchronizedLongSet.asUnmodifiable() |
MutableLongSet |
UnmodifiableLongSet.asUnmodifiable() |
MutableLongSet |
MutableLongSetFactoryImpl.empty() |
MutableLongSet |
MutableLongSetFactoryImpl.of() |
MutableLongSet |
MutableLongSetFactoryImpl.of(long... items) |
MutableLongSet |
MutableLongSetFactoryImpl.ofAll(LongIterable items) |
MutableLongSet |
LongHashSet.reject(LongPredicate predicate) |
MutableLongSet |
SynchronizedLongSet.reject(LongPredicate predicate) |
MutableLongSet |
UnmodifiableLongSet.reject(LongPredicate predicate) |
MutableLongSet |
SynchronizedLongSet.select(LongPredicate predicate) |
MutableLongSet |
UnmodifiableLongSet.select(LongPredicate predicate) |
MutableLongSet |
MutableLongSetFactoryImpl.with() |
MutableLongSet |
MutableLongSetFactoryImpl.with(long... items) |
MutableLongSet |
MutableLongSetFactoryImpl.withAll(LongIterable items) |
Modifier and Type | Method and Description |
---|---|
static SynchronizedLongSet |
SynchronizedLongSet.of(MutableLongSet set)
This method will take a MutableLongSet and wrap it directly in a SynchronizedLongSet.
|
static UnmodifiableLongSet |
UnmodifiableLongSet.of(MutableLongSet set)
This method will take a MutableLongSet and wrap it directly in a UnmodifiableLongSet.
|
static SynchronizedLongSet |
SynchronizedLongSet.of(MutableLongSet set,
Object lock)
This method will take a MutableLongSet and wrap it directly in a SynchronizedLongSet.
|
Modifier and Type | Method and Description |
---|---|
MutableLongSet |
UnmodifiableLongStack.toSet() |
MutableLongSet |
LongArrayStack.toSet() |
MutableLongSet |
SynchronizedLongStack.toSet() |
Copyright © 2004–2016. All rights reserved.