Class NodeFilter<T>


  • public class NodeFilter<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      NodeFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(Node n)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeFilter

        public NodeFilter()
    • Method Detail

      • matches

        public boolean matches​(Node n)