public static interface CompressedObjectStrategy.BufferConverter<T>
Modifier and Type | Method and Description |
---|---|
T |
combine(ByteBuffer into,
T from) |
int |
compare(T lhs,
T rhs) |
T |
convert(ByteBuffer buf) |
int |
sizeOf(int count) |
T convert(ByteBuffer buf)
int sizeOf(int count)
T combine(ByteBuffer into, T from)
Copyright © 2011–2017. All rights reserved.