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 |
LazyCharIterable
This 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
char iterable 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 |
CharBag
This file was automatically generated from template file primitiveBag.stg.
|
interface |
ImmutableCharBag
This file was automatically generated from template file immutablePrimitiveBag.stg.
|
interface |
MutableCharBag
This 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 |
ImmutableCharCollection
This file was automatically generated from template file immutablePrimitiveCollection.stg.
|
interface |
MutableCharCollection
This 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 |
CharList
This file was automatically generated from template file primitiveList.stg.
|
interface |
ImmutableCharList
This file was automatically generated from template file immutablePrimitiveList.stg.
|
interface |
MutableCharList
This 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 |
ByteCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
CharCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
CharValuesMap
This file was automatically generated from template file primitiveValuesMap.stg.
|
interface |
DoubleCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
FloatCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
ImmutableByteCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableCharCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableDoubleCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableFloatCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableIntCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableLongCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
ImmutableObjectCharMap<K>
This file was automatically generated from template file immutableObjectPrimitiveMap.stg.
|
interface |
ImmutableShortCharMap
This file was automatically generated from template file immutablePrimitivePrimitiveMap.stg.
|
interface |
IntCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
LongCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
interface |
MutableByteCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableCharCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableCharValuesMap
This file was automatically generated from template file mutablePrimitiveValuesMap.stg.
|
interface |
MutableDoubleCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableFloatCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableIntCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableLongCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
MutableObjectCharMap<K>
This file was automatically generated from template file mutableObjectPrimitiveMap.stg.
|
interface |
MutableShortCharMap
This file was automatically generated from template file mutablePrimitivePrimitiveMap.stg.
|
interface |
ObjectCharMap<K>
This file was automatically generated from template file objectPrimitiveMap.stg.
|
interface |
ShortCharMap
This file was automatically generated from template file primitivePrimitiveMap.stg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OrderedCharIterable
This file was automatically generated from template file orderedPrimitiveIterable.stg.
|
interface |
ReversibleCharIterable
This file was automatically generated from template file reversiblePrimitiveIterable.stg.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CharSet
This file was automatically generated from template file primitiveSet.stg.
|
interface |
ImmutableCharSet
This file was automatically generated from template file immutablePrimitiveSet.stg.
|
interface |
MutableCharSet
This 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 |
CharStack
This file was automatically generated from template file primitiveStack.stg.
|
interface |
ImmutableCharStack
This file was automatically generated from template file immutablePrimitiveStack.stg.
|
interface |
MutableCharStack
This 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 |
CharHashBag
CharHashBag is similar to
HashBag , and is memory-optimized for char primitives. |
class |
SynchronizedCharBag
A synchronized view of a
MutableCharBag . |
class |
UnmodifiableCharBag
This 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 |
AbstractSynchronizedCharCollection
This file was automatically generated from template file abstractSynchronizedPrimitiveCollection.stg.
|
class |
AbstractUnmodifiableCharCollection
This file was automatically generated from template file abstractUnmodifiablePrimitiveCollection.stg.
|
class |
SynchronizedCharCollection
This file was automatically generated from template file synchronizedPrimitiveCollection.stg.
|
class |
UnmodifiableCharCollection
This 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 |
AbstractLazyCharIterable
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.
|
class |
CollectBooleanToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectByteToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectCharIterable<T>
This file was automatically generated from template file collectPrimitiveIterable.stg.
|
class |
CollectCharToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectDoubleToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectFloatToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectIntToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectLongToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
CollectShortToCharIterable
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.
|
class |
LazyCharIterableAdapter
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.
|
class |
ReverseCharIterable
This file was automatically generated from template file reversePrimitiveIterable.stg.
|
class |
SelectCharIterable
This 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 |
CharArrayList
CharArrayList is similar to
FastList , and is memory-optimized for char primitives. |
class |
SynchronizedCharList
A synchronized view of a
MutableCharList . |
class |
UnmodifiableCharList
This 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 |
AbstractMutableCharKeySet
This file was automatically generated from template file abstractMutablePrimitiveKeySet.stg.
|
class |
AbstractMutableCharValuesMap
This file was automatically generated from template file abstractMutablePrimitiveValuesMap.stg.
|
class |
ByteCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
CharCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
DoubleCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
FloatCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
IntCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
LongCharHashMap
This 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 |
ShortCharHashMap
This file was automatically generated from template file primitivePrimitiveHashMap.stg.
|
class |
SynchronizedByteCharMap
A synchronized view of a
MutableByteCharMap . |
class |
SynchronizedCharCharMap
A synchronized view of a
MutableCharCharMap . |
class |
SynchronizedDoubleCharMap
A synchronized view of a
MutableDoubleCharMap . |
class |
SynchronizedFloatCharMap
A synchronized view of a
MutableFloatCharMap . |
class |
SynchronizedIntCharMap
A synchronized view of a
MutableIntCharMap . |
class |
SynchronizedLongCharMap
A synchronized view of a
MutableLongCharMap . |
class |
SynchronizedObjectCharMap<K>
A synchronized view of a
MutableObjectCharMap . |
class |
SynchronizedShortCharMap
A synchronized view of a
MutableShortCharMap . |
class |
UnmodifiableByteCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableCharCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableDoubleCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableFloatCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableIntCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableLongCharMap
This file was automatically generated from template file unmodifiablePrimitivePrimitiveMap.stg.
|
class |
UnmodifiableObjectCharMap<K>
This file was automatically generated from template file unmodifiableObjectPrimitiveMap.stg.
|
class |
UnmodifiableShortCharMap
This 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 |
AbstractCharIterable
This file was automatically generated from template file abstractPrimitiveIterable.stg.
|
class |
SynchronizedCharIterable
A 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 |
AbstractImmutableCharSet
This 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 |
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 |
---|---|
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 |
AbstractCharSet
This 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 |
CharArrayStack
CharArrayStack is similar to
ArrayStack , and is memory-optimized for char primitives. |
class |
SynchronizedCharStack
A synchronized view of a
MutableCharStack . |
class |
UnmodifiableCharStack
This 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 |
CharAdapter
Provides 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.