public class DoubleLexicoder extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder<Double>
| Constructor and Description |
|---|
DoubleLexicoder() |
| Modifier and Type | Method and Description |
|---|---|
Double |
decode(byte[] b) |
protected Double |
decodeUnchecked(byte[] data,
int offset,
int len)
Decodes a byte array without checking if the offset and len exceed the bounds of the actual
array.
|
byte[] |
encode(Double d) |
decodepublic byte[] encode(Double d)
public Double decode(byte[] b)
decode in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder<Double>decode in class AbstractEncoder<Double>protected Double decodeUnchecked(byte[] data, int offset, int len)
AbstractEncoderdecodeUnchecked in class AbstractEncoder<Double>Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.