| 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.collection.primitive | This package contains mutable and immutable primitive collection API. | 
| org.eclipse.collections.api.factory.bag.primitive | |
| org.eclipse.collections.api.factory.list.primitive | This package contains factory API for creating immutable primitive list instances. | 
| org.eclipse.collections.api.factory.set.primitive | |
| org.eclipse.collections.api.factory.stack.primitive | |
| org.eclipse.collections.api.list.primitive | This package contains mutable and immutable primitive list API. | 
| 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.ordered.primitive | |
| org.eclipse.collections.api.set.primitive | This package contains API for mutable and immutable primitive sets. | 
| org.eclipse.collections.api.stack.primitive | This package contains mutable and immutable primitive stack API. | 
| org.eclipse.collections.impl | This package contains implementations for Eclipse Collections API. | 
| 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.mutable.primitive | This package contains implementations of the mutable 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.primitive | This package contains implementations of the mutable primitive set interfaces. | 
| org.eclipse.collections.impl.set.primitive | |
| 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.string.immutable | |
| org.eclipse.collections.impl.utility.internal.primitive | |
| org.eclipse.collections.impl.utility.primitive | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | LazyCharIterableThis file was automatically generated from template file lazyPrimitiveIterable.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| CharIterable | RichIterable. collectChar(CharFunction<? super T> charFunction)Returns a new primitive  chariterable with the results of applying the specified function on each element
 of the source collection. | 
| CharIterable | CharIterable. reject(CharPredicate predicate) | 
| CharIterable | CharIterable. select(CharPredicate predicate) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | CharIterable. containsAll(CharIterable source) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CharBagThis file was automatically generated from template file primitiveBag.stg. | 
| interface  | ImmutableCharBagThis file was automatically generated from template file immutablePrimitiveBag.stg. | 
| interface  | MutableCharBagThis file was automatically generated from template file mutablePrimitiveBag.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| ImmutableCharBag | ImmutableCharBag. newWithAll(CharIterable elements) | 
| ImmutableCharBag | ImmutableCharBag. newWithoutAll(CharIterable elements) | 
| MutableCharBag | MutableCharBag. withAll(CharIterable elements) | 
| MutableCharBag | MutableCharBag. withoutAll(CharIterable elements) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ImmutableCharCollectionThis file was automatically generated from template file immutablePrimitiveCollection.stg. | 
| interface  | MutableCharCollectionThis file was automatically generated from template file mutablePrimitiveCollection.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | MutableCharCollection. addAll(CharIterable source) | 
| ImmutableCharCollection | ImmutableCharCollection. newWithAll(CharIterable elements) | 
| ImmutableCharCollection | ImmutableCharCollection. newWithoutAll(CharIterable elements) | 
| boolean | MutableCharCollection. removeAll(CharIterable source) | 
| boolean | MutableCharCollection. retainAll(CharIterable elements) | 
| MutableCharCollection | MutableCharCollection. withAll(CharIterable elements) | 
| MutableCharCollection | MutableCharCollection. withoutAll(CharIterable elements) | 
| Modifier and Type | Method and Description | 
|---|---|
| ImmutableCharBag | ImmutableCharBagFactory. ofAll(CharIterable items) | 
| MutableCharBag | MutableCharBagFactory. ofAll(CharIterable items) | 
| ImmutableCharBag | ImmutableCharBagFactory. withAll(CharIterable items) | 
| MutableCharBag | MutableCharBagFactory. withAll(CharIterable items) | 
| Modifier and Type | Method and Description | 
|---|---|
| MutableCharList | MutableCharListFactory. ofAll(CharIterable items) | 
| ImmutableCharList | ImmutableCharListFactory. ofAll(CharIterable items) | 
| MutableCharList | MutableCharListFactory. withAll(CharIterable items) | 
| ImmutableCharList | ImmutableCharListFactory. withAll(CharIterable items) | 
| Modifier and Type | Method and Description | 
|---|---|
| ImmutableCharSet | ImmutableCharSetFactory. ofAll(CharIterable items) | 
| MutableCharSet | MutableCharSetFactory. ofAll(CharIterable items) | 
| ImmutableCharSet | ImmutableCharSetFactory. withAll(CharIterable items) | 
| MutableCharSet | MutableCharSetFactory. withAll(CharIterable items) | 
| Modifier and Type | Method and Description | 
|---|---|
| ImmutableCharStack | ImmutableCharStackFactory. ofAll(CharIterable items) | 
| MutableCharStack | MutableCharStackFactory. ofAll(CharIterable items) | 
| ImmutableCharStack | ImmutableCharStackFactory. ofAllReversed(CharIterable items) | 
| MutableCharStack | MutableCharStackFactory. ofAllReversed(CharIterable items) | 
| ImmutableCharStack | ImmutableCharStackFactory. withAll(CharIterable items) | 
| MutableCharStack | MutableCharStackFactory. withAll(CharIterable items) | 
| ImmutableCharStack | ImmutableCharStackFactory. withAllReversed(CharIterable items) | 
| MutableCharStack | MutableCharStackFactory. withAllReversed(CharIterable items) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CharListThis file was automatically generated from template file primitiveList.stg. | 
| interface  | ImmutableCharListThis file was automatically generated from template file immutablePrimitiveList.stg. | 
| interface  | MutableCharListThis file was automatically generated from template file mutablePrimitiveList.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | MutableCharList. addAllAtIndex(int index,
             CharIterable source) | 
