Package | Description |
---|---|
org.eclipse.collections.api |
This package contains interfaces for Eclipse Collections 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.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 |
This package contains implementations of the
LazyIterable interface. |
org.eclipse.collections.impl.lazy.primitive |
This package contains implementations of the lazy primitive iterator interfaces.
|
org.eclipse.collections.impl.list.mutable.primitive |
This package contains implementations of the mutable primitive list interfaces.
|
org.eclipse.collections.impl.map.mutable.primitive |
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
|
org.eclipse.collections.impl.primitive | |
org.eclipse.collections.impl.set.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 | |
org.eclipse.collections.impl.utility.primitive |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
CharIterable.asLazy() |
LazyCharIterable |
LazyBooleanIterable.collectChar(BooleanToCharFunction function) |
LazyCharIterable |
LazyByteIterable.collectChar(ByteToCharFunction function) |
LazyCharIterable |
LazyIterable.collectChar(CharFunction<? super T> charFunction)
Returns a lazy CharIterable which will transform the underlying iterable data to char values based on the charFunction.
|
LazyCharIterable |
LazyCharIterable.collectChar(CharToCharFunction function) |
LazyCharIterable |
LazyDoubleIterable.collectChar(DoubleToCharFunction function) |
LazyCharIterable |
LazyFloatIterable.collectChar(FloatToCharFunction function) |
LazyCharIterable |
LazyIntIterable.collectChar(IntToCharFunction function) |
LazyCharIterable |
LazyLongIterable.collectChar(LongToCharFunction function) |
LazyCharIterable |
LazyShortIterable.collectChar(ShortToCharFunction function) |
LazyCharIterable |
LazyCharIterable.reject(CharPredicate predicate) |
LazyCharIterable |
LazyCharIterable.select(CharPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
CharIntMap.keysView() |
LazyCharIterable |
CharByteMap.keysView() |
LazyCharIterable |
CharObjectMap.keysView() |
LazyCharIterable |
CharDoubleMap.keysView() |
LazyCharIterable |
CharShortMap.keysView() |
LazyCharIterable |
CharFloatMap.keysView() |
LazyCharIterable |
CharLongMap.keysView() |
LazyCharIterable |
CharCharMap.keysView() |
LazyCharIterable |
CharBooleanMap.keysView() |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
ReversibleCharIterable.asReversed() |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
SynchronizedCharBag.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
AbstractSynchronizedCharCollection.asLazy() |
LazyCharIterable |
AbstractUnmodifiableCharCollection.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
AbstractLazyIterable.collectChar(CharFunction<? super T> charFunction) |
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 |
---|---|
LazyCharIterable |
SynchronizedCharList.asLazy() |
LazyCharIterable |
UnmodifiableCharList.asReversed() |
LazyCharIterable |
CharArrayList.asReversed() |
LazyCharIterable |
SynchronizedCharList.asReversed() |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
SynchronizedObjectCharMap.asLazy() |
LazyCharIterable |
SynchronizedIntCharMap.asLazy() |
LazyCharIterable |
AbstractMutableCharKeySet.asLazy() |
LazyCharIterable |
UnmodifiableLongCharMap.asLazy() |
LazyCharIterable |
UnmodifiableDoubleCharMap.asLazy() |
LazyCharIterable |
SynchronizedDoubleCharMap.asLazy() |
LazyCharIterable |
UnmodifiableByteCharMap.asLazy() |
LazyCharIterable |
SynchronizedLongCharMap.asLazy() |
LazyCharIterable |
SynchronizedShortCharMap.asLazy() |
LazyCharIterable |
SynchronizedByteCharMap.asLazy() |
LazyCharIterable |
UnmodifiableFloatCharMap.asLazy() |
LazyCharIterable |
UnmodifiableIntCharMap.asLazy() |
LazyCharIterable |
UnmodifiableCharCharMap.asLazy() |
LazyCharIterable |
UnmodifiableObjectCharMap.asLazy() |
LazyCharIterable |
ObjectCharHashMap.asLazy() |
LazyCharIterable |
SynchronizedFloatCharMap.asLazy() |
LazyCharIterable |
UnmodifiableShortCharMap.asLazy() |
LazyCharIterable |
ObjectCharHashMapWithHashingStrategy.asLazy() |
LazyCharIterable |
SynchronizedCharCharMap.asLazy() |
LazyCharIterable |
CharCharHashMap.keysView() |
LazyCharIterable |
CharLongHashMap.keysView() |
LazyCharIterable |
CharByteHashMap.keysView() |
LazyCharIterable |
UnmodifiableCharByteMap.keysView() |
LazyCharIterable |
UnmodifiableCharShortMap.keysView() |
LazyCharIterable |
UnmodifiableCharLongMap.keysView() |
LazyCharIterable |
UnmodifiableCharObjectMap.keysView() |
LazyCharIterable |
SynchronizedCharIntMap.keysView() |
LazyCharIterable |
SynchronizedCharByteMap.keysView() |
LazyCharIterable |
CharBooleanHashMap.keysView() |
LazyCharIterable |
UnmodifiableCharBooleanMap.keysView() |
LazyCharIterable |
UnmodifiableCharIntMap.keysView() |
LazyCharIterable |
SynchronizedCharShortMap.keysView() |
LazyCharIterable |
CharShortHashMap.keysView() |
LazyCharIterable |
CharFloatHashMap.keysView() |
LazyCharIterable |
UnmodifiableCharFloatMap.keysView() |
LazyCharIterable |
SynchronizedCharObjectMap.keysView() |
LazyCharIterable |
UnmodifiableCharCharMap.keysView() |
LazyCharIterable |
SynchronizedCharFloatMap.keysView() |
LazyCharIterable |
SynchronizedCharDoubleMap.keysView() |
LazyCharIterable |
CharObjectHashMap.keysView() |
LazyCharIterable |
CharDoubleHashMap.keysView() |
LazyCharIterable |
SynchronizedCharLongMap.keysView() |
LazyCharIterable |
CharIntHashMap.keysView() |
LazyCharIterable |
UnmodifiableCharDoubleMap.keysView() |
LazyCharIterable |
SynchronizedCharBooleanMap.keysView() |
LazyCharIterable |
SynchronizedCharCharMap.keysView() |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
AbstractCharIterable.asLazy() |
LazyCharIterable |
SynchronizedCharIterable.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
SynchronizedCharSet.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
CharArrayStack.asLazy() |
LazyCharIterable |
UnmodifiableCharStack.asLazy() |
LazyCharIterable |
SynchronizedCharStack.asLazy() |
Modifier and Type | Method and Description |
---|---|
LazyCharIterable |
CharAdapter.asReversed() |
Modifier and Type | Method and Description |
---|---|
static LazyCharIterable |
LazyCharIterate.adapt(CharIterable iterable)
Creates a deferred char iterable for the specified char iterable.
|
static LazyCharIterable |
LazyCharIterate.empty() |
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.