com.jeffpalm.util
Class Option.Float

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

public static final class Option.Float
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.Float(float val)
           
 
Method Summary
 float floatValue()
           
 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.Float

public Option.Float(float val)
Method Detail

floatValue

public float floatValue()

value

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