| ImmutableCharList | ImmutableCharList. newWithAll(CharIterable elements) | 
| ImmutableCharList | ImmutableCharList. newWithoutAll(CharIterable elements) | 
| MutableCharList | MutableCharList. withAll(CharIterable elements) | 
| MutableCharList | MutableCharList. withoutAll(CharIterable elements) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ByteCharMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | CharCharMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | CharValuesMapThis file was automatically generated from template file primitiveValuesMap.stg. | 
| interface  | DoubleCharMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | FloatCharMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | ImmutableByteCharMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableCharCharMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableDoubleCharMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableFloatCharMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableIntCharMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableLongCharMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | ImmutableObjectCharMap<K>This file was automatically generated from template file immutableObjectPrimitiveMap.stg. | 
| interface  | ImmutableShortCharMapThis file was automatically generated from template file immutablePrimitivePrimitiveMap.stg. | 
| interface  | IntCharMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | LongCharMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| interface  | MutableByteCharMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableCharCharMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableCharValuesMapThis file was automatically generated from template file mutablePrimitiveValuesMap.stg. | 
| interface  | MutableDoubleCharMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableFloatCharMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableIntCharMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableLongCharMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | MutableObjectCharMap<K>This file was automatically generated from template file mutableObjectPrimitiveMap.stg. | 
| interface  | MutableShortCharMapThis file was automatically generated from template file mutablePrimitivePrimitiveMap.stg. | 
| interface  | ObjectCharMap<K>This file was automatically generated from template file objectPrimitiveMap.stg. | 
| interface  | ShortCharMapThis file was automatically generated from template file primitivePrimitiveMap.stg. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | OrderedCharIterableThis file was automatically generated from template file orderedPrimitiveIterable.stg. | 
| interface  | ReversibleCharIterableThis file was automatically generated from template file reversiblePrimitiveIterable.stg. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CharSetThis file was automatically generated from template file primitiveSet.stg. | 
| interface  | ImmutableCharSetThis file was automatically generated from template file immutablePrimitiveSet.stg. | 
| interface  | MutableCharSetThis file was automatically generated from template file mutablePrimitiveSet.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| ImmutableCharSet | ImmutableCharSet. newWithAll(CharIterable elements) | 
| ImmutableCharSet | ImmutableCharSet. newWithoutAll(CharIterable elements) | 
| MutableCharSet | MutableCharSet. withAll(CharIterable elements) | 
| MutableCharSet | MutableCharSet. withoutAll(CharIterable elements) | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | CharStackThis file was automatically generated from template file primitiveStack.stg. | 
| interface  | ImmutableCharStackThis file was automatically generated from template file immutablePrimitiveStack.stg. | 
| interface  | MutableCharStackThis file was automatically generated from template file mutablePrimitiveStack.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| CharIterable | UnmodifiableRichIterable. collectChar(CharFunction<? super T> charFunction) | 
| CharIterable | SynchronizedRichIterable. collectChar(CharFunction<? super T> charFunction) | 
| Modifier and Type | Method and Description | 
|---|---|
| ImmutableCharBag | ImmutableCharBagFactoryImpl. ofAll(CharIterable items) | 
| ImmutableCharBag | ImmutableCharBagFactoryImpl. withAll(CharIterable items) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CharHashBagCharHashBag is similar to  HashBag, and is memory-optimized for char primitives. | 
| class  | SynchronizedCharBagA synchronized view of a  MutableCharBag. | 
| class  | UnmodifiableCharBagThis file was automatically generated from template file unmodifiablePrimitiveBag.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | CharHashBag. addAll(CharIterable source) | 
| static CharHashBag | CharHashBag. newBag(CharIterable source) | 
| MutableCharBag | MutableCharBagFactoryImpl. ofAll(CharIterable items) | 
| boolean | CharHashBag. removeAll(CharIterable source) | 
| boolean | CharHashBag. retainAll(CharIterable source) | 
| UnmodifiableCharBag | UnmodifiableCharBag. withAll(CharIterable elements) | 
| MutableCharBag | MutableCharBagFactoryImpl. withAll(CharIterable items) | 
| SynchronizedCharBag | SynchronizedCharBag. withAll(CharIterable elements) | 
| CharHashBag | CharHashBag. withAll(CharIterable iterable) | 
| UnmodifiableCharBag | UnmodifiableCharBag. withoutAll(CharIterable elements) | 
| SynchronizedCharBag | SynchronizedCharBag. withoutAll(CharIterable elements) | 
| CharHashBag | CharHashBag. withoutAll(CharIterable iterable) | 
| Constructor and Description | 
|---|
| CharHashBag(CharIterable iterable) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSynchronizedCharCollectionThis file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg. | 
| class  | AbstractUnmodifiableCharCollectionThis file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg. | 
| class  | SynchronizedCharCollectionThis file was automatically generated from template file synchronizedPrimitiveCollection.stg. | 
| class  | UnmodifiableCharCollectionThis file was automatically generated from template file unmodifiablePrimitiveCollection.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | AbstractSynchronizedCharCollection. addAll(CharIterable source) | 
| boolean | AbstractUnmodifiableCharCollection. addAll(CharIterable source) | 
| boolean | AbstractSynchronizedCharCollection. containsAll(CharIterable source) | 
| boolean | AbstractUnmodifiableCharCollection. containsAll(CharIterable source) | 
| boolean | AbstractSynchronizedCharCollection. removeAll(CharIterable source) | 
| boolean | AbstractUnmodifiableCharCollection. removeAll(CharIterable source) | 
| boolean | AbstractSynchronizedCharCollection. retainAll(CharIterable source) | 
| boolean | AbstractUnmodifiableCharCollection. retainAll(CharIterable source) | 
| MutableCharCollection | AbstractSynchronizedCharCollection. withAll(CharIterable elements) | 
| MutableCharCollection | AbstractUnmodifiableCharCollection. withAll(CharIterable elements) | 
| MutableCharCollection | AbstractSynchronizedCharCollection. withoutAll(CharIterable elements) | 
| MutableCharCollection | AbstractUnmodifiableCharCollection. withoutAll(CharIterable elements) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractLazyCharIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg. | 
| class  | CollectBooleanToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectByteToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectCharIterable<T>This file was automatically generated from template file collectPrimitiveIterable.stg. | 
| class  | CollectCharToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectDoubleToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectFloatToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectIntToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectLongToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | CollectShortToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg. | 
| class  | LazyCharIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg. | 
| class  | ReverseCharIterableThis file was automatically generated from template file reversePrimitiveIterable.stg. | 
| class  | SelectCharIterableThis file was automatically generated from template file selectPrimitiveIterable.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | LazyCharIterableAdapter. containsAll(CharIterable source) | 
| boolean | ReverseCharIterable. containsAll(CharIterable source) | 
| boolean | CollectCharIterable. containsAll(CharIterable source) | 
| boolean | SelectCharIterable. containsAll(CharIterable source) | 
| boolean | AbstractLazyCharIterable. containsAll(CharIterable source) | 
| Constructor and Description | 
|---|
| CollectCharToBooleanIterable(CharIterable iterable,
                            CharToBooleanFunction function) | 
