edu.virtualschool.jwaa.Visitor Interface Reference
Inheritance diagram for edu.virtualschool.jwaa.Visitor:
List of all members.
Detailed Description
Visitor defines an interface for applying functors to collection members, and an inner abstract class (Visitor.Impl) that collections override to specify what this all means for that collection. Copyright 2002 by Brad Cox: <
bcox@virtualschool.edu>
Definition at line 10 of file Visitor.java.
|
Public Member Functions |
|
abstract boolean | isDone () |
|
abstract void | visit (Object obj) |
The documentation for this interface was generated from the following file: