|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cohort.util.DoubleObject
public class DoubleObject
This class holds a double that can be changed.
| Field Summary | |
|---|---|
double |
d
|
| Constructor Summary | |
|---|---|
DoubleObject(double initialValue)
The constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns the string representation of the double. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public double d
| Constructor Detail |
|---|
public DoubleObject(double initialValue)
initialValue - the initial value of d.| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||