| 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 |
| Modifier and Type | Method and Description |
|---|---|
LazyCharIterable |
CharIterable.asLazy()
Returns a LazyCharIterable adapter wrapping the source CharIterable.
|
LazyCharIterable |
LazyBooleanIterable.collectChar(BooleanToCharFunction function) |
LazyCharIterable |
LazyByteIterable.collectChar(ByteToCharFunction 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 |
LazyCharIterable.collectChar(CharToCharFunction function) |
LazyCharIterable |
LazyDoubleIterable.collectChar(DoubleToCharFunction function) |
LazyCharIterable |
LazyFloatIterable.collectChar(FloatToCharFunction function) |
LazyCharIterable |
LazyIntIterable.collectChar(IntToCharFunction function) |
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) |
| Modifier and Type | Method and Description |
|---|---|
LazyCharIterable |
CharBooleanMap.keysView()
Returns a view of the keys in this map.
|
LazyCharIterable |
CharCharMap.keysView()
Returns a view of the keys in this map.
|
LazyCharIterable |
CharByteMap.keysView()
Returns a view of the keys in this map.
|
LazyCharIterable |
CharShortMap.keysView()
Returns a view of the keys in this map.
|
LazyCharIterable |
CharLongMap.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 |
CharObjectMap.keysView()
Returns a view of the keys in this map.
|
| Modifier and Type | Method and Description |
|---|---|
LazyCharIterable |
ReversibleCharIterable.asReversed() |
Copyright © 2004–2020. All rights reserved.