public class BigIntegerLexicoder extends Object implements Lexicoder<BigInteger>
| Constructor and Description |
|---|
BigIntegerLexicoder() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
decode(byte[] b) |
byte[] |
encode(BigInteger v) |
public byte[] encode(BigInteger v)
encode in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder<BigInteger>public BigInteger decode(byte[] b) throws org.apache.accumulo.core.iterators.ValueFormatException
decode in interface org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder<BigInteger>org.apache.accumulo.core.iterators.ValueFormatExceptionCopyright © 2011–2016 The Apache Software Foundation. All rights reserved.