JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.sf.rubycollect4j.block
Interface EntryTransformBlock<K,V,S>
Type Parameters:
K
- the type of key elements
V
- the type of value elements
S
- the type of transformed elements
public interface
EntryTransformBlock<K,V,S>
An interface for lambda expression to yield the key and value of a Map Entry and transform them.
Method Summary
Methods
Modifier and Type
Method and Description
S
yield
(
K
key,
V
value)
Method Detail
yield
S
yield(
K
key,
V
value)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method