Class StringFunctions.ToPrimitiveShortFunction

  • All Implemented Interfaces:
    java.io.Serializable, ShortFunction<java.lang.String>
    Enclosing class:
    StringFunctions

    private static final class StringFunctions.ToPrimitiveShortFunction
    extends java.lang.Object
    implements ShortFunction<java.lang.String>
    • 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
      short shortValueOf​(java.lang.String string)  
      • Methods inherited from class java.lang.Object

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

      • ToPrimitiveShortFunction

        private ToPrimitiveShortFunction()
    • Method Detail

      • shortValueOf

        public short shortValueOf​(java.lang.String string)
        Specified by:
        shortValueOf in interface ShortFunction<java.lang.String>