public class DoubleContainer extends FinalContainer
| Constructor and Description |
|---|
DoubleContainer() |
DoubleContainer(double value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
double |
getValue() |
int |
hashCode() |
void |
readMyself(DataInput input) |
void |
setPrimitive(Object obj,
Field field) |
void |
writeMyself(DataOutput output) |
public DoubleContainer(double value)
public DoubleContainer()
public double getValue()
public void writeMyself(DataOutput output) throws IOException
IOExceptionpublic void readMyself(DataInput input) throws IOException
IOExceptionpublic void setPrimitive(Object obj, Field field) throws IllegalAccessException
setPrimitive in class FinalContainerIllegalAccessExceptionCopyright © 2011-2012 Ovea. All Rights Reserved.