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 theLazyIterableinterface.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 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.immutable.primitive
Methods in org.eclipse.collections.impl.bag.immutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterableImmutableCharEmptyBag. asLazy()LazyCharIterableImmutableCharHashBag. asLazy()LazyCharIterableImmutableCharSingletonBag. 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 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.immutable.primitive
Methods in org.eclipse.collections.impl.list.immutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterableImmutableCharArrayList. asLazy()LazyCharIterableImmutableCharEmptyList. asLazy()LazyCharIterableImmutableCharSingletonList. asLazy()LazyCharIterableImmutableCharArrayList. asReversed()LazyCharIterableImmutableCharEmptyList. asReversed()LazyCharIterableImmutableCharSingletonList. 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 LazyCharIterableSynchronizedCharList. asLazy()LazyCharIterableCharArrayList. asReversed()LazyCharIterableSynchronizedCharList. asReversed()LazyCharIterableUnmodifiableCharList. 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 LazyCharIterableImmutableByteCharEmptyMap. asLazy()LazyCharIterableImmutableByteCharHashMap. asLazy()LazyCharIterableImmutableByteCharSingletonMap. asLazy()LazyCharIterableImmutableCharCharEmptyMap. asLazy()LazyCharIterableImmutableCharCharHashMap. asLazy()LazyCharIterableImmutableCharCharSingletonMap. asLazy()LazyCharIterableImmutableDoubleCharEmptyMap. asLazy()LazyCharIterableImmutableDoubleCharHashMap. asLazy()LazyCharIterableImmutableDoubleCharSingletonMap. asLazy()LazyCharIterableImmutableFloatCharEmptyMap. asLazy()LazyCharIterableImmutableFloatCharHashMap. asLazy()LazyCharIterableImmutableFloatCharSingletonMap. asLazy()LazyCharIterableImmutableIntCharEmptyMap. asLazy()LazyCharIterableImmutableIntCharHashMap. asLazy()LazyCharIterableImmutableIntCharSingletonMap. asLazy()LazyCharIterableImmutableLongCharEmptyMap. asLazy()LazyCharIterableImmutableLongCharHashMap. asLazy()LazyCharIterableImmutableLongCharSingletonMap. asLazy()LazyCharIterableImmutableObjectCharEmptyMap. asLazy()LazyCharIterableImmutableObjectCharHashMap. asLazy()LazyCharIterableImmutableObjectCharSingletonMap. asLazy()LazyCharIterableImmutableShortCharEmptyMap. asLazy()LazyCharIterableImmutableShortCharHashMap. asLazy()LazyCharIterableImmutableShortCharSingletonMap. asLazy()LazyCharIterableImmutableCharBooleanEmptyMap. keysView()LazyCharIterableImmutableCharBooleanHashMap. keysView()LazyCharIterableImmutableCharBooleanSingletonMap. keysView()LazyCharIterableImmutableCharByteEmptyMap. keysView()LazyCharIterableImmutableCharByteHashMap. keysView()LazyCharIterableImmutableCharByteSingletonMap. keysView()LazyCharIterableImmutableCharCharEmptyMap. keysView()LazyCharIterableImmutableCharCharHashMap. keysView()LazyCharIterableImmutableCharCharSingletonMap. keysView()LazyCharIterableImmutableCharDoubleEmptyMap. keysView()LazyCharIterableImmutableCharDoubleHashMap. keysView()LazyCharIterableImmutableCharDoubleSingletonMap. keysView()LazyCharIterableImmutableCharFloatEmptyMap. keysView()LazyCharIterableImmutableCharFloatHashMap. keysView()LazyCharIterableImmutableCharFloatSingletonMap. keysView()LazyCharIterableImmutableCharIntEmptyMap. keysView()LazyCharIterableImmutableCharIntHashMap. keysView()LazyCharIterableImmutableCharIntSingletonMap. keysView()LazyCharIterableImmutableCharLongEmptyMap. keysView()LazyCharIterableImmutableCharLongHashMap. keysView()LazyCharIterableImmutableCharLongSingletonMap. keysView()LazyCharIterableImmutableCharObjectEmptyMap. keysView()LazyCharIterableImmutableCharObjectHashMap. keysView()LazyCharIterableImmutableCharObjectSingletonMap. keysView()LazyCharIterableImmutableCharShortEmptyMap. keysView()LazyCharIterableImmutableCharShortHashMap. keysView()LazyCharIterableImmutableCharShortSingletonMap. 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 classCharBooleanHashMap.KeysViewprivate classCharByteHashMap.KeysViewprivate classCharCharHashMap.KeysViewprivate classCharDoubleHashMap.KeysViewprivate classCharFloatHashMap.KeysViewprivate classCharIntHashMap.KeysViewprivate classCharLongHashMap.KeysViewprivate classCharObjectHashMap.KeysViewprivate classCharShortHashMap.KeysViewMethods in org.eclipse.collections.impl.map.mutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterableAbstractMutableCharKeySet. asLazy()LazyCharIterableAbstractMutableCharValuesMap.AbstractCharValuesCollection. asLazy()LazyCharIterableObjectCharHashMap. asLazy()LazyCharIterableObjectCharHashMap.ValuesCollection. asLazy()LazyCharIterableObjectCharHashMapWithHashingStrategy. asLazy()LazyCharIterableObjectCharHashMapWithHashingStrategy.ValuesCollection. 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.immutable.primitive
Methods in org.eclipse.collections.impl.set.immutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterableImmutableCharEmptySet. asLazy()LazyCharIterableImmutableCharSingletonSet. 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.immutable.primitive
Methods in org.eclipse.collections.impl.stack.immutable.primitive that return LazyCharIterable Modifier and Type Method Description LazyCharIterableImmutableCharEmptyStack. asLazy()LazyCharIterableImmutableCharSingletonStack. 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
Fields in org.eclipse.collections.impl.utility.primitive declared as LazyCharIterable Modifier and Type Field Description private static LazyCharIterableLazyCharIterate. EMPTY_ITERABLEMethods 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.
-