Class DefragmentConfig.NullFilter

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected NullFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(StoredClass storedClass)  
      • Methods inherited from class java.lang.Object

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

      • NullFilter

        protected NullFilter()
    • Method Detail

      • accept

        public boolean accept​(StoredClass storedClass)
        Specified by:
        accept in interface StoredClassFilter
        Parameters:
        storedClass - StoredClass instance to be checked
        Returns:
        true, if the given StoredClass instance should be accepted, false otherwise.