Class EmptyFilter

  • All Implemented Interfaces:
    Filter

    public final class EmptyFilter
    extends java.lang.Object
    implements Filter
    Author:
    Jacek Ambroziak, Santiago Pericas-Geertsen
    • Constructor Summary

      Constructors 
      Constructor Description
      EmptyFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean test​(int node)  
      • Methods inherited from class java.lang.Object

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

      • EmptyFilter

        public EmptyFilter()
    • Method Detail

      • test

        public boolean test​(int node)
        Specified by:
        test in interface Filter