Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The AbstractMap.SimpleEntry implementation of Map.Entry<K,V> is only available in Java 1.6+.
I propose to create a class Pair<K,V> to be used as a replacement.