org.jquantlib.util
Interface Visitor<T>
-
- Type Parameters:
T- defines de data structure to be visited
public interface Visitor<T>This interface defines theVisitorside of the Visitor design pattern
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voidvisit(T element)This method is responsible for processing a data structure.
-
-
-
Method Detail
-
visit
void visit(T element)
This method is responsible for processing a data structure.- Parameters:
element- is one element of the data structure- See Also:
Visitable,PolymorphicVisitor,PolymorphicVisitable
-
-
DataMelt 3.0 © DataMelt by jWork.ORG