| CollectCharToByteIterable(CharIterable iterable,
                         CharToByteFunction function) | 
| CollectCharToCharIterable(CharIterable iterable,
                         CharToCharFunction function) | 
| CollectCharToDoubleIterable(CharIterable iterable,
                           CharToDoubleFunction function) | 
| CollectCharToFloatIterable(CharIterable iterable,
                          CharToFloatFunction function) | 
| CollectCharToIntIterable(CharIterable iterable,
                        CharToIntFunction function) | 
| CollectCharToLongIterable(CharIterable iterable,
                         CharToLongFunction function) | 
| CollectCharToObjectIterable(CharIterable iterable,
                           CharToObjectFunction<? extends V> function) | 
| CollectCharToShortIterable(CharIterable iterable,
                          CharToShortFunction function) | 
| LazyCharIterableAdapter(CharIterable delegate) | 
| SelectCharIterable(CharIterable delegate,
                  CharPredicate predicate) | 
| Modifier and Type | Method and Description | 
|---|---|
| ImmutableCharList | ImmutableCharListFactoryImpl. ofAll(CharIterable items) | 
| ImmutableCharList | ImmutableCharListFactoryImpl. withAll(CharIterable items) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CharArrayListCharArrayList is similar to  FastList, and is memory-optimized for char primitives. | 
| class  | SynchronizedCharListA synchronized view of a  MutableCharList. | 
| class  | UnmodifiableCharListThis file was automatically generated from template file unmodifiablePrimitiveList.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | CharArrayList. addAll(CharIterable source) | 
| boolean | UnmodifiableCharList. addAllAtIndex(int index,
             CharIterable source) | 
