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
jfun.parsec
Interface Map<From,To>
All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Unary
<T>
public interface
Map<From,To>
extends java.io.Serializable
maps one object to another. Replaceable with Map
.
a -> r
Author:
Ben Yu 2004-11-12
Method Summary
Methods
Modifier and Type
Method and Description
To
map
(
From
v)
Method Detail
map
To
map(
From
v)
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