<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://subsecret.dk/index.php?action=history&amp;feed=atom&amp;title=Tuples</id>
	<title>Tuples - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://subsecret.dk/index.php?action=history&amp;feed=atom&amp;title=Tuples"/>
	<link rel="alternate" type="text/html" href="https://subsecret.dk/index.php?title=Tuples&amp;action=history"/>
	<updated>2026-04-12T23:23:44Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>https://subsecret.dk/index.php?title=Tuples&amp;diff=276&amp;oldid=prev</id>
		<title>Steffen Mikkelsen: Created page with &quot;=SubSecret Tuples= Since Java standard libraries does not include tuples, you will often need to either create tuples yourself or find existing libraries. There exist some rea...&quot;</title>
		<link rel="alternate" type="text/html" href="https://subsecret.dk/index.php?title=Tuples&amp;diff=276&amp;oldid=prev"/>
		<updated>2013-09-29T15:16:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;=SubSecret Tuples= Since Java standard libraries does not include tuples, you will often need to either create tuples yourself or find existing libraries. There exist some rea...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=SubSecret Tuples=&lt;br /&gt;
Since Java standard libraries does not include tuples, you will often need to either create tuples yourself or find existing libraries.&lt;br /&gt;
There exist some really well implemented libraries out there, but you usually get more than you need. This is a single class implementation of Tuple1 to Tuple5. Instead of having to include an extra .jar file, simple copy this one class into your project wherever you want. The tuple implementation supports equals() and is Serializable.&lt;br /&gt;
&lt;br /&gt;
=Usage=&lt;br /&gt;
 String elemOne = &amp;quot;Test&amp;quot;;&lt;br /&gt;
 int elemTwo = 5;&lt;br /&gt;
 Tuple2&amp;lt;String, Integer&amp;gt; tuple2 = Tuple2.of(elemOne,elemTwo);&lt;br /&gt;
&lt;br /&gt;
=Download=&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
!Date&lt;br /&gt;
!Version&lt;br /&gt;
!File&lt;br /&gt;
!Description&lt;br /&gt;
|-&lt;br /&gt;
|29. September 2013&lt;br /&gt;
|1.00&lt;br /&gt;
|http://files.subsecret.dk/Tuples100.zip&lt;br /&gt;
|Initial release&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=License=&lt;br /&gt;
No license. Do whatever you want with it.&lt;/div&gt;</summary>
		<author><name>Steffen Mikkelsen</name></author>
	</entry>
</feed>