All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.agentlab.ds.tree.Visitor Maven / Gradle / Ivy

The newest version!
package de.agentlab.ds.tree;

public interface Visitor {

    boolean visit(T data);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy