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

com.livae.util.tree.TrieVisitor Maven / Gradle / Ivy

package com.livae.util.tree;

public interface TrieVisitor {

	public void visit(k element, int count, int depth, int children, int childrenCount);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy