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
K - The index entry key.V - The index entry value.