| boolean | CharArrayList. addAllAtIndex(int index,
             CharIterable source) | 
| boolean | SynchronizedCharList. addAllAtIndex(int index,
             CharIterable source) | 
| static CharArrayList | CharArrayList. newList(CharIterable source) | 
| MutableCharList | MutableCharListFactoryImpl. ofAll(CharIterable items) | 
| boolean | CharArrayList. removeAll(CharIterable source) | 
| boolean | CharArrayList. retainAll(CharIterable source) | 
| UnmodifiableCharList | UnmodifiableCharList. withAll(CharIterable elements) | 
| MutableCharList | MutableCharListFactoryImpl. withAll(CharIterable items) | 
| CharArrayList | CharArrayList. withAll(CharIterable elements) | 
| SynchronizedCharList | SynchronizedCharList. withAll(CharIterable elements) | 
| UnmodifiableCharList | UnmodifiableCharList. withoutAll(CharIterable elements) | 
| CharArrayList | CharArrayList. withoutAll(CharIterable elements) | 
| SynchronizedCharList | SynchronizedCharList. withoutAll(CharIterable elements) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractImmutableObjectCharMap<V>This file was automatically generated from template file abstractImmutableObjectPrimitiveMap.stg. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractMutableCharKeySetThis file was automatically generated from template file abstractMutablePrimitiveKeySet.stg. | 
| class  | AbstractMutableCharValuesMapThis file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg. | 
| class  | ByteCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | CharCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | DoubleCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | FloatCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | IntCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | LongCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | ObjectCharHashMap<K>This file was automatically generated from template file objectPrimitiveHashMap.stg. | 
| class  | ObjectCharHashMapWithHashingStrategy<K>This file was automatically generated from template file objectPrimitiveHashMapWithHashingStrategy.stg. | 
| class  | ShortCharHashMapThis file was automatically generated from template file primitivePrimitiveHashMap.stg. | 
| class  | SynchronizedByteCharMapA synchronized view of a  MutableByteCharMap. | 
| class  | SynchronizedCharCharMapA synchronized view of a  MutableCharCharMap. | 
| class  | SynchronizedDoubleCharMapA synchronized view of a  MutableDoubleCharMap. | 
| class  | SynchronizedFloatCharMapA synchronized view of a  MutableFloatCharMap. | 
| class  | SynchronizedIntCharMapA synchronized view of a  MutableIntCharMap. | 
| class  | SynchronizedLongCharMapA synchronized view of a  MutableLongCharMap. | 
| class  | SynchronizedObjectCharMap<K>A synchronized view of a  MutableObjectCharMap. | 
| class  | SynchronizedShortCharMapA synchronized view of a  MutableShortCharMap. | 
| class  | UnmodifiableByteCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableCharCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableDoubleCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableFloatCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableIntCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableLongCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| class  | UnmodifiableObjectCharMap<K>This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg. | 
| class  | UnmodifiableShortCharMapThis file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | AbstractMutableCharKeySet. addAll(CharIterable source) | 
| boolean | SynchronizedObjectCharMap. containsAll(CharIterable source) | 
| boolean | SynchronizedIntCharMap. containsAll(CharIterable source) | 
| boolean | AbstractMutableCharKeySet. containsAll(CharIterable source) | 
| boolean | UnmodifiableLongCharMap. containsAll(CharIterable source) | 
| boolean | UnmodifiableDoubleCharMap. containsAll(CharIterable source) | 
| boolean | SynchronizedDoubleCharMap. containsAll(CharIterable source) | 
| boolean | UnmodifiableByteCharMap. containsAll(CharIterable source) | 
| boolean | SynchronizedLongCharMap. containsAll(CharIterable source) | 
| boolean | AbstractMutableCharValuesMap. containsAll(CharIterable source) | 
| boolean | SynchronizedShortCharMap. containsAll(CharIterable source) | 
| boolean | SynchronizedByteCharMap. containsAll(CharIterable source) | 
| boolean | UnmodifiableFloatCharMap. containsAll(CharIterable source) | 
| boolean | UnmodifiableIntCharMap. containsAll(CharIterable source) | 
| boolean | UnmodifiableCharCharMap. containsAll(CharIterable source) | 
| boolean | UnmodifiableObjectCharMap. containsAll(CharIterable source) | 
| boolean | ObjectCharHashMap. containsAll(CharIterable source) | 
| boolean | SynchronizedFloatCharMap. containsAll(CharIterable source) | 
| boolean | UnmodifiableShortCharMap. containsAll(CharIterable source) | 
| boolean | ObjectCharHashMapWithHashingStrategy. containsAll(CharIterable source) | 
| boolean | SynchronizedCharCharMap. containsAll(CharIterable source) | 
| boolean | AbstractMutableCharKeySet. removeAll(CharIterable source) | 
| MutableCharSet | AbstractMutableCharKeySet. withAll(CharIterable elements) | 
| MutableCharSet | AbstractMutableCharKeySet. withoutAll(CharIterable elements) | 
| CharCharHashMap | CharCharHashMap. withoutAllKeys(CharIterable keys) | 
| CharLongHashMap | CharLongHashMap. withoutAllKeys(CharIterable keys) | 
| CharByteHashMap | CharByteHashMap. withoutAllKeys(CharIterable keys) | 
| MutableCharByteMap | UnmodifiableCharByteMap. withoutAllKeys(CharIterable keys) | 
| MutableCharShortMap | UnmodifiableCharShortMap. withoutAllKeys(CharIterable keys) | 
| MutableCharLongMap | UnmodifiableCharLongMap. withoutAllKeys(CharIterable keys) | 
| MutableCharObjectMap<V> | UnmodifiableCharObjectMap. withoutAllKeys(CharIterable keys) | 
| MutableCharIntMap | SynchronizedCharIntMap. withoutAllKeys(CharIterable keys) | 
| MutableCharByteMap | SynchronizedCharByteMap. withoutAllKeys(CharIterable keys) | 
| CharBooleanHashMap | CharBooleanHashMap. withoutAllKeys(CharIterable keys) | 
| MutableCharBooleanMap | UnmodifiableCharBooleanMap. withoutAllKeys(CharIterable keys) | 
| MutableCharIntMap | UnmodifiableCharIntMap. withoutAllKeys(CharIterable keys) | 
| MutableCharShortMap | SynchronizedCharShortMap. withoutAllKeys(CharIterable keys) | 
| CharShortHashMap | CharShortHashMap. withoutAllKeys(CharIterable keys) | 
| CharFloatHashMap | CharFloatHashMap. withoutAllKeys(CharIterable keys) | 
| MutableCharFloatMap | UnmodifiableCharFloatMap. withoutAllKeys(CharIterable keys) | 
| MutableCharObjectMap<V> | SynchronizedCharObjectMap. withoutAllKeys(CharIterable keys) | 
| MutableCharCharMap | UnmodifiableCharCharMap. withoutAllKeys(CharIterable keys) | 
| MutableCharFloatMap | SynchronizedCharFloatMap. withoutAllKeys(CharIterable keys) | 
| MutableCharDoubleMap | SynchronizedCharDoubleMap. withoutAllKeys(CharIterable keys) | 
| MutableCharObjectMap<V> | CharObjectHashMap. withoutAllKeys(CharIterable keys) | 
| CharDoubleHashMap | CharDoubleHashMap. withoutAllKeys(CharIterable keys) | 
| MutableCharLongMap | SynchronizedCharLongMap. withoutAllKeys(CharIterable keys) | 
| CharIntHashMap | CharIntHashMap. withoutAllKeys(CharIterable keys) | 
| MutableCharDoubleMap | UnmodifiableCharDoubleMap. withoutAllKeys(CharIterable keys) | 
| MutableCharBooleanMap | SynchronizedCharBooleanMap. withoutAllKeys(CharIterable keys) | 
| MutableCharCharMap | SynchronizedCharCharMap. withoutAllKeys(CharIterable keys) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCharIterableThis file was automatically generated from template file abstractPrimitiveIterable.stg. | 
| class  | SynchronizedCharIterableA synchronized view of a CharIterable. | 
| Modifier and Type | Method and Description | 
|---|---|
| CharIterable | SynchronizedCharIterable. reject(CharPredicate predicate) | 
| CharIterable | SynchronizedCharIterable. select(CharPredicate predicate) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | AbstractCharIterable. containsAll(CharIterable source) | 
| boolean | SynchronizedCharIterable. containsAll(CharIterable source) | 
| static SynchronizedCharIterable | SynchronizedCharIterable. of(CharIterable iterable)This method will take a CharIterable and wrap it directly in a SynchronizedCharIterable. | 
| static SynchronizedCharIterable | SynchronizedCharIterable. of(CharIterable iterable,
  Object lock)This method will take a CharIterable and wrap it directly in a SynchronizedCharIterable. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractImmutableCharSetThis file was automatically generated from template file abstractImmutablePrimitiveSet.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| ImmutableCharSet | AbstractImmutableCharSet. newWithAll(CharIterable elements) | 
