Interface | Description |
---|---|
IndexedVisitable |
Visitable extension to add the option to start the visit begging from
a provided index. |
Visitable |
Interface for containers which are able to provide each of its values to a
given
Visitor . |
Visitor |
Interface for objects which are able to visit a
Visitable object. |
Exception | Description |
---|---|
NotSupportedOperationException |
Exception thrown when a
Visitor is provided with an object not
supported. |
VisitCanceledException |
Exception thrown when a visit of a
Visitor is cancelled. |