| 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 | |
| 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.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.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.stack.primitive | |
| org.eclipse.collections.impl.string.immutable | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | CharIterable. toSet() | Converts the CharIterable to a new MutableCharSet. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | MutableCharBag. selectUnique() | Returns all elements of the bag that have exactly one occurrence. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | MutableCharSetFactory. empty() | |
| MutableCharSet | MutableCharSetFactory. of() | Same as  MutableCharSetFactory.empty(). | 
| MutableCharSet | MutableCharSetFactory. of(char... items) | Same as  MutableCharSetFactory.with(char[]). | 
| MutableCharSet | MutableCharSetFactory. ofAll(Iterable<Character> iterable) | Same as  #withAll(IterableCharacter). | 
| MutableCharSet | MutableCharSetFactory. ofAll(CharIterable items) | |
| MutableCharSet | MutableCharSetFactory. with() | Same as  MutableCharSetFactory.empty(). | 
| MutableCharSet | MutableCharSetFactory. with(char... items) | |
| MutableCharSet | MutableCharSetFactory. withAll(Iterable<Character> iterable) | |
| MutableCharSet | MutableCharSetFactory. withAll(CharIterable items) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | CharBooleanMap. keySet() | |
| MutableCharSet | CharByteMap. keySet() | |
| MutableCharSet | CharCharMap. keySet() | |
| MutableCharSet | CharDoubleMap. keySet() | |
| MutableCharSet | CharFloatMap. keySet() | |
| MutableCharSet | CharIntMap. keySet() | |
| MutableCharSet | CharLongMap. keySet() | |
| MutableCharSet | CharObjectMap. keySet() | |
| MutableCharSet | CharShortMap. keySet() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | MutableSet. collectChar(CharFunction<? super T> charFunction) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | MutableCharSet. asSynchronized() | |
| MutableCharSet | MutableCharSet. asUnmodifiable() | |
| default MutableCharSet | MutableCharSet. newEmpty() | Creates a new empty mutable version of the same Set type. | 
| MutableCharSet | MutableCharSet. reject(CharPredicate predicate) | |
| MutableCharSet | MutableCharSet. select(CharPredicate predicate) | |
| default MutableCharSet | MutableCharSet. tap(CharProcedure procedure) | |
| MutableCharSet | MutableCharSet. with(char element) | |
| MutableCharSet | MutableCharSet. withAll(CharIterable elements) | |
| MutableCharSet | MutableCharSet. without(char element) | |
| MutableCharSet | MutableCharSet. withoutAll(CharIterable elements) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | CharHashBag. selectUnique() | |
| MutableCharSet | SynchronizedCharBag. selectUnique() | |
| MutableCharSet | UnmodifiableCharBag. selectUnique() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | AbstractSynchronizedCharCollection. toSet() | |
| MutableCharSet | AbstractUnmodifiableCharCollection. toSet() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | AbstractLazyCharIterable. toSet() | |
| MutableCharSet | CollectCharIterable. toSet() | |
| MutableCharSet | LazyCharIterableAdapter. toSet() | |
| MutableCharSet | ReverseCharIterable. toSet() | |
| MutableCharSet | SelectCharIterable. toSet() | 
| Modifier and Type | Class | Description | 
|---|---|---|
| class  | AbstractMutableCharKeySet | This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg. | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | AbstractMutableCharKeySet. asSynchronized() | |
| MutableCharSet | AbstractMutableCharKeySet. asUnmodifiable() | |
| MutableCharSet | CharBooleanHashMap. keySet() | |
| MutableCharSet | CharByteHashMap. keySet() | |
| MutableCharSet | CharCharHashMap. keySet() | |
| MutableCharSet | CharDoubleHashMap. keySet() | |
| MutableCharSet | CharFloatHashMap. keySet() | |
| MutableCharSet | CharIntHashMap. keySet() | |
| MutableCharSet | CharLongHashMap. keySet() | |
| MutableCharSet | CharObjectHashMap. keySet() | |
| MutableCharSet | CharShortHashMap. keySet() | |
| MutableCharSet | SynchronizedCharBooleanMap. keySet() | |
| MutableCharSet | SynchronizedCharByteMap. keySet() | |
| MutableCharSet | SynchronizedCharCharMap. keySet() | |
| MutableCharSet | SynchronizedCharDoubleMap. keySet() | |
| MutableCharSet | SynchronizedCharFloatMap. keySet() | |
| MutableCharSet | SynchronizedCharIntMap. keySet() | |
| MutableCharSet | SynchronizedCharLongMap. keySet() | |
| MutableCharSet | SynchronizedCharObjectMap. keySet() | |
| MutableCharSet | SynchronizedCharShortMap. keySet() | |
| MutableCharSet | UnmodifiableCharBooleanMap. keySet() | |
| MutableCharSet | UnmodifiableCharByteMap. keySet() | |
| MutableCharSet | UnmodifiableCharCharMap. keySet() | |
| MutableCharSet | UnmodifiableCharDoubleMap. keySet() | |
| MutableCharSet | UnmodifiableCharFloatMap. keySet() | |
| MutableCharSet | UnmodifiableCharIntMap. keySet() | |
| MutableCharSet | UnmodifiableCharLongMap. keySet() | |
| MutableCharSet | UnmodifiableCharObjectMap. keySet() | |
| MutableCharSet | UnmodifiableCharShortMap. keySet() | |
| MutableCharSet | AbstractMutableCharKeySet. reject(CharPredicate predicate) | |
| MutableCharSet | AbstractMutableCharKeySet. select(CharPredicate predicate) | |
| MutableCharSet | AbstractMutableCharKeySet. toSet() | |
| MutableCharSet | ObjectCharHashMap. toSet() | |
| MutableCharSet | ObjectCharHashMapWithHashingStrategy. toSet() | |
| MutableCharSet | SynchronizedByteCharMap. toSet() | |
| MutableCharSet | SynchronizedCharCharMap. toSet() | |
| MutableCharSet | SynchronizedDoubleCharMap. toSet() | |
| MutableCharSet | SynchronizedFloatCharMap. toSet() | |
| MutableCharSet | SynchronizedIntCharMap. toSet() | |
| MutableCharSet | SynchronizedLongCharMap. toSet() | |
| MutableCharSet | SynchronizedObjectCharMap. toSet() | |
| MutableCharSet | SynchronizedShortCharMap. toSet() | |
| MutableCharSet | UnmodifiableByteCharMap. toSet() | |
| MutableCharSet | UnmodifiableCharCharMap. toSet() | |
| MutableCharSet | UnmodifiableDoubleCharMap. toSet() | |
| MutableCharSet | UnmodifiableFloatCharMap. toSet() | |
| MutableCharSet | UnmodifiableIntCharMap. toSet() | |
| MutableCharSet | UnmodifiableLongCharMap. toSet() | |
| MutableCharSet | UnmodifiableObjectCharMap. toSet() | |
| MutableCharSet | UnmodifiableShortCharMap. 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 | Description | 
|---|---|---|
| MutableCharSet | AbstractCharIterable. toSet() | |
| MutableCharSet | SynchronizedCharIterable. toSet() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | AbstractUnifiedSet. collectChar(CharFunction<? super T> charFunction) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | AbstractMutableSet. collectChar(CharFunction<? super T> charFunction) | |
| MutableCharSet | MultiReaderUnifiedSet. collectChar(CharFunction<? super T> charFunction) | |
| MutableCharSet | SetAdapter. collectChar(CharFunction<? super T> charFunction) | |
| MutableCharSet | SynchronizedMutableSet. collectChar(CharFunction<? super T> charFunction) | |
| MutableCharSet | UnmodifiableMutableSet. collectChar(CharFunction<? super T> charFunction) | 
| Modifier and Type | Class | 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 | Description | 
|---|---|---|
| MutableCharSet | CharHashSet. asSynchronized() | |
| MutableCharSet | SynchronizedCharSet. asSynchronized() | |
| MutableCharSet | UnmodifiableCharSet. asSynchronized() | |
| MutableCharSet | CharHashSet. asUnmodifiable() | |
| MutableCharSet | SynchronizedCharSet. asUnmodifiable() | |
| MutableCharSet | UnmodifiableCharSet. asUnmodifiable() | |
| MutableCharSet | MutableCharSetFactoryImpl. empty() | |
| MutableCharSet | SynchronizedCharSet. newEmpty() | |
| MutableCharSet | UnmodifiableCharSet. newEmpty() | |
| MutableCharSet | MutableCharSetFactoryImpl. of() | |
| MutableCharSet | MutableCharSetFactoryImpl. of(char... items) | |
| MutableCharSet | MutableCharSetFactoryImpl. ofAll(Iterable<Character> iterable) | |
| MutableCharSet | MutableCharSetFactoryImpl. ofAll(CharIterable items) | |
| MutableCharSet | SynchronizedCharSet. reject(CharPredicate predicate) | |
| MutableCharSet | UnmodifiableCharSet. reject(CharPredicate predicate) | |
| MutableCharSet | SynchronizedCharSet. select(CharPredicate predicate) | |
| MutableCharSet | UnmodifiableCharSet. select(CharPredicate predicate) | |
| MutableCharSet | MutableCharSetFactoryImpl. with() | |
| MutableCharSet | MutableCharSetFactoryImpl. with(char... items) | |
| MutableCharSet | MutableCharSetFactoryImpl. withAll(Iterable<Character> iterable) | |
| MutableCharSet | MutableCharSetFactoryImpl. withAll(CharIterable items) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| static SynchronizedCharSet | SynchronizedCharSet. of(MutableCharSet set) | This method will take a MutableCharSet and wrap it directly in a SynchronizedCharSet. | 
| static SynchronizedCharSet | SynchronizedCharSet. of(MutableCharSet set,
  Object lock) | 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. | 
| Constructor | Description | 
|---|---|
| SynchronizedCharSet(MutableCharSet set) | |
| SynchronizedCharSet(MutableCharSet set,
                   Object newLock) | |
| UnmodifiableCharSet(MutableCharSet set) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | SynchronizedCharStack. toSet() | |
| MutableCharSet | UnmodifiableCharStack. toSet() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | AbstractCharStack. toSet() | 
| Modifier and Type | Method | Description | 
|---|---|---|
| MutableCharSet | CharAdapter. toSet() | 
Copyright © 2004–2019. All rights reserved.