public abstract class DataEntry<T> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DataEntry.BinaryEntry |
static class |
DataEntry.BooleanEntry |
static class |
DataEntry.LongEntry |
static class |
DataEntry.StringEntry |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getKey() |
String |
getType() |
T |
getValue() |
int |
hashCode() |
int |
size() |
void |
write(ByteBuffer buf) |
public int size()
public void write(ByteBuffer buf)
public String getKey()
public T getValue()
public String getType()
Copyright © 2019. All rights reserved.