Package | Description |
---|---|
net.sf.rubycollect4j | |
net.sf.rubycollect4j.iter |
Class and Description |
---|
Block
An interface for lambda expression to yield an element.
|
BooleanBlock
An interface for lambda expression to yield an element and return a boolean
value.
|
EntryBlock
An interface for lambda expression to yield the key and value of a Map Entry.
|
EntryBooleanBlock
An interface for lambda expression to yield the key and value of a Map Entry
and return a boolean value.
|
EntryMergeBlock
An interface for lambda expression to yield the key and values of 2 Map
entries and return one of the values.
|
EntryTransformBlock
An interface for lambda expression to yield the key and value of a Map Entry
and transform them.
|
ReduceBlock
An interface for lambda expression to yield 2 elements and reduce them.
|
TransformBlock
An interface for lambda expression to yield an element and transform it.
|
WithIndexBlock
An interface for lambda expression to yield an element with its index.
|
WithInitBlock
An interface for lambda expression to yield an element with an initial value
and return a value based on the initial one.
|
WithObjectBlock
An interface for lambda expression to yield an element with an object.
|
Class and Description |
---|
BooleanBlock
An interface for lambda expression to yield an element and return a boolean
value.
|
TransformBlock
An interface for lambda expression to yield an element and transform it.
|