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:48:01 PST 2010 --> 6<TITLE> 7Uses of Package com.google.common.base (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"> 15function windowTitle() 16{ 17 if (location.href.indexOf('is-external=true') == -1) { 18 parent.document.title="Uses of Package com.google.common.base (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> </TD> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 43 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </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 PREV 59 NEXT</FONT></TD> 60<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 61 <A HREF="../../../../index.html?com/google/common/base/package-use.html" target="_top"><B>FRAMES</B></A> 62 <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> 63 <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</TABLE> 78<A NAME="skip-navbar_top"></A> 79<!-- ========= END OF TOP NAVBAR ========= --> 80 81<HR> 82<CENTER> 83<H2> 84<B>Uses of Package<br>com.google.common.base</B></H2> 85</CENTER> 86 87<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 88<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 89<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 90Packages that use <A HREF="../../../../com/google/common/base/package-summary.html">com.google.common.base</A></FONT></TH> 91</TR> 92<TR BGCOLOR="white" CLASS="TableRowColor"> 93<TD><A HREF="#com.google.common.base"><B>com.google.common.base</B></A></TD> 94<TD>Miscellaneous common util classes and annotations. </TD> 95</TR> 96<TR BGCOLOR="white" CLASS="TableRowColor"> 97<TD><A HREF="#com.google.common.collect"><B>com.google.common.collect</B></A></TD> 98<TD>This package contains generic collection interfaces and implementations, and 99 other utilities for working with collections. </TD> 100</TR> 101<TR BGCOLOR="white" CLASS="TableRowColor"> 102<TD><A HREF="#com.google.common.util.concurrent"><B>com.google.common.util.concurrent</B></A></TD> 103<TD> </TD> 104</TR> 105</TABLE> 106 107<P> 108<A NAME="com.google.common.base"><!-- --></A> 109<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 110<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 111<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 112Classes in <A HREF="../../../../com/google/common/base/package-summary.html">com.google.common.base</A> used by <A HREF="../../../../com/google/common/base/package-summary.html">com.google.common.base</A></FONT></TH> 113</TR> 114<TR BGCOLOR="white" CLASS="TableRowColor"> 115<TD><B><A HREF="../../../../com/google/common/base/class-use/CaseFormat.html#com.google.common.base"><B>CaseFormat</B></A></B> 116 117<BR> 118 Utility class for converting between various case formats.</TD> 119</TR> 120<TR BGCOLOR="white" CLASS="TableRowColor"> 121<TD><B><A HREF="../../../../com/google/common/base/class-use/CharMatcher.html#com.google.common.base"><B>CharMatcher</B></A></B> 122 123<BR> 124 Determines a true or false value for any Java <code>char</code> value, just as 125 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base"><CODE>Predicate</CODE></A> does for any <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><CODE>Object</CODE></A>.</TD> 126</TR> 127<TR BGCOLOR="white" CLASS="TableRowColor"> 128<TD><B><A HREF="../../../../com/google/common/base/class-use/CharMatcher.LookupTable.html#com.google.common.base"><B>CharMatcher.LookupTable</B></A></B> 129 130<BR> 131 A bit array with one bit per <code>char</code> value, used by <A HREF="../../../../com/google/common/base/CharMatcher.html#precomputed()"><CODE>CharMatcher.precomputed()</CODE></A>.</TD> 132</TR> 133<TR BGCOLOR="white" CLASS="TableRowColor"> 134<TD><B><A HREF="../../../../com/google/common/base/class-use/FinalizableReference.html#com.google.common.base"><B>FinalizableReference</B></A></B> 135 136<BR> 137 Implemented by references that have code to run after garbage collection of 138 their referents.</TD> 139</TR> 140<TR BGCOLOR="white" CLASS="TableRowColor"> 141<TD><B><A HREF="../../../../com/google/common/base/class-use/FinalizableReferenceQueue.html#com.google.common.base"><B>FinalizableReferenceQueue</B></A></B> 142 143<BR> 144 A reference queue with an associated background thread that dequeues 145 references and invokes <A HREF="../../../../com/google/common/base/FinalizableReference.html#finalizeReferent()"><CODE>FinalizableReference.finalizeReferent()</CODE></A> on 146 them.</TD> 147</TR> 148<TR BGCOLOR="white" CLASS="TableRowColor"> 149<TD><B><A HREF="../../../../com/google/common/base/class-use/Function.html#com.google.common.base"><B>Function</B></A></B> 150 151<BR> 152 A transformation from one object to another.</TD> 153</TR> 154<TR BGCOLOR="white" CLASS="TableRowColor"> 155<TD><B><A HREF="../../../../com/google/common/base/class-use/Joiner.html#com.google.common.base"><B>Joiner</B></A></B> 156 157<BR> 158 An object which joins pieces of text (specified as an array, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Iterable.html?is-external=true" title="class or interface in java.lang"><CODE>Iterable</CODE></A>, varargs or even a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true" title="class or interface in java.util"><CODE>Map</CODE></A>) with a separator.</TD> 159</TR> 160<TR BGCOLOR="white" CLASS="TableRowColor"> 161<TD><B><A HREF="../../../../com/google/common/base/class-use/Joiner.MapJoiner.html#com.google.common.base"><B>Joiner.MapJoiner</B></A></B> 162 163<BR> 164 An object that joins map entries in the same manner as <code>Joiner</code> joins 165 iterables and arrays.</TD> 166</TR> 167<TR BGCOLOR="white" CLASS="TableRowColor"> 168<TD><B><A HREF="../../../../com/google/common/base/class-use/Objects.ToStringHelper.html#com.google.common.base"><B>Objects.ToStringHelper</B></A></B> 169 170<BR> 171 Support class for <A HREF="../../../../com/google/common/base/Objects.html#toStringHelper(java.lang.Object)"><CODE>Objects.toStringHelper(java.lang.Object)</CODE></A>.</TD> 172</TR> 173<TR BGCOLOR="white" CLASS="TableRowColor"> 174<TD><B><A HREF="../../../../com/google/common/base/class-use/Predicate.html#com.google.common.base"><B>Predicate</B></A></B> 175 176<BR> 177 Determines a true or false value for a given input.</TD> 178</TR> 179<TR BGCOLOR="white" CLASS="TableRowColor"> 180<TD><B><A HREF="../../../../com/google/common/base/class-use/Service.State.html#com.google.common.base"><B>Service.State</B></A></B> 181 182<BR> 183 The lifecycle states of a service.</TD> 184</TR> 185<TR BGCOLOR="white" CLASS="TableRowColor"> 186<TD><B><A HREF="../../../../com/google/common/base/class-use/Splitter.html#com.google.common.base"><B>Splitter</B></A></B> 187 188<BR> 189 An object that divides strings (or other instances of <code>CharSequence</code>) 190 into substrings, by recognizing a <i>separator</i> (a.k.a.</TD> 191</TR> 192<TR BGCOLOR="white" CLASS="TableRowColor"> 193<TD><B><A HREF="../../../../com/google/common/base/class-use/Supplier.html#com.google.common.base"><B>Supplier</B></A></B> 194 195<BR> 196 A class that can supply objects of a single type.</TD> 197</TR> 198</TABLE> 199 200<P> 201<A NAME="com.google.common.collect"><!-- --></A> 202<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 203<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 204<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 205Classes in <A HREF="../../../../com/google/common/base/package-summary.html">com.google.common.base</A> used by <A HREF="../../../../com/google/common/collect/package-summary.html">com.google.common.collect</A></FONT></TH> 206</TR> 207<TR BGCOLOR="white" CLASS="TableRowColor"> 208<TD><B><A HREF="../../../../com/google/common/base/class-use/Function.html#com.google.common.collect"><B>Function</B></A></B> 209 210<BR> 211 A transformation from one object to another.</TD> 212</TR> 213<TR BGCOLOR="white" CLASS="TableRowColor"> 214<TD><B><A HREF="../../../../com/google/common/base/class-use/Predicate.html#com.google.common.collect"><B>Predicate</B></A></B> 215 216<BR> 217 Determines a true or false value for a given input.</TD> 218</TR> 219<TR BGCOLOR="white" CLASS="TableRowColor"> 220<TD><B><A HREF="../../../../com/google/common/base/class-use/Supplier.html#com.google.common.collect"><B>Supplier</B></A></B> 221 222<BR> 223 A class that can supply objects of a single type.</TD> 224</TR> 225</TABLE> 226 227<P> 228<A NAME="com.google.common.util.concurrent"><!-- --></A> 229<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 230<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 231<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 232Classes in <A HREF="../../../../com/google/common/base/package-summary.html">com.google.common.base</A> used by <A HREF="../../../../com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A></FONT></TH> 233</TR> 234<TR BGCOLOR="white" CLASS="TableRowColor"> 235<TD><B><A HREF="../../../../com/google/common/base/class-use/Function.html#com.google.common.util.concurrent"><B>Function</B></A></B> 236 237<BR> 238 A transformation from one object to another.</TD> 239</TR> 240<TR BGCOLOR="white" CLASS="TableRowColor"> 241<TD><B><A HREF="../../../../com/google/common/base/class-use/Service.html#com.google.common.util.concurrent"><B>Service</B></A></B> 242 243<BR> 244 An object with an operational state, plus asynchronous <A HREF="../../../../com/google/common/base/Service.html#start()"><CODE>Service.start()</CODE></A> and 245 <A HREF="../../../../com/google/common/base/Service.html#stop()"><CODE>Service.stop()</CODE></A> lifecycle methods to transfer into and out of this state.</TD> 246</TR> 247<TR BGCOLOR="white" CLASS="TableRowColor"> 248<TD><B><A HREF="../../../../com/google/common/base/class-use/Service.State.html#com.google.common.util.concurrent"><B>Service.State</B></A></B> 249 250<BR> 251 The lifecycle states of a service.</TD> 252</TR> 253</TABLE> 254 255<P> 256<HR> 257 258 259<!-- ======= START OF BOTTOM NAVBAR ====== --> 260<A NAME="navbar_bottom"><!-- --></A> 261<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 262<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 263<TR> 264<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 265<A NAME="navbar_bottom_firstrow"><!-- --></A> 266<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 267 <TR ALIGN="center" VALIGN="top"> 268 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 269 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 270 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 271 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT> </TD> 272 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 273 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 274 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 275 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 276 </TR> 277</TABLE> 278</TD> 279<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 280</EM> 281</TD> 282</TR> 283 284<TR> 285<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 286 PREV 287 NEXT</FONT></TD> 288<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 289 <A HREF="../../../../index.html?com/google/common/base/package-use.html" target="_top"><B>FRAMES</B></A> 290 <A HREF="package-use.html" target="_top"><B>NO FRAMES</B></A> 291 <SCRIPT type="text/javascript"> 292 <!-- 293 if(window==top) { 294 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 295 } 296 //--> 297</SCRIPT> 298<NOSCRIPT> 299 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 300</NOSCRIPT> 301 302 303</FONT></TD> 304</TR> 305</TABLE> 306<A NAME="skip-navbar_bottom"></A> 307<!-- ======== END OF BOTTOM NAVBAR ======= --> 308 309<HR> 310 311</BODY> 312</HTML> 313