com.jeffpalm.util
Class Option.Short

java.lang.Object
  extended by com.jeffpalm.util.Option
      extended by com.jeffpalm.util.Option.Short
Enclosing class:
Option

public static final class Option.Short
extends Option


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.util.Option
Option.Boolean, Option.Character, Option.Default, Option.Double, Option.Float, Option.Integer, Option.Long, Option.Short
 
Constructor Summary
Option.Short(short val)
           
 
Method Summary
 short shortValue()
           
 java.lang.Object value()
           
 
Methods inherited from class com.jeffpalm.util.Option
isSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Option.Short

public Option.Short(short val)
Method Detail

shortValue

public short shortValue()

value

public java.lang.Object value()
Specified by:
value in class Option