Home | History | Annotate | Download | only in base
      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-google-internal) on Mon Jan 04 20:47:57 PST 2010 -->
      6 <TITLE>
      7 Supplier (Guava Libraries 2010.01.04)
      8 </TITLE>
      9 
     10 <META NAME="date" CONTENT="2010-01-04">
     11 
     12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">
     13 
     14 <SCRIPT type="text/javascript">
     15 function windowTitle()
     16 {
     17     if (location.href.indexOf('is-external=true') == -1) {
     18         parent.document.title="Supplier (Guava Libraries 2010.01.04)";
     19     }
     20 }
     21 </SCRIPT>
     22 <NOSCRIPT>
     23 </NOSCRIPT>
     24 
     25 </HEAD>
     26 
     27 <BODY BGCOLOR="white" onload="windowTitle();">
     28 <HR>
     29 
     30 
     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/Supplier.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-all.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>
     55 
     56 <TR>
     57 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
     58 &nbsp;<A HREF="../../../../com/google/common/base/Splitter.html" title="class in com.google.common.base"><B>PREV CLASS</B></A>&nbsp;
     59 &nbsp;<A HREF="../../../../com/google/common/base/Suppliers.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD>
     60 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
     61   <A HREF="../../../../index.html?com/google/common/base/Supplier.html" target="_top"><B>FRAMES</B></A>  &nbsp;
     62 &nbsp;<A HREF="Supplier.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>');
     67   }
     68   //-->
     69 </SCRIPT>
     70 <NOSCRIPT>
     71   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
     72 </NOSCRIPT>
     73 
     74 
     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;CONSTR&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;CONSTR&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 ========= -->
     86 
     87 <HR>
     88 <!-- ======== START OF CLASS DATA ======== -->
     89 <H2>
     90 <FONT SIZE="-1">
     91 com.google.common.base</FONT>
     92 <BR>
     93 Interface Supplier&lt;T&gt;</H2>
     94 <HR>
     95 <DL>
     96 <DT><PRE>public interface <B>Supplier&lt;T&gt;</B></DL>
     97 </PRE>
     98 
     99 <P>
    100 A class that can supply objects of a single type.  Semantically, this could
    101  be a factory, generator, builder, closure, or something else entirely. No
    102  guarantees are implied by this interface.
    103 <P>
    104 
    105 <P>
    106 <DL>
    107 <DT><B>Since:</B></DT>
    108   <DD>2010.01.04 <b>stable</b> (imported from Google Collections Library)</DD>
    109 <DT><B>Author:</B></DT>
    110   <DD>Harry Heymann</DD>
    111 </DL>
    112 <HR>
    113 
    114 <P>
    115 
    116 <!-- ========== METHOD SUMMARY =========== -->
    117 
    118 <A NAME="method_summary"><!-- --></A>
    119 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
    120 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
    121 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
    122 <B>Method Summary</B></FONT></TH>
    123 </TR>
    124 <TR BGCOLOR="white" CLASS="TableRowColor">
    125 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
    126 <CODE>&nbsp;<A HREF="../../../../com/google/common/base/Supplier.html" title="type parameter in Supplier">T</A></CODE></FONT></TD>
    127 <TD><CODE><B><A HREF="../../../../com/google/common/base/Supplier.html#get()">get</A></B>()</CODE>
    128 
    129 <BR>
    130 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Retrieves an instance of the appropriate type.</TD>
    131 </TR>
    132 </TABLE>
    133 &nbsp;
    134 <P>
    135 
    136 <!-- ============ METHOD DETAIL ========== -->
    137 
    138 <A NAME="method_detail"><!-- --></A>
    139 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
    140 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
    141 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
    142 <B>Method Detail</B></FONT></TH>
    143 </TR>
    144 </TABLE>
    145 
    146 <A NAME="get()"><!-- --></A><H3>
    147 get</H3>
    148 <PRE>
    149 <A HREF="../../../../com/google/common/base/Supplier.html" title="type parameter in Supplier">T</A> <B>get</B>()</PRE>
    150 <DL>
    151 <DD>Retrieves an instance of the appropriate type. The returned object may or
    152  may not be a new instance, depending on the implementation.
    153 <P>
    154 <DD><DL>
    155 
    156 <DT><B>Returns:</B><DD>an instance of the appropriate type</DL>
    157 </DD>
    158 </DL>
    159 <!-- ========= END OF CLASS DATA ========= -->
    160 <HR>
    161 
    162 
    163 <!-- ======= START OF BOTTOM NAVBAR ====== -->
    164 <A NAME="navbar_bottom"><!-- --></A>
    165 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
    166 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
    167 <TR>
    168 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
    169 <A NAME="navbar_bottom_firstrow"><!-- --></A>
    170 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
    171   <TR ALIGN="center" VALIGN="top">
    172   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
    173   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
    174   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
    175   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="class-use/Supplier.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
    176   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
    177   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
    178   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
    179   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
    180   </TR>
    181 </TABLE>
    182 </TD>
    183 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
    184 </EM>
    185 </TD>
    186 </TR>
    187 
    188 <TR>
    189 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
    190 &nbsp;<A HREF="../../../../com/google/common/base/Splitter.html" title="class in com.google.common.base"><B>PREV CLASS</B></A>&nbsp;
    191 &nbsp;<A HREF="../../../../com/google/common/base/Suppliers.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD>
    192 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
    193   <A HREF="../../../../index.html?com/google/common/base/Supplier.html" target="_top"><B>FRAMES</B></A>  &nbsp;
    194 &nbsp;<A HREF="Supplier.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
    195 &nbsp;<SCRIPT type="text/javascript">
    196   <!--
    197   if(window==top) {
    198     document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
    199   }
    200   //-->
    201 </SCRIPT>
    202 <NOSCRIPT>
    203   <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
    204 </NOSCRIPT>
    205 
    206 
    207 </FONT></TD>
    208 </TR>
    209 <TR>
    210 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
    211   SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
    212 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
    213 DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
    214 </TR>
    215 </TABLE>
    216 <A NAME="skip-navbar_bottom"></A>
    217 <!-- ======== END OF BOTTOM NAVBAR ======= -->
    218 
    219 <HR>
    220 
    221 </BODY>
    222 </HTML>
    223