Class NodeInfo<T>
- java.lang.Object
-
- dev.brachtendorf.jimagehash.datastructures.tree.NodeInfo<T>
-
- All Implemented Interfaces:
Comparable<NodeInfo<T>>
public class NodeInfo<T> extends Object implements Comparable<NodeInfo<T>>
Helper class to iteratively search the tree {- Author:
- Kilian