|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.myjavatools.xml.BasicXmlData.Function<X,Y>
public abstract class BasicXmlData.Function<X,Y>
| Constructor Summary | |
|---|---|
BasicXmlData.Function()
|
|
| Method Summary | |
|---|---|
abstract Y |
apply(X x)
the only method you should implement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicXmlData.Function()
| Method Detail |
|---|
public abstract Y apply(X x)
x - X the function parameter
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||