T
public class TreeNodeEqualsMatcher<T extends TreeNodeModel<T>> extends java.lang.Object implements TreeNodeMatcher<T>
TreeNodeIdMatcher
TreeNodeEqualsMatcher(T treeNodeModel)
boolean
match(T treeNodeModel)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TreeNodeEqualsMatcher(T treeNodeModel)
treeNodeModel
public boolean match(T treeNodeModel)
匹配
match
Matcher<T extends TreeNodeModel<T>>