Package spark.utils

Class GzipUtils.StringMatch

  • All Implemented Interfaces:
    java.util.function.Predicate<java.lang.String>
    Enclosing class:
    GzipUtils

    private static class GzipUtils.StringMatch
    extends java.lang.Object
    implements java.util.function.Predicate<java.lang.String>
    Used instead of lambdas due to risk for java.lang.IncompatibleClassChangeError.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private StringMatch()  
    • 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
      • Methods inherited from interface java.util.function.Predicate

        and, negate, or
    • Constructor Detail

      • StringMatch

        private StringMatch()
    • Method Detail

      • test

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