when will Tuple be std?
- From: apm35@xxxxxxxxxxxxxxxxxx
- Date: Fri, 28 Dec 2007 05:22:10 -0800 (PST)
I am an experienced C++ programmer who has just recently started
learning java. In C++ there is a type std::pair for an aggregate
consisting of a first element and second element. There are moves to
extend this in the next version of the std to provide a Tuple class as
a general case where the aggregate can contain more than two members.
I have the need for a Tuple in my java program and hoped it would be
there as std. I cannot find it.
I have found the project, http://javatuple.com/index.shtml, which is
useful and encouraging, but I wonder how long it will be before Tuple
is std. The fact that this project exists shows I am not the only one
that wants to see a Tuple class in java.
Regards,
Andrew Marlow
.
- Follow-Ups:
- Re: when will Tuple be std?
- From: Mark Space
- Re: when will Tuple be std?
- From: Eric Sosman
- Re: when will Tuple be std?
- From: Lew
- Re: when will Tuple be std?
- Prev by Date: Hi, Check out Java Quicksilver (For Windows)
- Next by Date: Re: How To retrieve the full user name, in Vista??
- Previous by thread: Hi, Check out Java Quicksilver (For Windows)
- Next by thread: Re: when will Tuple be std?
- Index(es):