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.
|
org.eclipse.collections.impl.string.immutable |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
CharIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
MutableCharSetFactory.empty() |
MutableCharSet |
MutableCharSetFactory.of()
Same as
MutableCharSetFactory.empty() . |
MutableCharSet |
MutableCharSetFactory.of(char... items)
Same as
MutableCharSetFactory.with(char[]) . |
MutableCharSet |
MutableCharSetFactory.ofAll(CharIterable items)
|
MutableCharSet |
MutableCharSetFactory.with()
Same as
MutableCharSetFactory.empty() . |
MutableCharSet |
MutableCharSetFactory.with(char... items) |
MutableCharSet |
MutableCharSetFactory.withAll(CharIterable items) |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
CharIntMap.keySet() |
MutableCharSet |
CharByteMap.keySet() |
MutableCharSet |
CharObjectMap.keySet() |
MutableCharSet |
CharDoubleMap.keySet() |
MutableCharSet |
CharShortMap.keySet() |
MutableCharSet |
CharFloatMap.keySet() |
MutableCharSet |
CharLongMap.keySet() |
MutableCharSet |
CharCharMap.keySet() |
MutableCharSet |
CharBooleanMap.keySet() |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
MutableSet.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
MutableCharSet.asSynchronized() |
MutableCharSet |
MutableCharSet.asUnmodifiable() |
MutableCharSet |
MutableCharSet.reject(CharPredicate predicate) |
MutableCharSet |
MutableCharSet.select(CharPredicate predicate) |
MutableCharSet |
MutableCharSet.with(char element) |
MutableCharSet |
MutableCharSet.withAll(CharIterable elements) |
MutableCharSet |
MutableCharSet.without(char element) |
MutableCharSet |
MutableCharSet.withoutAll(CharIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
AbstractSynchronizedCharCollection.toSet() |
MutableCharSet |
AbstractUnmodifiableCharCollection.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
LazyCharIterableAdapter.toSet() |
MutableCharSet |
ReverseCharIterable.toSet() |
MutableCharSet |
CollectCharIterable.toSet() |
MutableCharSet |
SelectCharIterable.toSet() |
MutableCharSet |
AbstractLazyCharIterable.toSet() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractMutableCharKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
AbstractMutableCharKeySet.asSynchronized() |
MutableCharSet |
AbstractMutableCharKeySet.asUnmodifiable() |
MutableCharSet |
CharCharHashMap.keySet() |
MutableCharSet |
CharLongHashMap.keySet() |
MutableCharSet |
CharByteHashMap.keySet() |
MutableCharSet |
UnmodifiableCharByteMap.keySet() |
MutableCharSet |
UnmodifiableCharShortMap.keySet() |
MutableCharSet |
UnmodifiableCharLongMap.keySet() |
MutableCharSet |
UnmodifiableCharObjectMap.keySet() |
MutableCharSet |
SynchronizedCharIntMap.keySet() |
MutableCharSet |
SynchronizedCharByteMap.keySet() |
MutableCharSet |
CharBooleanHashMap.keySet() |
MutableCharSet |
UnmodifiableCharBooleanMap.keySet() |
MutableCharSet |
UnmodifiableCharIntMap.keySet() |
MutableCharSet |
SynchronizedCharShortMap.keySet() |
MutableCharSet |
CharShortHashMap.keySet() |
MutableCharSet |
CharFloatHashMap.keySet() |
MutableCharSet |
UnmodifiableCharFloatMap.keySet() |
MutableCharSet |
SynchronizedCharObjectMap.keySet() |
MutableCharSet |
UnmodifiableCharCharMap.keySet() |
MutableCharSet |
SynchronizedCharFloatMap.keySet() |
MutableCharSet |
SynchronizedCharDoubleMap.keySet() |
MutableCharSet |
CharObjectHashMap.keySet() |
MutableCharSet |
CharDoubleHashMap.keySet() |
MutableCharSet |
SynchronizedCharLongMap.keySet() |
MutableCharSet |
CharIntHashMap.keySet() |
MutableCharSet |
UnmodifiableCharDoubleMap.keySet() |
MutableCharSet |
SynchronizedCharBooleanMap.keySet() |
MutableCharSet |
SynchronizedCharCharMap.keySet() |
MutableCharSet |
AbstractMutableCharKeySet.reject(CharPredicate predicate) |
MutableCharSet |
AbstractMutableCharKeySet.select(CharPredicate predicate) |
MutableCharSet |
SynchronizedObjectCharMap.toSet() |
MutableCharSet |
SynchronizedIntCharMap.toSet() |
MutableCharSet |
AbstractMutableCharKeySet.toSet() |
MutableCharSet |
UnmodifiableLongCharMap.toSet() |
MutableCharSet |
UnmodifiableDoubleCharMap.toSet() |
MutableCharSet |
SynchronizedDoubleCharMap.toSet() |
MutableCharSet |
UnmodifiableByteCharMap.toSet() |
MutableCharSet |
SynchronizedLongCharMap.toSet() |
MutableCharSet |
SynchronizedShortCharMap.toSet() |
MutableCharSet |
SynchronizedByteCharMap.toSet() |
MutableCharSet |
UnmodifiableFloatCharMap.toSet() |
MutableCharSet |
UnmodifiableIntCharMap.toSet() |
MutableCharSet |
UnmodifiableCharCharMap.toSet() |
MutableCharSet |
UnmodifiableObjectCharMap.toSet() |
MutableCharSet |
ObjectCharHashMap.toSet() |
MutableCharSet |
SynchronizedFloatCharMap.toSet() |
MutableCharSet |
UnmodifiableShortCharMap.toSet() |
MutableCharSet |
ObjectCharHashMapWithHashingStrategy.toSet() |
MutableCharSet |
SynchronizedCharCharMap.toSet() |
MutableCharSet |
AbstractMutableCharKeySet.with(char element) |
MutableCharSet |
AbstractMutableCharKeySet.withAll(CharIterable elements) |
MutableCharSet |
AbstractMutableCharKeySet.without(char element) |
MutableCharSet |
AbstractMutableCharKeySet.withoutAll(CharIterable elements) |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
AbstractCharIterable.toSet() |
MutableCharSet |
SynchronizedCharIterable.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
AbstractUnifiedSet.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
SetAdapter.collectChar(CharFunction<? super T> charFunction) |
MutableCharSet |
AbstractMutableSet.collectChar(CharFunction<? super T> charFunction) |
MutableCharSet |
SynchronizedMutableSet.collectChar(CharFunction<? super T> charFunction) |
MutableCharSet |
MultiReaderUnifiedSet.collectChar(CharFunction<? super T> charFunction) |
MutableCharSet |
UnmodifiableMutableSet.collectChar(CharFunction<? super T> charFunction) |
Modifier and Type | Class and Description |
---|---|
class |
CharHashSet
This file was automatically generated from template file primitiveHashSet.stg.
|
class |
SynchronizedCharSet
A synchronized view of a
MutableCharSet . |
class |
UnmodifiableCharSet
This file was automatically generated from template file unmodifiablePrimitiveSet.stg.
|
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
SynchronizedCharSet.asSynchronized() |
MutableCharSet |
UnmodifiableCharSet.asSynchronized() |
MutableCharSet |
CharHashSet.asSynchronized() |
MutableCharSet |
SynchronizedCharSet.asUnmodifiable() |
MutableCharSet |
UnmodifiableCharSet.asUnmodifiable() |
MutableCharSet |
CharHashSet.asUnmodifiable() |
MutableCharSet |
MutableCharSetFactoryImpl.empty() |
MutableCharSet |
MutableCharSetFactoryImpl.of() |
MutableCharSet |
MutableCharSetFactoryImpl.of(char... items) |
MutableCharSet |
MutableCharSetFactoryImpl.ofAll(CharIterable items) |
MutableCharSet |
SynchronizedCharSet.reject(CharPredicate predicate) |
MutableCharSet |
UnmodifiableCharSet.reject(CharPredicate predicate) |
MutableCharSet |
CharHashSet.reject(CharPredicate predicate) |
MutableCharSet |
SynchronizedCharSet.select(CharPredicate predicate) |
MutableCharSet |
UnmodifiableCharSet.select(CharPredicate predicate) |
MutableCharSet |
MutableCharSetFactoryImpl.with() |
MutableCharSet |
MutableCharSetFactoryImpl.with(char... items) |
MutableCharSet |
MutableCharSetFactoryImpl.withAll(CharIterable items) |
Modifier and Type | Method and Description |
---|---|
static SynchronizedCharSet |
SynchronizedCharSet.of(MutableCharSet set)
This method will take a MutableCharSet and wrap it directly in a SynchronizedCharSet.
|
static UnmodifiableCharSet |
UnmodifiableCharSet.of(MutableCharSet set)
This method will take a MutableCharSet and wrap it directly in a UnmodifiableCharSet.
|
static SynchronizedCharSet |
SynchronizedCharSet.of(MutableCharSet set,
Object lock)
This method will take a MutableCharSet and wrap it directly in a SynchronizedCharSet.
|
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
CharArrayStack.toSet() |
MutableCharSet |
UnmodifiableCharStack.toSet() |
MutableCharSet |
SynchronizedCharStack.toSet() |
Modifier and Type | Method and Description |
---|---|
MutableCharSet |
CharAdapter.toSet() |
Copyright © 2004–2016. All rights reserved.