Class BytesMap.LookupInfo<K,V>

java.lang.Object
org.apache.flink.table.runtime.util.collections.binary.BytesMap.LookupInfo<K,V>
Enclosing class:
BytesMap<K,V>

public static final class BytesMap.LookupInfo<K,V> extends Object
Result fetched when looking up a key.
  • Method Details

    • isFound

      public boolean isFound()
    • getKey

      public K getKey()
    • getValue

      public V getValue()