I'm looking for a KeyValuePair class in Java.
Since java.util heavily uses interfaces there is no concrete implementation provided, only the Map.Entry interface.
Is there some canonical implementation I can import? It is one of those "plumbers programming" classes I hate to implement 100x times.
MaporListclasses, why should this be any different? A KeyValuePair is just a Map with one entry. – skaffman Jun 4 '10 at 10:21<X,Y>, it's<Key,Value>. He's not asking for an arbitraryPairtype, he's asking for aKeyValuePairtype. – skaffman Jun 4 '10 at 10:38