java.lang.Object
org.apache.flink.streaming.runtime.operators.windowing.KeyMap.Entry<K,V>
Type Parameters:
K - Type of the key.
V - Type of the value.
Enclosing class:
KeyMap<K,V>

public static final class KeyMap.Entry<K,V> extends Object
An entry in the hash table.
  • Method Details

    • getKey

      public K getKey()
    • getValue

      public V getValue()