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
org.biojava.utils
Interface ListTools.Mapper
Enclosing class:
ListTools
public static interface
ListTools.Mapper
Maps one object to another.
Since:
1.4
Author:
Matthew Pocock
Method Summary
Methods
Modifier and Type
Method and Description
Object
map
(
Object
val)
Map the object.
Method Detail
map
Object
map(
Object
val)
Map the object.
Parameters:
val
- the object to map
Returns:
the new 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