From 51b7fbe822bd9a3804c061f0b844884769d7ddba Mon Sep 17 00:00:00 2001 From: Ida Massow Date: Wed, 6 Jul 2011 16:36:06 +0200 Subject: Javadoc git-svn-id: svn://sunsvr01.isp.uni-luebeck.de/swproj13/trunk@609 72836036-5685-4462-b002-a69064685172 --- doc/jrummikub/util/Pair.html | 169 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 159 insertions(+), 10 deletions(-) (limited to 'doc/jrummikub/util/Pair.html') diff --git a/doc/jrummikub/util/Pair.html b/doc/jrummikub/util/Pair.html index ef913a5..c41c8e5 100644 --- a/doc/jrummikub/util/Pair.html +++ b/doc/jrummikub/util/Pair.html @@ -2,12 +2,12 @@ - + Pair - + @@ -55,7 +55,7 @@ function windowTitle() PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -76,9 +76,9 @@ function windowTitle() - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD @@ -97,9 +97,12 @@ java.lang.Object
Type Parameters:
T1 - Type of first component
T2 - Type of second component
+
+
All Implemented Interfaces:
java.io.Serializable
+

-
public class Pair<T1,T2>
extends java.lang.Object
+
public class Pair<T1,T2>
extends java.lang.Object
implements java.io.Serializable

@@ -107,10 +110,45 @@ A pair of objects

+

+
See Also:
Serialized Form

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+private  T1first + +
+           
+private  T2second + +
+           
+private static longserialVersionUID +
+           
@@ -138,6 +176,14 @@ A pair of objects + boolean +equals(java.lang.Object obj) + +
+            + + +  T1 getFirst() @@ -152,6 +198,22 @@ A pair of objects
          Extract the second component of a pair + + + int +hashCode() + +
+            + + + + java.lang.String +toString() + +
+            +   @@ -159,12 +221,51 @@ A pair of objects - +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

+ + + + + + + +
+Field Detail
+ +

+serialVersionUID

+
+private static final long serialVersionUID
+
+
+
See Also:
Constant Field Values
+
+
+ +

+first

+
+private final T1 first
+
+
+
+
+
+ +

+second

+
+private final T2 second
+
+
+
+
+ @@ -205,6 +306,9 @@ public T
Extract the first component of a pair

+
+
+
Returns:
the first pair component
@@ -219,10 +323,55 @@ public
T
Extract the second component of a pair

+
+
+
Returns:
the second pair component
+
+ +

+toString

+
+public java.lang.String toString()
+
+
+
Overrides:
toString in class java.lang.Object
+
+
+
+
+
+
+ +

+hashCode

+
+public int hashCode()
+
+
+
Overrides:
hashCode in class java.lang.Object
+
+
+
+
+
+
+ +

+equals

+
+public boolean equals(java.lang.Object obj)
+
+
+
Overrides:
equals in class java.lang.Object
+
+
+
+
+

@@ -254,7 +403,7 @@ public T PREV CLASS  + PREV CLASS   NEXT CLASS FRAMES   @@ -275,9 +424,9 @@ public T - SUMMARY: NESTED | FIELD | CONSTR | METHOD + SUMMARY: NESTED | FIELD | CONSTR | METHOD -DETAIL: FIELD | CONSTR | METHOD +DETAIL: FIELD | CONSTR | METHOD -- cgit v1.2.3