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 Summary

    Modifier and Type
    Method
    Description
    key()
     
     
  • Method Details

    • key

      K key()
    • value

      V value()