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.
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-4983155 Alpha Feedback: add generic Pair class
-
- Closed
-