Package com.zfabrik.util
Interface Visitor<T>
public interface Visitor<T>
a simple handler - style interface that can be used as a callback
during iteration over some set of objects
-
Method Summary
-
Method Details
-
visit
if returningtruecontinue visiting, otherwise stop.- Parameters:
t-- Returns:
-