Class BytePredicates.LessThanBytePredicate

  • All Implemented Interfaces:
    java.io.Serializable, BytePredicate
    Enclosing class:
    BytePredicates

    private static final class BytePredicates.LessThanBytePredicate
    extends java.lang.Object
    implements BytePredicate
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private byte expected  
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private LessThanBytePredicate​(byte expected)  
    • Method Summary

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

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

      • expected

        private final byte expected
    • Constructor Detail

      • LessThanBytePredicate

        private LessThanBytePredicate​(byte expected)
    • Method Detail

      • accept

        public boolean accept​(byte actual)
        Specified by:
        accept in interface BytePredicate