Uses of Interface
org.eclipse.collections.api.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.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.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.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.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.mutable.primitive
Methods in org.eclipse.collections.impl.map.mutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterable
AbstractMutableCharKeySet. asLazy()
LazyCharIterable
ObjectCharHashMap. asLazy()
LazyCharIterable
ObjectCharHashMapWithHashingStrategy. 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.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.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
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.