Package com.zybooks.dsaj.util
Interface Entry<K,V>
- Type Parameters:
K
- the key typeV
- the value type
- All Known Implementing Classes:
AbstractMap.MapEntry
,AbstractPriorityQueue.PQEntry
,HeapAdaptablePriorityQueue.AdaptablePQEntry
public interface Entry<K,V>
Interface for a key-value pair.
-
Method Summary