Class SampleNameFilter.AllowAll

  • All Implemented Interfaces:
    Predicate<java.lang.String>
    Enclosing class:
    SampleNameFilter

    private static class SampleNameFilter.AllowAll
    extends java.lang.Object
    implements Predicate<java.lang.String>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AllowAll()  
    • Method Summary

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

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

      • AllowAll

        private AllowAll()
    • Method Detail

      • test

        public boolean test​(java.lang.String s)
        Specified by:
        test in interface Predicate<java.lang.String>