Submitted by Ola Gustafsson <###@###.###>
Something which would be great in Tiger, is a generic Pair class. Nothing
spectacular, just a way to group two values of various classes:
Pair<String,String> values = new Pair<String,String>();
I think this would be greatly appreciated by the community, and it wouldn't
involve much effort in development.
Something which would be great in Tiger, is a generic Pair class. Nothing
spectacular, just a way to group two values of various classes:
Pair<String,String> values = new Pair<String,String>();
I think this would be greatly appreciated by the community, and it wouldn't
involve much effort in development.
- duplicates
-
JDK-4984991 Alpha Feedback: Provide a generic Pair class
-
- Closed
-
- relates to
-
JDK-6229146 (coll) Please add java.util.Pair
-
- Closed
-