| ImmutableCharSet | AbstractImmutableCharSet. newWithoutAll(CharIterable elements) | 
| ImmutableCharSet | ImmutableCharSetFactoryImpl. ofAll(CharIterable items) | 
| ImmutableCharSet | ImmutableCharSetFactoryImpl. withAll(CharIterable items) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CharHashSetThis file was automatically generated from template file primitiveHashSet.stg. | 
| class  | SynchronizedCharSetA synchronized view of a  MutableCharSet. | 
| class  | UnmodifiableCharSetThis file was automatically generated from template file unmodifiablePrimitiveSet.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | CharHashSet. addAll(CharIterable source) | 
| static CharHashSet | CharHashSet. newSet(CharIterable source) | 
| MutableCharSet | MutableCharSetFactoryImpl. ofAll(CharIterable items) | 
| boolean | CharHashSet. removeAll(CharIterable source) | 
| boolean | CharHashSet. retainAll(CharIterable source) | 
| SynchronizedCharSet | SynchronizedCharSet. withAll(CharIterable elements) | 
| UnmodifiableCharSet | UnmodifiableCharSet. withAll(CharIterable elements) | 
| MutableCharSet | MutableCharSetFactoryImpl. withAll(CharIterable items) | 
| CharHashSet | CharHashSet. withAll(CharIterable elements) | 
| SynchronizedCharSet | SynchronizedCharSet. withoutAll(CharIterable elements) | 
| UnmodifiableCharSet | UnmodifiableCharSet. withoutAll(CharIterable elements) | 
| CharHashSet | CharHashSet. withoutAll(CharIterable elements) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractCharSetThis file was automatically generated from template file abstractPrimitiveSet.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| ImmutableCharStack | ImmutableCharStackFactoryImpl. ofAll(CharIterable items) | 
| ImmutableCharStack | ImmutableCharStackFactoryImpl. ofAllReversed(CharIterable items) | 
| ImmutableCharStack | ImmutableCharStackFactoryImpl. withAll(CharIterable items) | 
| ImmutableCharStack | ImmutableCharStackFactoryImpl. withAllReversed(CharIterable items) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CharArrayStackCharArrayStack is similar to  ArrayStack, and is memory-optimized for char primitives. | 
| class  | SynchronizedCharStackA synchronized view of a  MutableCharStack. | 
| class  | UnmodifiableCharStackThis file was automatically generated from template file unmodifiablePrimitiveStack.stg. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | CharArrayStack. containsAll(CharIterable source) | 
| boolean | UnmodifiableCharStack. containsAll(CharIterable source) | 
| boolean | SynchronizedCharStack. containsAll(CharIterable source) | 
| static CharArrayStack | CharArrayStack. newStack(CharIterable items) | 
| static CharArrayStack | CharArrayStack. newStackFromTopToBottom(CharIterable items) | 
| MutableCharStack | MutableCharStackFactoryImpl. ofAll(CharIterable items) | 
| MutableCharStack | MutableCharStackFactoryImpl. ofAllReversed(CharIterable items) | 
| MutableCharStack | MutableCharStackFactoryImpl. withAll(CharIterable items) | 
| MutableCharStack | MutableCharStackFactoryImpl. withAllReversed(CharIterable items) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CharAdapterProvides a view into the char[] stored in a String as an ImmutableCharList. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CharAdapter | CharAdapter. from(CharIterable iterable) | 
| CharAdapter | CharAdapter. newWithAll(CharIterable elements) | 
| CharAdapter | CharAdapter. newWithoutAll(CharIterable elements) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | CharIterableIterate. allSatisfy(CharIterable iterable,
          CharPredicate predicate) | 
