Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Map.Entry

        equals, hashCode
    • Constructor Detail

      • ReusableEntry

        public ReusableEntry()
    • Method Detail

      • set

        public void set​(K newKey,
                        V newValue)
      • getKey

        public K getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<K,​V>
      • getValue

        public V getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<K,​V>
      • setValue

        public V setValue​(V newValue)
        Specified by:
        setValue in interface java.util.Map.Entry<K,​V>