|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apfloat.samples.ApfloatHolder
public class ApfloatHolder
Simple JavaBean to hold one Apfloat.
This class can also be thought of as a pointer to an Apfloat.
| Constructor Summary | |
|---|---|
ApfloatHolder()
Construct an ApfloatHolder containing null. |
|
ApfloatHolder(Apfloat apfloat)
Construct an ApfloatHolder containing the specified apfloat. |
|
| Method Summary | |
|---|---|
Apfloat |
getApfloat()
Return the apfloat contained in this bean. |
void |
setApfloat(Apfloat apfloat)
Set the apfloat contained in this bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApfloatHolder()
null.
public ApfloatHolder(Apfloat apfloat)
apfloat - The number to hold.| Method Detail |
|---|
public Apfloat getApfloat()
public void setApfloat(Apfloat apfloat)
apfloat - The apfloat.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||