| static boolean | CharIterableIterate. anySatisfy(CharIterable iterable,
          CharPredicate predicate) | 
| static void | CharIterableIterate. appendString(CharIterable iterable,
            Appendable appendable,
            String start,
            String separator,
            String end) | 
| static <V,R extends Collection<V>> | CharIterableIterate. collect(CharIterable iterable,
       CharToObjectFunction<? extends V> function,
       R targetCollection) | 
| static int | CharIterableIterate. count(CharIterable iterable,
     CharPredicate predicate) | 
| static char | CharIterableIterate. detectIfNone(CharIterable iterable,
            CharPredicate predicate,
            char ifNone) | 
| static void | CharIterableIterate. forEach(CharIterable iterable,
       CharProcedure procedure) | 
| static <T> T | CharIterableIterate. injectInto(CharIterable iterable,
          T injectedValue,
          ObjectCharToObjectFunction<? super T,? extends T> function) | 
| static boolean | CharIterableIterate. isEmpty(CharIterable iterable) | 
| static char | CharIterableIterate. max(CharIterable iterable) | 
| static char | CharIterableIterate. maxIfEmpty(CharIterable iterable,
          char ifEmpty) | 
| static char | CharIterableIterate. min(CharIterable iterable) | 
| static char | CharIterableIterate. minIfEmpty(CharIterable iterable,
          char ifEmpty) | 
