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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Kkey()Vvalue()
-