Package com.macrofocus.hierarchy
Interface Condition<T>
-
public interface Condition<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
accept(T node)
-
-
-
Method Detail
-
accept
boolean accept(T node)
-
-