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 Block<E>
Type Parameters:
E
- the type of the elements
public interface
Block<E>
An interface for lambda expression to yield an element.
Method Summary
Methods
Modifier and Type
Method and Description
void
yield
(
E
item)
Method Detail
yield
void yield(
E
item)
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