From 670fcf2613f6db2a4bfdaa91ac9d90001a90359e Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Tue, 10 May 2011 16:59:40 +0200 Subject: docs fertig und vorher repariert git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@232 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/util/Pair.html | 289 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 289 insertions(+) create mode 100644 doc/jrummikub/util/Pair.html (limited to 'doc/jrummikub/util/Pair.html') diff --git a/doc/jrummikub/util/Pair.html b/doc/jrummikub/util/Pair.html new file mode 100644 index 0000000..f06ff3e --- /dev/null +++ b/doc/jrummikub/util/Pair.html @@ -0,0 +1,289 @@ + + + + + + +Pair + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +jrummikub.util +
+Class Pair<T1,T2>

+
+java.lang.Object
+  extended by jrummikub.util.Pair<T1,T2>
+
+
+
Type Parameters:
T1 - Type of first component
T2 - Type of second component
+
+
+
public class Pair<T1,T2>
extends java.lang.Object
+ + +

+A pair of objects +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
Pair(T1 first, + T2 second) + +
+          Create a new pair from two values
+  + + + + + + + + + + + + + + + +
+Method Summary
+ T1getFirst() + +
+          Extract the first component of a pair
+ T2getSecond() + +
+          Extract the second component of a pair
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+Pair

+
+public Pair(T1 first,
+            T2 second)
+
+
Create a new pair from two values +

+

+
Parameters:
first - the first pair component
second - the second pair component
+
+ + + + + + + + +
+Method Detail
+ +

+getFirst

+
+public T1 getFirst()
+
+
Extract the first component of a pair +

+

+ +
Returns:
the first pair component
+
+
+
+ +

+getSecond

+
+public T2 getSecond()
+
+
Extract the second component of a pair +

+

+ +
Returns:
the second pair component
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3