|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectuchicago.src.sim.util.DoubleWrapper
uchicago.src.sim.util.ByteWrapper
Mutable wrapper for a byte primitive. Used by ProbeableNumber as the probed object when probing spaces that contain primitives.
| Field Summary |
| Fields inherited from class uchicago.src.sim.util.DoubleWrapper |
val |
| Constructor Summary | |
ByteWrapper(byte val)
Creates a ByteWrapper that wraps the specified byte. |
|
| Method Summary | |
java.lang.Number |
getWrappedNumber()
Gets the wrapped value as a Number. |
| Methods inherited from class uchicago.src.sim.util.DoubleWrapper |
doubleVal, setVal |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ByteWrapper(byte val)
val - the byte to wrap| Method Detail |
public java.lang.Number getWrappedNumber()
getWrappedNumber in class DoubleWrapper
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||