Uses of Interface
org.eclipse.collections.api.LazyCharIterable
-
Packages that use LazyCharIterable 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.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 This package contains implementations of theLazyIterable
interface.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.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.stack.primitive org.eclipse.collections.impl.string.immutable org.eclipse.collections.impl.utility.primitive -
-
Uses of LazyCharIterable in org.eclipse.collections.api
Methods in org.eclipse.collections.api that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
CharIterable. asLazy()
Returns a LazyCharIterable adapter wrapping the source CharIterable.LazyCharIterable
LazyBooleanIterable. collectChar(BooleanToCharFunction function)
LazyCharIterable
LazyByteIterable. collectChar(ByteToCharFunction function)
LazyCharIterable
LazyCharIterable. collectChar(CharToCharFunction function)
LazyCharIterable
LazyDoubleIterable. collectChar(DoubleToCharFunction function)
LazyCharIterable
LazyFloatIterable. collectChar(FloatToCharFunction function)
LazyCharIterable
LazyIntIterable. collectChar(IntToCharFunction 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
LazyLongIterable. collectChar(LongToCharFunction function)
LazyCharIterable
LazyShortIterable. collectChar(ShortToCharFunction function)
LazyCharIterable
LazyCharIterable. reject(CharPredicate predicate)
LazyCharIterable
LazyCharIterable. select(CharPredicate predicate)
LazyCharIterable
LazyCharIterable. tap(CharProcedure procedure)
-
Uses of LazyCharIterable in org.eclipse.collections.api.map.primitive
Methods in org.eclipse.collections.api.map.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
CharBooleanMap. keysView()
Returns a view of the keys in this map.LazyCharIterable
CharByteMap. keysView()
Returns a view of the keys in this map.LazyCharIterable
CharCharMap. keysView()
Returns a view of the keys in this map.LazyCharIterable
CharDoubleMap. keysView()
Returns a view of the keys in this map.LazyCharIterable
CharFloatMap. keysView()
Returns a view of the keys in this map.LazyCharIterable
CharIntMap. keysView()
Returns a view of the keys in this map.LazyCharIterable
CharLongMap. keysView()
Returns a view of the keys in this map.LazyCharIterable
CharObjectMap. keysView()
Returns a view of the keys in this map.LazyCharIterable
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 Modifier and Type Method Description LazyCharIterable
ReversibleCharIterable. asReversed()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.bag.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
ImmutableCharEmptyBag. asLazy()
LazyCharIterable
ImmutableCharHashBag. asLazy()
LazyCharIterable
ImmutableCharSingletonBag. asLazy()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.bag.mutable.primitive
Methods in org.eclipse.collections.impl.bag.mutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
SynchronizedCharBag. asLazy()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
AbstractSynchronizedCharCollection. asLazy()
LazyCharIterable
AbstractUnmodifiableCharCollection. asLazy()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.lazy
Methods in org.eclipse.collections.impl.lazy that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
AbstractLazyIterable. 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 LazyCharIterable Modifier and Type Class 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.class
TapCharIterable
This file was automatically generated from template file tapPrimitiveIterable.stg. -
Uses of LazyCharIterable in org.eclipse.collections.impl.list.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
ImmutableCharArrayList. asLazy()
LazyCharIterable
ImmutableCharEmptyList. asLazy()
LazyCharIterable
ImmutableCharSingletonList. asLazy()
LazyCharIterable
ImmutableCharArrayList. asReversed()
LazyCharIterable
ImmutableCharEmptyList. asReversed()
LazyCharIterable
ImmutableCharSingletonList. asReversed()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.list.mutable.primitive
Methods in org.eclipse.collections.impl.list.mutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
SynchronizedCharList. asLazy()
LazyCharIterable
CharArrayList. asReversed()
LazyCharIterable
SynchronizedCharList. asReversed()
LazyCharIterable
UnmodifiableCharList. asReversed()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.map.immutable.primitive
Methods in org.eclipse.collections.impl.map.immutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
ImmutableByteCharEmptyMap. asLazy()
LazyCharIterable
ImmutableByteCharHashMap. asLazy()
LazyCharIterable
ImmutableByteCharSingletonMap. asLazy()
LazyCharIterable
ImmutableCharCharEmptyMap. asLazy()
LazyCharIterable
ImmutableCharCharHashMap. asLazy()
LazyCharIterable
ImmutableCharCharSingletonMap. asLazy()
LazyCharIterable
ImmutableDoubleCharEmptyMap. asLazy()
LazyCharIterable
ImmutableDoubleCharHashMap. asLazy()
LazyCharIterable
ImmutableDoubleCharSingletonMap. asLazy()
LazyCharIterable
ImmutableFloatCharEmptyMap. asLazy()
LazyCharIterable
ImmutableFloatCharHashMap. asLazy()
LazyCharIterable
ImmutableFloatCharSingletonMap. asLazy()
LazyCharIterable
ImmutableIntCharEmptyMap. asLazy()
LazyCharIterable
ImmutableIntCharHashMap. asLazy()
LazyCharIterable
ImmutableIntCharSingletonMap. asLazy()
LazyCharIterable
ImmutableLongCharEmptyMap. asLazy()
LazyCharIterable
ImmutableLongCharHashMap. asLazy()
LazyCharIterable
ImmutableLongCharSingletonMap. asLazy()
LazyCharIterable
ImmutableObjectCharEmptyMap. asLazy()
LazyCharIterable
ImmutableObjectCharHashMap. asLazy()
LazyCharIterable
ImmutableObjectCharSingletonMap. asLazy()
LazyCharIterable
ImmutableShortCharEmptyMap. asLazy()
LazyCharIterable
ImmutableShortCharHashMap. asLazy()
LazyCharIterable
ImmutableShortCharSingletonMap. asLazy()
LazyCharIterable
ImmutableCharBooleanEmptyMap. keysView()
LazyCharIterable
ImmutableCharBooleanHashMap. keysView()
LazyCharIterable
ImmutableCharBooleanSingletonMap. keysView()
LazyCharIterable
ImmutableCharByteEmptyMap. keysView()
LazyCharIterable
ImmutableCharByteHashMap. keysView()
LazyCharIterable
ImmutableCharByteSingletonMap. keysView()
LazyCharIterable
ImmutableCharCharEmptyMap. keysView()
LazyCharIterable
ImmutableCharCharHashMap. keysView()
LazyCharIterable
ImmutableCharCharSingletonMap. keysView()
LazyCharIterable
ImmutableCharDoubleEmptyMap. keysView()
LazyCharIterable
ImmutableCharDoubleHashMap. keysView()
LazyCharIterable
ImmutableCharDoubleSingletonMap. keysView()
LazyCharIterable
ImmutableCharFloatEmptyMap. keysView()
LazyCharIterable
ImmutableCharFloatHashMap. keysView()
LazyCharIterable
ImmutableCharFloatSingletonMap. keysView()
LazyCharIterable
ImmutableCharIntEmptyMap. keysView()
LazyCharIterable
ImmutableCharIntHashMap. keysView()
LazyCharIterable
ImmutableCharIntSingletonMap. keysView()
LazyCharIterable
ImmutableCharLongEmptyMap. keysView()
LazyCharIterable
ImmutableCharLongHashMap. keysView()
LazyCharIterable
ImmutableCharLongSingletonMap. keysView()
LazyCharIterable
ImmutableCharObjectEmptyMap. keysView()
LazyCharIterable
ImmutableCharObjectHashMap. keysView()
LazyCharIterable
ImmutableCharObjectSingletonMap. keysView()
LazyCharIterable
ImmutableCharShortEmptyMap. keysView()
LazyCharIterable
ImmutableCharShortHashMap. keysView()
LazyCharIterable
ImmutableCharShortSingletonMap. keysView()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.map.mutable.primitive
Classes in org.eclipse.collections.impl.map.mutable.primitive that implement LazyCharIterable Modifier and Type Class Description private class
CharBooleanHashMap.KeysView
private class
CharByteHashMap.KeysView
private class
CharCharHashMap.KeysView
private class
CharDoubleHashMap.KeysView
private class
CharFloatHashMap.KeysView
private class
CharIntHashMap.KeysView
private class
CharLongHashMap.KeysView
private class
CharObjectHashMap.KeysView
private class
CharShortHashMap.KeysView
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
AbstractMutableCharKeySet. asLazy()
LazyCharIterable
AbstractMutableCharValuesMap.AbstractCharValuesCollection. asLazy()
LazyCharIterable
ObjectCharHashMap. asLazy()
LazyCharIterable
ObjectCharHashMap.ValuesCollection. asLazy()
LazyCharIterable
ObjectCharHashMapWithHashingStrategy. asLazy()
LazyCharIterable
ObjectCharHashMapWithHashingStrategy.ValuesCollection. asLazy()
LazyCharIterable
SynchronizedByteCharMap. asLazy()
LazyCharIterable
SynchronizedCharCharMap. asLazy()
LazyCharIterable
SynchronizedDoubleCharMap. asLazy()
LazyCharIterable
SynchronizedFloatCharMap. asLazy()
LazyCharIterable
SynchronizedIntCharMap. asLazy()
LazyCharIterable
SynchronizedLongCharMap. asLazy()
LazyCharIterable
SynchronizedObjectCharMap. asLazy()
LazyCharIterable
SynchronizedShortCharMap. asLazy()
LazyCharIterable
UnmodifiableByteCharMap. asLazy()
LazyCharIterable
UnmodifiableCharCharMap. asLazy()
LazyCharIterable
UnmodifiableDoubleCharMap. asLazy()
LazyCharIterable
UnmodifiableFloatCharMap. asLazy()
LazyCharIterable
UnmodifiableIntCharMap. asLazy()
LazyCharIterable
UnmodifiableLongCharMap. asLazy()
LazyCharIterable
UnmodifiableObjectCharMap. asLazy()
LazyCharIterable
UnmodifiableShortCharMap. asLazy()
LazyCharIterable
CharBooleanHashMap. keysView()
LazyCharIterable
CharByteHashMap. keysView()
LazyCharIterable
CharCharHashMap. keysView()
LazyCharIterable
CharDoubleHashMap. keysView()
LazyCharIterable
CharFloatHashMap. keysView()
LazyCharIterable
CharIntHashMap. keysView()
LazyCharIterable
CharLongHashMap. keysView()
LazyCharIterable
CharObjectHashMap. keysView()
LazyCharIterable
CharShortHashMap. keysView()
LazyCharIterable
SynchronizedCharBooleanMap. keysView()
LazyCharIterable
SynchronizedCharByteMap. keysView()
LazyCharIterable
SynchronizedCharCharMap. keysView()
LazyCharIterable
SynchronizedCharDoubleMap. keysView()
LazyCharIterable
SynchronizedCharFloatMap. keysView()
LazyCharIterable
SynchronizedCharIntMap. keysView()
LazyCharIterable
SynchronizedCharLongMap. keysView()
LazyCharIterable
SynchronizedCharObjectMap. keysView()
LazyCharIterable
SynchronizedCharShortMap. keysView()
LazyCharIterable
UnmodifiableCharBooleanMap. keysView()
LazyCharIterable
UnmodifiableCharByteMap. keysView()
LazyCharIterable
UnmodifiableCharCharMap. keysView()
LazyCharIterable
UnmodifiableCharDoubleMap. keysView()
LazyCharIterable
UnmodifiableCharFloatMap. keysView()
LazyCharIterable
UnmodifiableCharIntMap. keysView()
LazyCharIterable
UnmodifiableCharLongMap. keysView()
LazyCharIterable
UnmodifiableCharObjectMap. keysView()
LazyCharIterable
UnmodifiableCharShortMap. keysView()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
AbstractCharIterable. asLazy()
LazyCharIterable
SynchronizedCharIterable. asLazy()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.set.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
ImmutableCharEmptySet. asLazy()
LazyCharIterable
ImmutableCharSingletonSet. asLazy()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.set.mutable.primitive
Methods in org.eclipse.collections.impl.set.mutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
SynchronizedCharSet. asLazy()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.stack.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
ImmutableCharEmptyStack. asLazy()
LazyCharIterable
ImmutableCharSingletonStack. asLazy()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.stack.mutable.primitive
Methods in org.eclipse.collections.impl.stack.mutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
SynchronizedCharStack. asLazy()
LazyCharIterable
UnmodifiableCharStack. asLazy()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.stack.primitive
Methods in org.eclipse.collections.impl.stack.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
AbstractCharStack. asLazy()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.string.immutable
Methods in org.eclipse.collections.impl.string.immutable that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
CharAdapter. asReversed()
-
Uses of LazyCharIterable in org.eclipse.collections.impl.utility.primitive
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyCharIterable Modifier and Type Field Description private static LazyCharIterable
LazyCharIterate. EMPTY_ITERABLE
Methods in org.eclipse.collections.impl.utility.primitive that return LazyCharIterable Modifier and Type Method 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.static LazyCharIterable
LazyCharIterate. tap(CharIterable iterable, CharProcedure procedure)
Creates a deferred tap iterable for the specified iterable.
-