com.jeffpalm.util
Class Option.Double

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

public static final class Option.Double
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.Double(double val)
           
 
Method Summary
 double doubleValue()
           
 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.Double

public Option.Double(double val)
Method Detail

doubleValue

public double doubleValue()

value

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