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 LazyCharIterableCharIterable. asLazy()Returns a LazyCharIterable adapter wrapping the source CharIterable.LazyCharIterableLazyBooleanIterable. collectChar(BooleanToCharFunction function)LazyCharIterableLazyByteIterable. collectChar(ByteToCharFunction function)LazyCharIterableLazyCharIterable. collectChar(CharToCharFunction function)LazyCharIterableLazyDoubleIterable. collectChar(DoubleToCharFunction function)LazyCharIterableLazyFloatIterable. collectChar(FloatToCharFunction function)LazyCharIterableLazyIntIterable. collectChar(IntToCharFunction function)LazyCharIterableLazyIterable. collectChar(CharFunction<? super T> charFunction)Returns a lazy CharIterable which will transform the underlying iterable data to char values based on the charFunction.LazyCharIterableLazyLongIterable. collectChar(LongToCharFunction function)LazyCharIterableLazyShortIterable. collectChar(ShortToCharFunction function)LazyCharIterableLazyCharIterable. reject(CharPredicate predicate)LazyCharIterableLazyCharIterable. select(CharPredicate predicate)LazyCharIterableLazyCharIterable. 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 LazyCharIterableCharBooleanMap. keysView()Returns a view of the keys in this map.LazyCharIterableCharByteMap. keysView()Returns a view of the keys in this map.LazyCharIterableCharCharMap. keysView()Returns a view of the keys in this map.LazyCharIterableCharDoubleMap. keysView()Returns a view of the keys in this map.LazyCharIterableCharFloatMap. keysView()Returns a view of the keys in this map.LazyCharIterableCharIntMap. keysView()Returns a view of the keys in this map.LazyCharIterableCharLongMap. keysView()Returns a view of the keys in this map.LazyCharIterableCharObjectMap. keysView()Returns a view of the keys in this map.LazyCharIterableCharShortMap. 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 LazyCharIterableReversibleCharIterable. 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 LazyCharIterableSynchronizedCharBag. 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 LazyCharIterableAbstractSynchronizedCharCollection. asLazy()LazyCharIterableAbstractUnmodifiableCharCollection. 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 LazyCharIterableAbstractLazyIterable. 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 classAbstractLazyCharIterableThis file was automatically generated from template file abstractLazyPrimitiveIterable.stg.classCollectBooleanToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectByteToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectCharIterable<T>This file was automatically generated from template file collectPrimitiveIterable.stg.classCollectCharToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectDoubleToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectFloatToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectIntToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectLongToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classCollectShortToCharIterableThis file was automatically generated from template file collectPrimitiveToPrimitiveIterable.stg.classLazyCharIterableAdapterThis file was automatically generated from template file lazyPrimitiveIterableAdapter.stg.classReverseCharIterableThis file was automatically generated from template file reversePrimitiveIterable.stg.classSelectCharIterableThis file was automatically generated from template file selectPrimitiveIterable.stg.classTapCharIterableThis 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 LazyCharIterableSynchronizedCharList. asLazy()LazyCharIterableCharArrayList. asReversed()LazyCharIterableSynchronizedCharList. asReversed()LazyCharIterableUnmodifiableCharList. 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 LazyCharIterableAbstractMutableCharKeySet. asLazy()LazyCharIterableObjectCharHashMap. asLazy()LazyCharIterableObjectCharHashMapWithHashingStrategy. asLazy()LazyCharIterableSynchronizedByteCharMap. asLazy()LazyCharIterableSynchronizedCharCharMap. asLazy()LazyCharIterableSynchronizedDoubleCharMap. asLazy()LazyCharIterableSynchronizedFloatCharMap. asLazy()LazyCharIterableSynchronizedIntCharMap. asLazy()LazyCharIterableSynchronizedLongCharMap. asLazy()LazyCharIterableSynchronizedObjectCharMap. asLazy()LazyCharIterableSynchronizedShortCharMap. asLazy()LazyCharIterableUnmodifiableByteCharMap. asLazy()LazyCharIterableUnmodifiableCharCharMap. asLazy()LazyCharIterableUnmodifiableDoubleCharMap. asLazy()LazyCharIterableUnmodifiableFloatCharMap. asLazy()LazyCharIterableUnmodifiableIntCharMap. asLazy()LazyCharIterableUnmodifiableLongCharMap. asLazy()LazyCharIterableUnmodifiableObjectCharMap. asLazy()LazyCharIterableUnmodifiableShortCharMap. asLazy()LazyCharIterableCharBooleanHashMap. keysView()LazyCharIterableCharByteHashMap. keysView()LazyCharIterableCharCharHashMap. keysView()LazyCharIterableCharDoubleHashMap. keysView()LazyCharIterableCharFloatHashMap. keysView()LazyCharIterableCharIntHashMap. keysView()LazyCharIterableCharLongHashMap. keysView()LazyCharIterableCharObjectHashMap. keysView()LazyCharIterableCharShortHashMap. keysView()LazyCharIterableSynchronizedCharBooleanMap. keysView()LazyCharIterableSynchronizedCharByteMap. keysView()LazyCharIterableSynchronizedCharCharMap. keysView()LazyCharIterableSynchronizedCharDoubleMap. keysView()LazyCharIterableSynchronizedCharFloatMap. keysView()LazyCharIterableSynchronizedCharIntMap. keysView()LazyCharIterableSynchronizedCharLongMap. keysView()LazyCharIterableSynchronizedCharObjectMap. keysView()LazyCharIterableSynchronizedCharShortMap. keysView()LazyCharIterableUnmodifiableCharBooleanMap. keysView()LazyCharIterableUnmodifiableCharByteMap. keysView()LazyCharIterableUnmodifiableCharCharMap. keysView()LazyCharIterableUnmodifiableCharDoubleMap. keysView()LazyCharIterableUnmodifiableCharFloatMap. keysView()LazyCharIterableUnmodifiableCharIntMap. keysView()LazyCharIterableUnmodifiableCharLongMap. keysView()LazyCharIterableUnmodifiableCharObjectMap. keysView()LazyCharIterableUnmodifiableCharShortMap. 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 LazyCharIterableAbstractCharIterable. asLazy()LazyCharIterableSynchronizedCharIterable. 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 LazyCharIterableSynchronizedCharSet. 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 LazyCharIterableSynchronizedCharStack. asLazy()LazyCharIterableUnmodifiableCharStack. 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 LazyCharIterableAbstractCharStack. 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 LazyCharIterableCharAdapter. 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 LazyCharIterableLazyCharIterate. adapt(CharIterable iterable)Creates a deferred char iterable for the specified char iterable.static LazyCharIterableLazyCharIterate. empty()static LazyCharIterableLazyCharIterate. select(CharIterable iterable, CharPredicate predicate)Creates a deferred filtering char iterable for the specified char iterable.static LazyCharIterableLazyCharIterate. tap(CharIterable iterable, CharProcedure procedure)Creates a deferred tap iterable for the specified iterable.