documentation files
[aco.git] / doc / javadoc / aco / misc / Pair.html
blob61a78c7617b0db737b6bff4098d4a88a593fee48
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.6.0_18) on Mon Jul 05 12:01:11 CEST 2010 -->
6 <TITLE>
7 Pair
8 </TITLE>
10 <META NAME="date" CONTENT="2010-07-05">
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style">
14 <SCRIPT type="text/javascript">
15 function windowTitle()
17 if (location.href.indexOf('is-external=true') == -1) {
18 parent.document.title="Pair";
21 </SCRIPT>
22 <NOSCRIPT>
23 </NOSCRIPT>
25 </HEAD>
27 <BODY BGCOLOR="white" onload="windowTitle();">
28 <HR>
31 <!-- ========= START OF TOP NAVBAR ======= -->
32 <A NAME="navbar_top"><!-- --></A>
33 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
35 <TR>
36 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
37 <A NAME="navbar_top_firstrow"><!-- --></A>
38 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
39 <TR ALIGN="center" VALIGN="top">
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Pair.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
48 </TR>
49 </TABLE>
50 </TD>
51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
52 </EM>
53 </TD>
54 </TR>
56 <TR>
57 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
58 &nbsp;<A HREF="../../aco/misc/EnvironmentShutdownHook.html" title="class in aco.misc"><B>PREV CLASS</B></A>&nbsp;
59 &nbsp;NEXT CLASS</FONT></TD>
60 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
61 <A HREF="../../index.html?aco/misc/Pair.html" target="_top"><B>FRAMES</B></A> &nbsp;
62 &nbsp;<A HREF="Pair.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
63 &nbsp;<SCRIPT type="text/javascript">
64 <!--
65 if(window==top) {
66 document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
68 //-->
69 </SCRIPT>
70 <NOSCRIPT>
71 <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
72 </NOSCRIPT>
75 </FONT></TD>
76 </TR>
77 <TR>
78 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
79 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
80 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
81 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
82 </TR>
83 </TABLE>
84 <A NAME="skip-navbar_top"></A>
85 <!-- ========= END OF TOP NAVBAR ========= -->
87 <HR>
88 <!-- ======== START OF CLASS DATA ======== -->
89 <H2>
90 <FONT SIZE="-1">
91 aco.misc</FONT>
92 <BR>
93 Class Pair&lt;F,S&gt;</H2>
94 <PRE>
95 java.lang.Object
96 <IMG SRC="../../resources/inherit.gif" ALT="extended by "><B>aco.misc.Pair&lt;F,S&gt;</B>
97 </PRE>
98 <DL>
99 <DT><B>Direct Known Subclasses:</B> <DD><A HREF="../../aco/misc/CoordinatePair.html" title="class in aco.misc">CoordinatePair</A></DD>
100 </DL>
101 <HR>
102 <DL>
103 <DT><PRE>public abstract class <B>Pair&lt;F,S&gt;</B><DT>extends java.lang.Object</DL>
104 </PRE>
107 <HR>
111 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
113 <A NAME="constructor_summary"><!-- --></A>
114 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
115 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
116 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
117 <B>Constructor Summary</B></FONT></TH>
118 </TR>
119 <TR BGCOLOR="white" CLASS="TableRowColor">
120 <TD><CODE><B><A HREF="../../aco/misc/Pair.html#Pair(F, S)">Pair</A></B>(<A HREF="../../aco/misc/Pair.html" title="type parameter in Pair">F</A>&nbsp;first,
121 <A HREF="../../aco/misc/Pair.html" title="type parameter in Pair">S</A>&nbsp;second)</CODE>
123 <BR>
124 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
125 </TR>
126 </TABLE>
127 &nbsp;
128 <!-- ========== METHOD SUMMARY =========== -->
130 <A NAME="method_summary"><!-- --></A>
131 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
132 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
133 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
134 <B>Method Summary</B></FONT></TH>
135 </TR>
136 <TR BGCOLOR="white" CLASS="TableRowColor">
137 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
138 <CODE>&nbsp;<A HREF="../../aco/misc/Pair.html" title="type parameter in Pair">F</A></CODE></FONT></TD>
139 <TD><CODE><B><A HREF="../../aco/misc/Pair.html#getFirst()">getFirst</A></B>()</CODE>
141 <BR>
142 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
143 </TR>
144 <TR BGCOLOR="white" CLASS="TableRowColor">
145 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
146 <CODE>&nbsp;<A HREF="../../aco/misc/Pair.html" title="type parameter in Pair">S</A></CODE></FONT></TD>
147 <TD><CODE><B><A HREF="../../aco/misc/Pair.html#getSecond()">getSecond</A></B>()</CODE>
149 <BR>
150 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
151 </TR>
152 </TABLE>
153 &nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
154 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
155 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
156 <TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
157 </TR>
158 <TR BGCOLOR="white" CLASS="TableRowColor">
159 <TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
160 </TR>
161 </TABLE>
162 &nbsp;
165 <!-- ========= CONSTRUCTOR DETAIL ======== -->
167 <A NAME="constructor_detail"><!-- --></A>
168 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
169 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
170 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
171 <B>Constructor Detail</B></FONT></TH>
172 </TR>
173 </TABLE>
175 <A NAME="Pair(java.lang.Object,java.lang.Object)"><!-- --></A><A NAME="Pair(F, S)"><!-- --></A><H3>
176 Pair</H3>
177 <PRE>
178 public <B>Pair</B>(<A HREF="../../aco/misc/Pair.html" title="type parameter in Pair">F</A>&nbsp;first,
179 <A HREF="../../aco/misc/Pair.html" title="type parameter in Pair">S</A>&nbsp;second)</PRE>
180 <DL>
181 </DL>
183 <!-- ============ METHOD DETAIL ========== -->
185 <A NAME="method_detail"><!-- --></A>
186 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
187 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
188 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
189 <B>Method Detail</B></FONT></TH>
190 </TR>
191 </TABLE>
193 <A NAME="getFirst()"><!-- --></A><H3>
194 getFirst</H3>
195 <PRE>
196 public <A HREF="../../aco/misc/Pair.html" title="type parameter in Pair">F</A> <B>getFirst</B>()</PRE>
197 <DL>
198 <DD><DL>
199 </DL>
200 </DD>
201 </DL>
202 <HR>
204 <A NAME="getSecond()"><!-- --></A><H3>
205 getSecond</H3>
206 <PRE>
207 public <A HREF="../../aco/misc/Pair.html" title="type parameter in Pair">S</A> <B>getSecond</B>()</PRE>
208 <DL>
209 <DD><DL>
210 </DL>
211 </DD>
212 </DL>
213 <!-- ========= END OF CLASS DATA ========= -->
214 <HR>
217 <!-- ======= START OF BOTTOM NAVBAR ====== -->
218 <A NAME="navbar_bottom"><!-- --></A>
219 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
220 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
221 <TR>
222 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
223 <A NAME="navbar_bottom_firstrow"><!-- --></A>
224 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
225 <TR ALIGN="center" VALIGN="top">
226 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
227 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
228 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
229 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/Pair.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
230 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
231 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
232 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
233 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
234 </TR>
235 </TABLE>
236 </TD>
237 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
238 </EM>
239 </TD>
240 </TR>
242 <TR>
243 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
244 &nbsp;<A HREF="../../aco/misc/EnvironmentShutdownHook.html" title="class in aco.misc"><B>PREV CLASS</B></A>&nbsp;
245 &nbsp;NEXT CLASS</FONT></TD>
246 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
247 <A HREF="../../index.html?aco/misc/Pair.html" target="_top"><B>FRAMES</B></A> &nbsp;
248 &nbsp;<A HREF="Pair.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
249 &nbsp;<SCRIPT type="text/javascript">
250 <!--
251 if(window==top) {
252 document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');
254 //-->
255 </SCRIPT>
256 <NOSCRIPT>
257 <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>
258 </NOSCRIPT>
261 </FONT></TD>
262 </TR>
263 <TR>
264 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
265 SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
266 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
267 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
268 </TR>
269 </TABLE>
270 <A NAME="skip-navbar_bottom"></A>
271 <!-- ======== END OF BOTTOM NAVBAR ======= -->
273 <HR>
275 </BODY>
276 </HTML>