public class KeyValueFunctionTuple extends Object implements net.openhft.chronicle.wire.Marshallable
| Modifier and Type | Method and Description |
|---|---|
static KeyValueFunctionTuple |
of(Object key,
Object value,
Object function) |
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 KeyValueFunctionTuple of(Object key, Object value, Object function)
Copyright © 2015. All rights reserved.