java.util.Pair
Paulo Levi
i30817 at gmail.com
Wed Mar 31 19:57:38 UTC 2010
Please don't add this. I have my own tuple parametric class. In fact it is
easy to do.
http://code.google.com/p/bookjar-utils/source/browse/BookJar-utils/src/util/Tuples.java
However i never use it anymore. It is easy to do & use, but really stupid
since the names (first, second, third...) are so generic... and it has no
behavior.
Invariably i have to replace it by a more domain appropriate class with real
names & methods. A real tuple (where the names don't mater...) might be
usable generally, but not a tuple like normal type.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/core-libs-dev/attachments/20100331/eeadc1ae/attachment.html>
More information about the core-libs-dev
mailing list