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 -
-
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()
-