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.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.string.immutable |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
MutableIntSetFactory.empty() |
MutableIntSet |
MutableIntSetFactory.of()
Same as
MutableIntSetFactory.empty() . |
MutableIntSet |
MutableIntSetFactory.of(int... items)
Same as
MutableIntSetFactory.with(int[]) . |
MutableIntSet |
MutableIntSetFactory.ofAll(IntIterable items)
|
MutableIntSet |
MutableIntSetFactory.with()
Same as
MutableIntSetFactory.empty() . |
MutableIntSet |
MutableIntSetFactory.with(int... items) |
MutableIntSet |
MutableIntSetFactory.withAll(IntIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntByteMap.keySet() |
MutableIntSet |
IntFloatMap.keySet() |
MutableIntSet |
IntLongMap.keySet() |
MutableIntSet |
IntBooleanMap.keySet() |
MutableIntSet |
IntCharMap.keySet() |
MutableIntSet |
IntObjectMap.keySet() |
MutableIntSet |
IntDoubleMap.keySet() |
MutableIntSet |
IntShortMap.keySet() |
MutableIntSet |
IntIntMap.keySet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
MutableSet.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
MutableIntSet.asSynchronized() |
MutableIntSet |
MutableIntSet.asUnmodifiable() |
MutableIntSet |
MutableIntSet.reject(IntPredicate predicate) |
MutableIntSet |
MutableIntSet.select(IntPredicate predicate) |
MutableIntSet |
MutableIntSet.with(int element) |
MutableIntSet |
MutableIntSet.withAll(IntIterable elements) |
MutableIntSet |
MutableIntSet.without(int element) |
MutableIntSet |
MutableIntSet.withoutAll(IntIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
AbstractUnmodifiableIntCollection.toSet() |
MutableIntSet |
AbstractSynchronizedIntCollection.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
CollectIntIterable.toSet() |
MutableIntSet |
LazyIntIterableAdapter.toSet() |
MutableIntSet |
AbstractLazyIntIterable.toSet() |
MutableIntSet |
ReverseIntIterable.toSet() |
MutableIntSet |
SelectIntIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntInterval.toSet() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableIntKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
AbstractMutableIntKeySet.asSynchronized() |
MutableIntSet |
AbstractMutableIntKeySet.asUnmodifiable() |
MutableIntSet |
SynchronizedIntLongMap.keySet() |
MutableIntSet |
SynchronizedIntCharMap.keySet() |
MutableIntSet |
SynchronizedIntShortMap.keySet() |
MutableIntSet |
SynchronizedIntByteMap.keySet() |
MutableIntSet |
UnmodifiableIntLongMap.keySet() |
MutableIntSet |
UnmodifiableIntDoubleMap.keySet() |
MutableIntSet |
IntIntHashMap.keySet() |
MutableIntSet |
SynchronizedIntFloatMap.keySet() |
MutableIntSet |
IntLongHashMap.keySet() |
MutableIntSet |
UnmodifiableIntIntMap.keySet() |
MutableIntSet |
UnmodifiableIntCharMap.keySet() |
MutableIntSet |
IntCharHashMap.keySet() |
MutableIntSet |
IntObjectHashMap.keySet() |
MutableIntSet |
UnmodifiableIntByteMap.keySet() |
MutableIntSet |
IntByteHashMap.keySet() |
MutableIntSet |
SynchronizedIntObjectMap.keySet() |
MutableIntSet |
UnmodifiableIntBooleanMap.keySet() |
MutableIntSet |
SynchronizedIntDoubleMap.keySet() |
MutableIntSet |
IntBooleanHashMap.keySet() |
MutableIntSet |
IntShortHashMap.keySet() |
MutableIntSet |
IntDoubleHashMap.keySet() |
MutableIntSet |
SynchronizedIntBooleanMap.keySet() |
MutableIntSet |
UnmodifiableIntFloatMap.keySet() |
MutableIntSet |
UnmodifiableIntObjectMap.keySet() |
MutableIntSet |
UnmodifiableIntShortMap.keySet() |
MutableIntSet |
IntFloatHashMap.keySet() |
MutableIntSet |
SynchronizedIntIntMap.keySet() |
MutableIntSet |
AbstractMutableIntKeySet.reject(IntPredicate predicate) |
MutableIntSet |
AbstractMutableIntKeySet.select(IntPredicate predicate) |
MutableIntSet |
SynchronizedFloatIntMap.toSet() |
MutableIntSet |
ObjectIntHashMapWithHashingStrategy.toSet() |
MutableIntSet |
SynchronizedObjectIntMap.toSet() |
MutableIntSet |
UnmodifiableByteIntMap.toSet() |
MutableIntSet |
SynchronizedShortIntMap.toSet() |
MutableIntSet |
SynchronizedCharIntMap.toSet() |
MutableIntSet |
UnmodifiableShortIntMap.toSet() |
MutableIntSet |
SynchronizedDoubleIntMap.toSet() |
MutableIntSet |
SynchronizedByteIntMap.toSet() |
MutableIntSet |
UnmodifiableCharIntMap.toSet() |
MutableIntSet |
SynchronizedLongIntMap.toSet() |
MutableIntSet |
AbstractMutableIntKeySet.toSet() |
MutableIntSet |
UnmodifiableIntIntMap.toSet() |
MutableIntSet |
ObjectIntHashMap.toSet() |
MutableIntSet |
UnmodifiableFloatIntMap.toSet() |
MutableIntSet |
UnmodifiableLongIntMap.toSet() |
MutableIntSet |
UnmodifiableObjectIntMap.toSet() |
MutableIntSet |
UnmodifiableDoubleIntMap.toSet() |
MutableIntSet |
SynchronizedIntIntMap.toSet() |
MutableIntSet |
AbstractMutableIntKeySet.with(int element) |
MutableIntSet |
AbstractMutableIntKeySet.withAll(IntIterable elements) |
MutableIntSet |
AbstractMutableIntKeySet.without(int element) |
MutableIntSet |
AbstractMutableIntKeySet.withoutAll(IntIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
SynchronizedIntIterable.toSet() |
MutableIntSet |
AbstractIntIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
AbstractUnifiedSet.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
SetAdapter.collectInt(IntFunction<? super T> intFunction) |
MutableIntSet |
AbstractMutableSet.collectInt(IntFunction<? super T> intFunction) |
MutableIntSet |
SynchronizedMutableSet.collectInt(IntFunction<? super T> intFunction) |
MutableIntSet |
MultiReaderUnifiedSet.collectInt(IntFunction<? super T> intFunction) |
MutableIntSet |
UnmodifiableMutableSet.collectInt(IntFunction<? super T> intFunction) |
Modifier and Type | Class and Description |
---|---|
class |
IntHashSet
This file was automatically generated from template file primitiveHashSet.stg.
|
class |
SynchronizedIntSet
A synchronized view of a
MutableIntSet . |
class |
UnmodifiableIntSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
IntHashSet.asSynchronized() |
MutableIntSet |
UnmodifiableIntSet.asSynchronized() |
MutableIntSet |
SynchronizedIntSet.asSynchronized() |
MutableIntSet |
IntHashSet.asUnmodifiable() |
MutableIntSet |
UnmodifiableIntSet.asUnmodifiable() |
MutableIntSet |
SynchronizedIntSet.asUnmodifiable() |
MutableIntSet |
MutableIntSetFactoryImpl.empty() |
MutableIntSet |
MutableIntSetFactoryImpl.of() |
MutableIntSet |
MutableIntSetFactoryImpl.of(int... items) |
MutableIntSet |
MutableIntSetFactoryImpl.ofAll(IntIterable items) |
MutableIntSet |
IntHashSet.reject(IntPredicate predicate) |
MutableIntSet |
UnmodifiableIntSet.reject(IntPredicate predicate) |
MutableIntSet |
SynchronizedIntSet.reject(IntPredicate predicate) |
MutableIntSet |
UnmodifiableIntSet.select(IntPredicate predicate) |
MutableIntSet |
SynchronizedIntSet.select(IntPredicate predicate) |
MutableIntSet |
MutableIntSetFactoryImpl.with() |
MutableIntSet |
MutableIntSetFactoryImpl.with(int... items) |
MutableIntSet |
MutableIntSetFactoryImpl.withAll(IntIterable items) |
Modifier and Type | Method and Description |
---|---|
static UnmodifiableIntSet |
UnmodifiableIntSet.of(MutableIntSet set)
This method will take a MutableIntSet and wrap it directly in a UnmodifiableIntSet.
|
static SynchronizedIntSet |
SynchronizedIntSet.of(MutableIntSet set)
This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.
|
static SynchronizedIntSet |
SynchronizedIntSet.of(MutableIntSet set,
Object lock)
This method will take a MutableIntSet and wrap it directly in a SynchronizedIntSet.
|
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
UnmodifiableIntStack.toSet() |
MutableIntSet |
SynchronizedIntStack.toSet() |
MutableIntSet |
IntArrayStack.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableIntSet |
CodePointList.toSet() |
MutableIntSet |
CodePointAdapter.toSet() |
Copyright © 2004–2016. All rights reserved.