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 EntryBlock<K,V>
Type Parameters:
K
- the type of key elements
V
- the type of value elements
public interface
EntryBlock<K,V>
An interface for lambda expression to yield the key and value of a Map Entry.
Method Summary
Methods
Modifier and Type
Method and Description
void
yield
(
K
key,
V
value)
Method Detail
yield
void 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