pair.html

来自「A Facebook API client implemented in Jav」· HTML 代码 · 共 402 行 · 第 1/2 页

HTML
402
字号
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"><TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><CODE>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD></TR></TABLE>&nbsp;<P><!-- ============ FIELD DETAIL =========== --><A NAME="field_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Field Detail</B></FONT></TH></TR></TABLE><A NAME="first"><!-- --></A><H3>first</H3><PRE>public <A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">N</A> <B>first</B></PRE><DL><DD>The first element in the pair.<P><DL></DL></DL><HR><A NAME="second"><!-- --></A><H3>second</H3><PRE>public <A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">V</A> <B>second</B></PRE><DL><DD>The second element in the pair.<P><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="Pair(java.lang.Object,java.lang.Object)"><!-- --></A><A NAME="Pair(N, V)"><!-- --></A><H3>Pair</H3><PRE>public <B>Pair</B>(<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">N</A>&nbsp;name,            <A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">V</A>&nbsp;value)</PRE><DL><DD>Constructor.<P><DL><DT><B>Parameters:</B><DD><CODE>name</CODE> - the first value in the pair.<DD><CODE>value</CODE> - the second value in the pair.</DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="setFirst(java.lang.Object)"><!-- --></A><A NAME="setFirst(N)"><!-- --></A><H3>setFirst</H3><PRE>public void <B>setFirst</B>(<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">N</A>&nbsp;first)</PRE><DL><DD>Set the first element in the pair<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/google/code/facebookapi/IPair.html#setFirst(N)">setFirst</A></CODE> in interface <CODE><A HREF="../../../../com/google/code/facebookapi/IPair.html" title="interface in com.google.code.facebookapi">IPair</A>&lt;<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">N</A>,<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">V</A>&gt;</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>first</CODE> - the object to set</DL></DD></DL><HR><A NAME="getFirst()"><!-- --></A><H3>getFirst</H3><PRE>public <A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">N</A> <B>getFirst</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/google/code/facebookapi/IPair.html#getFirst()">getFirst</A></CODE> in interface <CODE><A HREF="../../../../com/google/code/facebookapi/IPair.html" title="interface in com.google.code.facebookapi">IPair</A>&lt;<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">N</A>,<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">V</A>&gt;</CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the first object in the pair</DL></DD></DL><HR><A NAME="setSecond(java.lang.Object)"><!-- --></A><A NAME="setSecond(V)"><!-- --></A><H3>setSecond</H3><PRE>public void <B>setSecond</B>(<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">V</A>&nbsp;second)</PRE><DL><DD>Set the second element in the pair<P><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/google/code/facebookapi/IPair.html#setSecond(V)">setSecond</A></CODE> in interface <CODE><A HREF="../../../../com/google/code/facebookapi/IPair.html" title="interface in com.google.code.facebookapi">IPair</A>&lt;<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">N</A>,<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">V</A>&gt;</CODE></DL></DD><DD><DL><DT><B>Parameters:</B><DD><CODE>second</CODE> - the object to set</DL></DD></DL><HR><A NAME="getSecond()"><!-- --></A><H3>getSecond</H3><PRE>public <A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">V</A> <B>getSecond</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../../../com/google/code/facebookapi/IPair.html#getSecond()">getSecond</A></CODE> in interface <CODE><A HREF="../../../../com/google/code/facebookapi/IPair.html" title="interface in com.google.code.facebookapi">IPair</A>&lt;<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">N</A>,<A HREF="../../../../com/google/code/facebookapi/Pair.html" title="type parameter in Pair">V</A>&gt;</CODE></DL></DD><DD><DL><DT><B>Returns:</B><DD>the second object in the pair</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../com/google/code/facebookapi/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Pair.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../com/google/code/facebookapi/PageProfileField.html" title="enum in com.google.code.facebookapi"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../com/google/code/facebookapi/Permission.html" title="enum in com.google.code.facebookapi"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html?com/google/code/facebookapi/Pair.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="Pair.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;<A HREF="#field_summary">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;<A HREF="#field_detail">FIELD</A>&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR>Copyright &#169; 2008. All Rights Reserved.</BODY></HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?