public class KeyValuesTuple extends Object implements net.openhft.chronicle.wire.Marshallable
| Modifier and Type | Method and Description |
|---|---|
static KeyValuesTuple |
of(Object key,
Object oldValue,
Object value) |
void |
readMarshallable(net.openhft.chronicle.wire.WireIn wire) |
void |
writeMarshallable(net.openhft.chronicle.wire.WireOut wire) |
public void readMarshallable(net.openhft.chronicle.wire.WireIn wire)
throws IllegalStateException
readMarshallable in interface net.openhft.chronicle.wire.ReadMarshallableIllegalStateExceptionpublic void writeMarshallable(net.openhft.chronicle.wire.WireOut wire)
writeMarshallable in interface net.openhft.chronicle.wire.WriteMarshallablepublic static KeyValuesTuple of(Object key, Object oldValue, Object value)
Copyright © 2015. All rights reserved.