public static class ParquetValueReaders.ReusableEntry<K,V>
extends java.lang.Object
implements java.util.Map.Entry<K,V>
| Constructor and Description | 
|---|
ReusableEntry()  | 
| Modifier and Type | Method and Description | 
|---|---|
K | 
getKey()  | 
V | 
getValue()  | 
void | 
set(K newKey,
   V newValue)  | 
V | 
setValue(V newValue)  |