ecologylab.generic
Class FloatSlot

java.lang.Object
  extended by ecologylab.generic.FloatSlot

public class FloatSlot
extends java.lang.Object

Reference version of a float type. Re-writable, unlike java.lang.Float.


Field Summary
 float value
           
 
Constructor Summary
FloatSlot(float b)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public float value
Constructor Detail

FloatSlot

public FloatSlot(float b)