|
|||||||||
| Home >> All >> Util >> [ Collections overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
Util.Collections
Interface Relation.EntryVisitor

- Enclosing interface:
- Relation
- public static interface Relation.EntryVisitor
RelationEntryVisitor is a wrapper for a function that is
called on a relation entry of the form <key,value>.
There is no other way to pass a function in Java (no pointers to methods ...)
- Version:
- $Id: Relation.java,v 1.2 2003/05/12 10:05:21 joewhaley Exp $
| Method Summary | |
void |
visit(java.lang.Object key,
java.lang.Object value)
Visits a <key,value> entry of a relation. |
| Method Detail |
visit
public void visit(java.lang.Object key, java.lang.Object value)
- Visits a
<key,value>entry of a relation.
|
|||||||||
| Home >> All >> Util >> [ Collections overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC