public class ListLexicoder<LT> extends org.apache.accumulo.core.client.lexicoder.impl.AbstractLexicoder<List<LT>> implements Lexicoder<List<LT>>
| Constructor and Description |
|---|
ListLexicoder(Lexicoder<LT> lexicoder) |
| Modifier and Type | Method and Description |
|---|---|
List<LT> |
decode(byte[] b) |
protected List<LT> |
decodeUnchecked(byte[] b,
int offset,
int len)
Decodes a byte array without checking if the offset and len exceed the bounds of the actual array.
|
byte[] |
encode(List<LT> v) |
decodeprotected List<LT> decodeUnchecked(byte[] b, int offset, int len)
AbstractEncoderdecodeUnchecked in class AbstractEncoder<List<LT>>Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.