Class ShortPredicates.AlwaysTrueShortPredicate

  • All Implemented Interfaces:
    java.io.Serializable, ShortPredicate
    Enclosing class:
    ShortPredicates

    private static final class ShortPredicates.AlwaysTrueShortPredicate
    extends java.lang.Object
    implements ShortPredicate
    • Field Summary

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

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

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

      • AlwaysTrueShortPredicate

        private AlwaysTrueShortPredicate()
    • Method Detail

      • accept

        public boolean accept​(short value)
        Specified by:
        accept in interface ShortPredicate