JavaScript is disabled on your browser.
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Interface Map.BiFunction<A,B,T>
Enclosing interface:
Map
<
K
,
V
>
public static interface
Map.BiFunction<A,B,T>
Interface describing a function of two arguments
Method Summary
Methods
Modifier and Type
Method and Description
T
apply
(
A
a,
B
b)
Method Detail
apply
T
apply(
A
a,
B
b)
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method