public class DoubleLexicoder extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder<Double> implements Lexicoder<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) |
decode
public byte[] encode(Double d)
encode
in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder<Double>
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)
AbstractEncoder
decodeUnchecked
in class AbstractEncoder<Double>
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.