Class 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 Detail

      • isFound

        public boolean isFound()
      • getKey

        public K getKey()
      • getValue

        public V getValue()