Interface IndexEntry<K,​V>

  • Type Parameters:
    K - The index entry key.
    V - The index entry value.

    public interface IndexEntry<K,​V>
    An entry of Key value Pairs to be stored in the Index
    • Method Detail

      • key

        K key()
      • value

        V value()