Interface KeyComparator<K>
- Type Parameters:
K- Key's type
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
StringIgnoreCaseKeyComparator
A key comparator.
-
Method Summary
-
Method Details
-
equals
-
hash
Get the hash code of a key.- Parameters:
k- the key.- Returns:
- the hash code of the key.
-