Uses of Interface
org.eclipse.collections.api.LazyCharIterable
Packages that use LazyCharIterable
Package
Description
This package contains interfaces for Eclipse Collections API.
This package contains API for primitive to primitive maps, primitive to object maps and object to primitive maps with mutable and immutable variants.
This package contains implementations of the immutable primitive bag interfaces.
This package contains implementations of the mutable primitive bag interfaces.
This package contains implementations of the mutable primitive collection interfaces.
This package contains implementations of the
LazyIterable
interface.This package contains implementations of the lazy primitive iterator interfaces.
This package contains implementations of immutable primitive list interfaces and immutable primitive list factory interfaces.
This package contains implementations of the mutable primitive list interfaces.
This package contains implementations of the immutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the mutable primitive-primitive, primitive-object and object-primitive map interfaces.
This package contains implementations of the immutable primitive set interfaces.
This package contains implementations of the mutable primitive set interfaces.
This package contains implementations of the immutable primitive stack interfaces.
This package contains implementations of the mutable primitive stack interfaces.
-
Uses of LazyCharIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyCharIterableModifier and TypeMethodDescriptionCharIterable.asLazy()
Returns a LazyCharIterable adapter wrapping the source CharIterable.LazyBooleanIterable.collectChar
(BooleanToCharFunction function) LazyByteIterable.collectChar
(ByteToCharFunction function) LazyCharIterable.collectChar
(CharToCharFunction function) LazyDoubleIterable.collectChar
(DoubleToCharFunction function) LazyFloatIterable.collectChar
(FloatToCharFunction function) LazyIntIterable.collectChar
(IntToCharFunction function) LazyIterable.collectChar
(CharFunction<? super T> charFunction) Returns a lazy CharIterable which will transform the underlying iterable data to char values based on the charFunction.LazyLongIterable.collectChar
(LongToCharFunction function) LazyShortIterable.collectChar
(ShortToCharFunction function) LazyCharIterable.reject
(CharPredicate predicate) LazyCharIterable.select
(CharPredicate predicate) LazyCharIterable.tap
(CharProcedure procedure) -
Uses of LazyCharIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyCharIterableModifier and TypeMethodDescriptionCharBooleanMap.keysView()
Returns a view of the keys in this map.CharByteMap.keysView()
Returns a view of the keys in this map.CharCharMap.keysView()
Returns a view of the keys in this map.CharDoubleMap.keysView()
Returns a view of the keys in this map.CharFloatMap.keysView()
Returns a view of the keys in this map.CharIntMap.keysView()
Returns a view of the keys in this map.CharLongMap.keysView()
Returns a view of the keys in this map.CharObjectMap.keysView()
Returns a view of the keys in this map.CharShortMap.keysView()
Returns a view of the keys in this map. -
Uses of LazyCharIterable in org.eclipse.collections.api.ordered.primitive
Methods in org.eclipse.collections.api.ordered.primitive that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyCharIterableModifier and TypeMethodDescriptionAbstractLazyIterable.collectChar
(CharFunction<? super T> charFunction) -
Uses of LazyCharIterable in org.eclipse.collections.impl.lazy.primitive
Classes in org.eclipse.collections.impl.lazy.primitive that implement LazyCharIterableModifier and TypeClassDescriptionclass
This file was automatically generated from template file abstractLazyPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.class
This file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.class
This file was automatically generated from template file reversePrimitiveIterable.stg.class
This file was automatically generated from template file selectPrimitiveIterable.stg.class
This file was automatically generated from template file tapPrimitiveIterable.stg.Methods in org.eclipse.collections.impl.lazy.primitive that return LazyCharIterableModifier and TypeMethodDescriptionAbstractLazyCharIterable.asLazy()
ReverseCharIterable.asLazy()
AbstractLazyBooleanIterable.collectChar
(BooleanToCharFunction function) AbstractLazyByteIterable.collectChar
(ByteToCharFunction function) AbstractLazyCharIterable.collectChar
(CharToCharFunction function) AbstractLazyDoubleIterable.collectChar
(DoubleToCharFunction function) AbstractLazyFloatIterable.collectChar
(FloatToCharFunction function) AbstractLazyIntIterable.collectChar
(IntToCharFunction function) AbstractLazyLongIterable.collectChar
(LongToCharFunction function) AbstractLazyShortIterable.collectChar
(ShortToCharFunction function) AbstractLazyCharIterable.reject
(CharPredicate predicate) AbstractLazyCharIterable.select
(CharPredicate predicate) AbstractLazyCharIterable.tap
(CharProcedure procedure) -
Uses of LazyCharIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyCharIterableModifier and TypeMethodDescriptionImmutableCharArrayList.asLazy()
ImmutableCharEmptyList.asLazy()
ImmutableCharSingletonList.asLazy()
ImmutableCharArrayList.asReversed()
ImmutableCharEmptyList.asReversed()
ImmutableCharSingletonList.asReversed()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyCharIterableModifier and TypeMethodDescriptionSynchronizedCharList.asLazy()
CharArrayList.asReversed()
SynchronizedCharList.asReversed()
UnmodifiableCharList.asReversed()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyCharIterableModifier and TypeMethodDescriptionImmutableByteCharEmptyMap.asLazy()
ImmutableByteCharHashMap.asLazy()
ImmutableByteCharSingletonMap.asLazy()
ImmutableCharCharEmptyMap.asLazy()
ImmutableCharCharHashMap.asLazy()
ImmutableCharCharSingletonMap.asLazy()
ImmutableDoubleCharEmptyMap.asLazy()
ImmutableDoubleCharHashMap.asLazy()
ImmutableDoubleCharSingletonMap.asLazy()
ImmutableFloatCharEmptyMap.asLazy()
ImmutableFloatCharHashMap.asLazy()
ImmutableFloatCharSingletonMap.asLazy()
ImmutableIntCharEmptyMap.asLazy()
ImmutableIntCharHashMap.asLazy()
ImmutableIntCharSingletonMap.asLazy()
ImmutableLongCharEmptyMap.asLazy()
ImmutableLongCharHashMap.asLazy()
ImmutableLongCharSingletonMap.asLazy()
ImmutableObjectCharEmptyMap.asLazy()
ImmutableObjectCharHashMap.asLazy()
ImmutableObjectCharSingletonMap.asLazy()
ImmutableShortCharEmptyMap.asLazy()
ImmutableShortCharHashMap.asLazy()
ImmutableShortCharSingletonMap.asLazy()
ImmutableCharBooleanEmptyMap.keysView()
ImmutableCharBooleanHashMap.keysView()
ImmutableCharBooleanSingletonMap.keysView()
ImmutableCharByteEmptyMap.keysView()
ImmutableCharByteHashMap.keysView()
ImmutableCharByteSingletonMap.keysView()
ImmutableCharCharEmptyMap.keysView()
ImmutableCharCharHashMap.keysView()
ImmutableCharCharSingletonMap.keysView()
ImmutableCharDoubleEmptyMap.keysView()
ImmutableCharDoubleHashMap.keysView()
ImmutableCharDoubleSingletonMap.keysView()
ImmutableCharFloatEmptyMap.keysView()
ImmutableCharFloatHashMap.keysView()
ImmutableCharFloatSingletonMap.keysView()
ImmutableCharIntEmptyMap.keysView()
ImmutableCharIntHashMap.keysView()
ImmutableCharIntSingletonMap.keysView()
ImmutableCharLongEmptyMap.keysView()
ImmutableCharLongHashMap.keysView()
ImmutableCharLongSingletonMap.keysView()
ImmutableCharObjectEmptyMap.keysView()
ImmutableCharObjectHashMap.keysView()
ImmutableCharObjectSingletonMap.keysView()
ImmutableCharShortEmptyMap.keysView()
ImmutableCharShortHashMap.keysView()
ImmutableCharShortSingletonMap.keysView()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyCharIterableModifier and TypeClassDescriptionprivate class
private class
private class
private class
private class
private class
private class
private class
private class
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyCharIterableModifier and TypeMethodDescriptionAbstractMutableCharKeySet.asLazy()
AbstractMutableCharValuesMap.AbstractCharValuesCollection.asLazy()
ObjectCharHashMap.asLazy()
ObjectCharHashMap.ValuesCollection.asLazy()
ObjectCharHashMapWithHashingStrategy.asLazy()
ObjectCharHashMapWithHashingStrategy.ValuesCollection.asLazy()
SynchronizedByteCharMap.asLazy()
SynchronizedCharCharMap.asLazy()
SynchronizedDoubleCharMap.asLazy()
SynchronizedFloatCharMap.asLazy()
SynchronizedIntCharMap.asLazy()
SynchronizedLongCharMap.asLazy()
SynchronizedObjectCharMap.asLazy()
SynchronizedShortCharMap.asLazy()
UnmodifiableByteCharMap.asLazy()
UnmodifiableCharCharMap.asLazy()
UnmodifiableDoubleCharMap.asLazy()
UnmodifiableFloatCharMap.asLazy()
UnmodifiableIntCharMap.asLazy()
UnmodifiableLongCharMap.asLazy()
UnmodifiableObjectCharMap.asLazy()
UnmodifiableShortCharMap.asLazy()
CharBooleanHashMap.keysView()
CharByteHashMap.keysView()
CharCharHashMap.keysView()
CharDoubleHashMap.keysView()
CharFloatHashMap.keysView()
CharIntHashMap.keysView()
CharLongHashMap.keysView()
CharObjectHashMap.keysView()
CharShortHashMap.keysView()
SynchronizedCharBooleanMap.keysView()
SynchronizedCharByteMap.keysView()
SynchronizedCharCharMap.keysView()
SynchronizedCharDoubleMap.keysView()
SynchronizedCharFloatMap.keysView()
SynchronizedCharIntMap.keysView()
SynchronizedCharLongMap.keysView()
SynchronizedCharObjectMap.keysView()
SynchronizedCharShortMap.keysView()
UnmodifiableCharBooleanMap.keysView()
UnmodifiableCharByteMap.keysView()
UnmodifiableCharCharMap.keysView()
UnmodifiableCharDoubleMap.keysView()
UnmodifiableCharFloatMap.keysView()
UnmodifiableCharIntMap.keysView()
UnmodifiableCharLongMap.keysView()
UnmodifiableCharObjectMap.keysView()
UnmodifiableCharShortMap.keysView()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return LazyCharIterable -
Uses of LazyCharIterable in org.eclipse.collections.impl.utility.primitive
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyCharIterableModifier and TypeFieldDescriptionprivate static final LazyCharIterable
LazyCharIterate.EMPTY_ITERABLE
Methods in org.eclipse.collections.impl.utility.primitive that return LazyCharIterableModifier and TypeMethodDescriptionstatic 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.static LazyCharIterable
LazyCharIterate.tap
(CharIterable iterable, CharProcedure procedure) Creates a deferred tap iterable for the specified iterable.