JDK-4984991 : Alpha Feedback: Provide a generic Pair class
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.util
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.5
  • CPU: sparc
  • Submitted: 2004-01-28
  • Updated: 2004-02-05
  • Resolved: 2004-02-05
Related Reports
Duplicate :  
Description
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.