Class CharPredicates.GreaterThanCharPredicate

  • All Implemented Interfaces:
    java.io.Serializable, CharPredicate
    Enclosing class:
    CharPredicates

    private static final class CharPredicates.GreaterThanCharPredicate
    extends java.lang.Object
    implements CharPredicate
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char expected  
      private static long serialVersionUID  
    • Method Summary

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

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

      • expected

        private final char expected
    • Constructor Detail

      • GreaterThanCharPredicate

        private GreaterThanCharPredicate​(char expected)
    • Method Detail

      • accept

        public boolean accept​(char actual)
        Specified by:
        accept in interface CharPredicate