public interface Compressable extends Keyable
Keyable that furthermore supports key compression.KeyCompressor| Modifier and Type | Method and Description |
|---|---|
<T> KeyCompressor<T> |
compressor(DynamicOps<T> ops)
Returns the
KeyCompressor used to compress keys in this object's key set for the given serialized form. |
forStrings, keys<T> KeyCompressor<T> compressor(DynamicOps<T> ops)
KeyCompressor used to compress keys in this object's key set for the given serialized form.T - The type of the serialized form.ops - The DynamicOps instance defining the serialized form.KeyCompressor for this object's keys.