Package org.apache.iceberg.parquet
Class ParquetValueReaders.ReusableEntry<K,V>
- java.lang.Object
-
- org.apache.iceberg.parquet.ParquetValueReaders.ReusableEntry<K,V>
-
- All Implemented Interfaces:
java.util.Map.Entry<K,V>
- Enclosing class:
- ParquetValueReaders
public static class ParquetValueReaders.ReusableEntry<K,V> extends java.lang.Object implements java.util.Map.Entry<K,V>
-
-
Constructor Summary
Constructors Constructor Description ReusableEntry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
getKey()
V
getValue()
void
set(K newKey, V newValue)
V
setValue(V newValue)
-