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.
-
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