public class ValuesDecoderContext<V extends ValuesDecoder> extends Object
| Constructor and Description |
|---|
ValuesDecoderContext(V valuesDecoder,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd() |
int |
getNonNullCount() |
int |
getStart() |
int |
getValueCount() |
V |
getValuesDecoder() |
void |
setNonNullCount(int nonNullCount) |
void |
setValueCount(int valueCount) |
public ValuesDecoderContext(V valuesDecoder, int start, int end)
public V getValuesDecoder()
public int getStart()
public int getEnd()
public int getNonNullCount()
public void setNonNullCount(int nonNullCount)
public int getValueCount()
public void setValueCount(int valueCount)
Copyright © 2012–2024. All rights reserved.