JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
mr.robotto.engine.collections
Interface MrMapFunction<K,V>
Type Parameters:
K
- Class of the key of element v
V
- Class of the element to be evaluated
public interface
MrMapFunction<K,V>
Interface used for get the map key of the element V
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
K
getKeyOf
(
V
v)
Gets the key of the given object v
Method Detail
getKeyOf
K
getKeyOf(
V
v)
Gets the key of the given object v
Parameters:
v
-
Returns:
the key of v
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method