public class DoubleType extends SerializableType
| Modifier and Type | Field and Description |
|---|---|
static pt.unl.fct.di.novasys.network.ISerializer<DoubleType> |
serializer |
| Constructor and Description |
|---|
DoubleType(Double value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
DoubleType |
copy() |
boolean |
equals(Object o) |
Double |
getValue()
Gets the value stored by the object.
|
int |
hashCode() |
void |
serialize(io.netty.buffer.ByteBuf out) |
String |
toString() |
deserializeDataType, getDataTypepublic static pt.unl.fct.di.novasys.network.ISerializer<DoubleType> serializer
public DoubleType(Double value)
public Double getValue()
SerializableTypegetValue in class SerializableTypepublic int compareTo(Object o)
public void serialize(io.netty.buffer.ByteBuf out)
throws IOException
serialize in class SerializableTypeIOExceptionpublic DoubleType copy()
copy in class SerializableTypeCopyright © 2024. All rights reserved.