| static boolean | CharIterableIterate. noneSatisfy(CharIterable iterable,
           CharPredicate predicate) | 
| static boolean | CharIterableIterate. notEmpty(CharIterable iterable) | 
| static <R extends MutableCharCollection> | CharIterableIterate. reject(CharIterable iterable,
      CharPredicate predicate,
      R targetCollection) | 
| static <R extends MutableCharCollection> | CharIterableIterate. select(CharIterable iterable,
      CharPredicate predicate,
      R targetCollection) | 
| static long | CharIterableIterate. sum(CharIterable iterable) | 
| Modifier and Type | Method and Description | 
|---|---|
| static LazyCharIterable | LazyCharIterate. adapt(CharIterable iterable)Creates a deferred char iterable for the specified char iterable. | 
| static <V> LazyIterable<V> | LazyCharIterate. collect(CharIterable iterable,
       CharToObjectFunction<? extends V> function)Creates a deferred transforming char iterable for the specified char iterable. | 
| static <V> LazyIterable<V> | LazyCharIterate. collectIf(CharIterable iterable,
         CharPredicate predicate,
         CharToObjectFunction<? extends V> function)Creates a deferred filtering and transforming char iterable for the specified char iterable. | 
| static LazyCharIterable | LazyCharIterate. select(CharIterable iterable,
      CharPredicate predicate)Creates a deferred filtering char iterable for the specified char iterable. | 
Copyright © 2004–2016. All rights reserved.