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> 7 Index (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="Index (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"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> 42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-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="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </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?index-all.html" target="_top"><B>FRAMES</B></A> 62 <A HREF="index-all.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 <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <HR> 82 <A NAME="_A_"><!-- --></A><H2> 83 <B>A</B></H2> 84 <DL> 85 <DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent"><B>AbstractCheckedFuture</B></A><<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="type parameter in AbstractCheckedFuture">V</A>,<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="type parameter in AbstractCheckedFuture">E</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A>> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A delegating wrapper around a <A HREF="./com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent"><CODE>ListenableFuture</CODE></A> that adds support for 86 the <A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#checkedGet()"><CODE>AbstractCheckedFuture.checkedGet()</CODE></A> and <A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#checkedGet(long, java.util.concurrent.TimeUnit)"><CODE>AbstractCheckedFuture.checkedGet(long, TimeUnit)</CODE></A> methods.<DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#AbstractCheckedFuture(com.google.common.util.concurrent.ListenableFuture)"><B>AbstractCheckedFuture(ListenableFuture<V>)</B></A> - 87 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 88 <DD>Constructs an <code>AbstractCheckedFuture</code> that wraps a delegate. 89 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent"><B>AbstractExecutionThreadService</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Base class for services that can implement <A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#startUp()"><CODE>AbstractExecutionThreadService.startUp()</CODE></A>, <A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#run()"><CODE>AbstractExecutionThreadService.run()</CODE></A> and 90 <A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#shutDown()"><CODE>AbstractExecutionThreadService.shutDown()</CODE></A> methods.<DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#AbstractExecutionThreadService()"><B>AbstractExecutionThreadService()</B></A> - 91 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 92 <DD> 93 <DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent"><B>AbstractFuture</B></A><<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="type parameter in AbstractFuture">V</A>> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>An abstract implementation of the <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A> interface.<DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html#AbstractFuture()"><B>AbstractFuture()</B></A> - 94 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent">AbstractFuture</A> 95 <DD> 96 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent"><B>AbstractIdleService</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Base class for services that do not need a thread while "running" 97 but may need one during startup and shutdown.<DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#AbstractIdleService()"><B>AbstractIdleService()</B></A> - 98 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 99 <DD> 100 <DT><A HREF="./com/google/common/collect/AbstractIterator.html" title="class in com.google.common.collect"><B>AbstractIterator</B></A><<A HREF="./com/google/common/collect/AbstractIterator.html" title="type parameter in AbstractIterator">T</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>This class provides a skeletal implementation of the <code>Iterator</code> 101 interface, to make this interface easier to implement for certain types of 102 data sources.<DT><A HREF="./com/google/common/collect/AbstractIterator.html#AbstractIterator()"><B>AbstractIterator()</B></A> - 103 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/AbstractIterator.html" title="class in com.google.common.collect">AbstractIterator</A> 104 <DD> 105 <DT><A HREF="./com/google/common/util/concurrent/AbstractListenableFuture.html" title="class in com.google.common.util.concurrent"><B>AbstractListenableFuture</B></A><<A HREF="./com/google/common/util/concurrent/AbstractListenableFuture.html" title="type parameter in AbstractListenableFuture">V</A>> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>An abstract base implementation of the listener support provided by 106 <A HREF="./com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent"><CODE>ListenableFuture</CODE></A>.<DT><A HREF="./com/google/common/util/concurrent/AbstractListenableFuture.html#AbstractListenableFuture()"><B>AbstractListenableFuture()</B></A> - 107 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractListenableFuture.html" title="class in com.google.common.util.concurrent">AbstractListenableFuture</A> 108 <DD> 109 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent"><B>AbstractService</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Base class for implementing services that can handle <A HREF="./com/google/common/util/concurrent/AbstractService.html#doStart()"><CODE>AbstractService.doStart()</CODE></A> and 110 <A HREF="./com/google/common/util/concurrent/AbstractService.html#doStop()"><CODE>AbstractService.doStop()</CODE></A> requests, responding to them with <A HREF="./com/google/common/util/concurrent/AbstractService.html#notifyStarted()"><CODE>AbstractService.notifyStarted()</CODE></A> 111 and <A HREF="./com/google/common/util/concurrent/AbstractService.html#notifyStopped()"><CODE>AbstractService.notifyStopped()</CODE></A> callbacks.<DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#AbstractService()"><B>AbstractService()</B></A> - 112 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 113 <DD> 114 <DT><A HREF="./com/google/common/io/PatternFilenameFilter.html#accept(java.io.File, java.lang.String)"><B>accept(File, String)</B></A> - 115 Method in class com.google.common.io.<A HREF="./com/google/common/io/PatternFilenameFilter.html" title="class in com.google.common.io">PatternFilenameFilter</A> 116 <DD> 117 <DT><A HREF="./com/google/common/base/Objects.ToStringHelper.html#add(java.lang.String, java.lang.Object)"><B>add(String, Object)</B></A> - 118 Method in class com.google.common.base.<A HREF="./com/google/common/base/Objects.ToStringHelper.html" title="class in com.google.common.base">Objects.ToStringHelper</A> 119 <DD>Adds a name/value pair to the formatted output in <code>name=value</code> 120 format. 121 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#add(E, int)"><B>add(E, int)</B></A> - 122 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 123 <DD>Adds a number of occurrences of the specified element to this multiset. 124 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#add(E)"><B>add(E)</B></A> - 125 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 126 <DD> 127 <DT><A HREF="./com/google/common/collect/ForwardingList.html#add(int, E)"><B>add(int, E)</B></A> - 128 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 129 <DD> 130 <DT><A HREF="./com/google/common/collect/ForwardingListIterator.html#add(E)"><B>add(E)</B></A> - 131 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingListIterator.html" title="class in com.google.common.collect">ForwardingListIterator</A> 132 <DD> 133 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#add(E, int)"><B>add(E, int)</B></A> - 134 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 135 <DD> 136 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#add(E)"><B>add(E)</B></A> - 137 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 138 <DD>Guaranteed to throw an exception and leave the collection unmodified. 139 <DT><A HREF="./com/google/common/collect/ImmutableList.html#add(int, E)"><B>add(int, E)</B></A> - 140 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 141 <DD>Guaranteed to throw an exception and leave the list unmodified. 142 <DT><A HREF="./com/google/common/collect/ImmutableList.Builder.html#add(E)"><B>add(E)</B></A> - 143 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.Builder.html" title="class in com.google.common.collect">ImmutableList.Builder</A> 144 <DD>Adds <code>element</code> to the <code>ImmutableList</code>. 145 <DT><A HREF="./com/google/common/collect/ImmutableList.Builder.html#add(E...)"><B>add(E...)</B></A> - 146 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.Builder.html" title="class in com.google.common.collect">ImmutableList.Builder</A> 147 <DD>Adds each element of <code>elements</code> to the <code>ImmutableList</code>. 148 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#add(E, int)"><B>add(E, int)</B></A> - 149 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 150 <DD>Guaranteed to throw an exception and leave the collection unmodified. 151 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html#add(E)"><B>add(E)</B></A> - 152 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</A> 153 <DD>Adds <code>element</code> to the <code>ImmutableMultiset</code>. 154 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html#add(E...)"><B>add(E...)</B></A> - 155 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</A> 156 <DD>Adds each element of <code>elements</code> to the <code>ImmutableMultiset</code>. 157 <DT><A HREF="./com/google/common/collect/ImmutableSet.Builder.html#add(E)"><B>add(E)</B></A> - 158 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect">ImmutableSet.Builder</A> 159 <DD>Adds <code>element</code> to the <code>ImmutableSet</code>. 160 <DT><A HREF="./com/google/common/collect/ImmutableSet.Builder.html#add(E...)"><B>add(E...)</B></A> - 161 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect">ImmutableSet.Builder</A> 162 <DD>Adds each element of <code>elements</code> to the <code>ImmutableSet</code>, 163 ignoring duplicate elements (only the first duplicate element is added). 164 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html#add(E)"><B>add(E)</B></A> - 165 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect">ImmutableSortedSet.Builder</A> 166 <DD>Adds <code>element</code> to the <code>ImmutableSortedSet</code>. 167 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html#add(E...)"><B>add(E...)</B></A> - 168 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect">ImmutableSortedSet.Builder</A> 169 <DD>Adds each element of <code>elements</code> to the <code>ImmutableSortedSet</code>, 170 ignoring duplicate elements (only the first duplicate element is added). 171 <DT><A HREF="./com/google/common/collect/Multiset.html#add(E, int)"><B>add(E, int)</B></A> - 172 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 173 <DD>Adds a number of occurrences of an element to this multiset. 174 <DT><A HREF="./com/google/common/collect/Multiset.html#add(E)"><B>add(E)</B></A> - 175 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 176 <DD>Adds a single occurrence of the specified element to this multiset. 177 <DT><A HREF="./com/google/common/util/concurrent/ExecutionList.html#add(java.lang.Runnable, java.util.concurrent.Executor)"><B>add(Runnable, Executor)</B></A> - 178 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ExecutionList.html" title="class in com.google.common.util.concurrent">ExecutionList</A> 179 <DD>Add the runnable/executor pair to the list of pairs to execute. 180 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#addAll(java.util.Collection)"><B>addAll(Collection<? extends E>)</B></A> - 181 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 182 <DD> 183 <DT><A HREF="./com/google/common/collect/ForwardingList.html#addAll(int, java.util.Collection)"><B>addAll(int, Collection<? extends E>)</B></A> - 184 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 185 <DD> 186 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#addAll(java.util.Collection)"><B>addAll(Collection<? extends E>)</B></A> - 187 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 188 <DD>Guaranteed to throw an exception and leave the collection unmodified. 189 <DT><A HREF="./com/google/common/collect/ImmutableList.html#addAll(int, java.util.Collection)"><B>addAll(int, Collection<? extends E>)</B></A> - 190 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 191 <DD>Guaranteed to throw an exception and leave the list unmodified. 192 <DT><A HREF="./com/google/common/collect/ImmutableList.Builder.html#addAll(java.lang.Iterable)"><B>addAll(Iterable<? extends E>)</B></A> - 193 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.Builder.html" title="class in com.google.common.collect">ImmutableList.Builder</A> 194 <DD>Adds each element of <code>elements</code> to the <code>ImmutableList</code>. 195 <DT><A HREF="./com/google/common/collect/ImmutableList.Builder.html#addAll(java.util.Iterator)"><B>addAll(Iterator<? extends E>)</B></A> - 196 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.Builder.html" title="class in com.google.common.collect">ImmutableList.Builder</A> 197 <DD>Adds each element of <code>elements</code> to the <code>ImmutableList</code>. 198 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html#addAll(java.lang.Iterable)"><B>addAll(Iterable<? extends E>)</B></A> - 199 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</A> 200 <DD>Adds each element of <code>elements</code> to the <code>ImmutableMultiset</code>. 201 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html#addAll(java.util.Iterator)"><B>addAll(Iterator<? extends E>)</B></A> - 202 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</A> 203 <DD>Adds each element of <code>elements</code> to the <code>ImmutableMultiset</code>. 204 <DT><A HREF="./com/google/common/collect/ImmutableSet.Builder.html#addAll(java.lang.Iterable)"><B>addAll(Iterable<? extends E>)</B></A> - 205 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect">ImmutableSet.Builder</A> 206 <DD>Adds each element of <code>elements</code> to the <code>ImmutableSet</code>, 207 ignoring duplicate elements (only the first duplicate element is added). 208 <DT><A HREF="./com/google/common/collect/ImmutableSet.Builder.html#addAll(java.util.Iterator)"><B>addAll(Iterator<? extends E>)</B></A> - 209 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect">ImmutableSet.Builder</A> 210 <DD>Adds each element of <code>elements</code> to the <code>ImmutableSet</code>, 211 ignoring duplicate elements (only the first duplicate element is added). 212 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html#addAll(java.lang.Iterable)"><B>addAll(Iterable<? extends E>)</B></A> - 213 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect">ImmutableSortedSet.Builder</A> 214 <DD>Adds each element of <code>elements</code> to the <code>ImmutableSortedSet</code>, 215 ignoring duplicate elements (only the first duplicate element is added). 216 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html#addAll(java.util.Iterator)"><B>addAll(Iterator<? extends E>)</B></A> - 217 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect">ImmutableSortedSet.Builder</A> 218 <DD>Adds each element of <code>elements</code> to the <code>ImmutableSortedSet</code>, 219 ignoring duplicate elements (only the first duplicate element is added). 220 <DT><A HREF="./com/google/common/collect/Iterables.html#addAll(java.util.Collection, java.lang.Iterable)"><B>addAll(Collection<T>, Iterable<? extends T>)</B></A> - 221 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 222 <DD>Adds all elements in <code>iterable</code> to <code>collection</code>. 223 <DT><A HREF="./com/google/common/collect/Iterators.html#addAll(java.util.Collection, java.util.Iterator)"><B>addAll(Collection<T>, Iterator<? extends T>)</B></A> - 224 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 225 <DD>Adds all elements in <code>iterator</code> to <code>collection</code>. 226 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html#addCopies(E, int)"><B>addCopies(E, int)</B></A> - 227 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</A> 228 <DD>Adds a number of occurrences of an element to this <code>ImmutableMultiset</code>. 229 <DT><A HREF="./com/google/common/util/concurrent/Executors.html#addDelayedShutdownHook(java.util.concurrent.ExecutorService, long, java.util.concurrent.TimeUnit)"><B>addDelayedShutdownHook(ExecutorService, long, TimeUnit)</B></A> - 230 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Executors.html" title="class in com.google.common.util.concurrent">Executors</A> 231 <DD>Add a shutdown hook to wait for thread completion in the given 232 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>service</CODE></A>. 233 <DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#addListener(java.lang.Runnable, java.util.concurrent.Executor)"><B>addListener(Runnable, Executor)</B></A> - 234 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 235 <DD> 236 <DT><A HREF="./com/google/common/util/concurrent/AbstractListenableFuture.html#addListener(java.lang.Runnable, java.util.concurrent.Executor)"><B>addListener(Runnable, Executor)</B></A> - 237 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractListenableFuture.html" title="class in com.google.common.util.concurrent">AbstractListenableFuture</A> 238 <DD> 239 <DT><A HREF="./com/google/common/util/concurrent/ListenableFuture.html#addListener(java.lang.Runnable, java.util.concurrent.Executor)"><B>addListener(Runnable, Executor)</B></A> - 240 Method in interface com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A> 241 <DD>Adds a listener and executor to the ListenableFuture. 242 <DT><A HREF="./com/google/common/util/concurrent/ListenableFutureTask.html#addListener(java.lang.Runnable, java.util.concurrent.Executor)"><B>addListener(Runnable, Executor)</B></A> - 243 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ListenableFutureTask.html" title="class in com.google.common.util.concurrent">ListenableFutureTask</A> 244 <DD> 245 <DT><A HREF="./com/google/common/base/Objects.ToStringHelper.html#addValue(java.lang.Object)"><B>addValue(Object)</B></A> - 246 Method in class com.google.common.base.<A HREF="./com/google/common/base/Objects.ToStringHelper.html" title="class in com.google.common.base">Objects.ToStringHelper</A> 247 <DD>Adds a value to the formatted output in <code>value</code> format.<p/> 248 249 It is strongly encouraged to use <A HREF="./com/google/common/base/Objects.ToStringHelper.html#add(java.lang.String, java.lang.Object)"><CODE>Objects.ToStringHelper.add(String, Object)</CODE></A> instead and 250 give value a readable name. 251 <DT><A HREF="./com/google/common/collect/Iterables.html#all(java.lang.Iterable, com.google.common.base.Predicate)"><B>all(Iterable<T>, Predicate<? super T>)</B></A> - 252 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 253 <DD>Returns <code>true</code> if every element in <code>iterable</code> satisfies the 254 predicate. 255 <DT><A HREF="./com/google/common/collect/Iterators.html#all(java.util.Iterator, com.google.common.base.Predicate)"><B>all(Iterator<T>, Predicate<? super T>)</B></A> - 256 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 257 <DD>Returns <code>true</code> if every element returned by <code>iterator</code> 258 satisfies the given predicate. 259 <DT><A HREF="./com/google/common/base/Predicates.html#alwaysFalse()"><B>alwaysFalse()</B></A> - 260 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 261 <DD>Returns a predicate that always evaluates to <code>false</code>. 262 <DT><A HREF="./com/google/common/base/Predicates.html#alwaysTrue()"><B>alwaysTrue()</B></A> - 263 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 264 <DD>Returns a predicate that always evaluates to <code>true</code>. 265 <DT><A HREF="./com/google/common/base/CharMatcher.html#and(com.google.common.base.CharMatcher)"><B>and(CharMatcher)</B></A> - 266 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 267 <DD>Returns a matcher that matches any character matched by both this matcher 268 and <code>other</code>. 269 <DT><A HREF="./com/google/common/base/Predicates.html#and(java.lang.Iterable)"><B>and(Iterable<? extends Predicate<? super T>>)</B></A> - 270 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 271 <DD>Returns a predicate that evaluates to <code>true</code> if each of its 272 components evaluates to <code>true</code>. 273 <DT><A HREF="./com/google/common/base/Predicates.html#and(com.google.common.base.Predicate...)"><B>and(Predicate<? super T>...)</B></A> - 274 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 275 <DD>Returns a predicate that evaluates to <code>true</code> if each of its 276 components evaluates to <code>true</code>. 277 <DT><A HREF="./com/google/common/base/Predicates.html#and(com.google.common.base.Predicate, com.google.common.base.Predicate)"><B>and(Predicate<? super T>, Predicate<? super T>)</B></A> - 278 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 279 <DD>Returns a predicate that evaluates to <code>true</code> if both of its 280 components evaluate to <code>true</code>. 281 <DT><A HREF="./com/google/common/base/CharMatcher.html#ANY"><B>ANY</B></A> - 282 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 283 <DD>Matches any character. 284 <DT><A HREF="./com/google/common/collect/Iterables.html#any(java.lang.Iterable, com.google.common.base.Predicate)"><B>any(Iterable<T>, Predicate<? super T>)</B></A> - 285 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 286 <DD>Returns <code>true</code> if one or more elements in <code>iterable</code> satisfy 287 the predicate. 288 <DT><A HREF="./com/google/common/collect/Iterators.html#any(java.util.Iterator, com.google.common.base.Predicate)"><B>any(Iterator<T>, Predicate<? super T>)</B></A> - 289 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 290 <DD>Returns <code>true</code> if one or more elements returned by <code>iterator</code> 291 satisfy the given predicate. 292 <DT><A HREF="./com/google/common/base/CharMatcher.html#anyOf(java.lang.CharSequence)"><B>anyOf(CharSequence)</B></A> - 293 Static method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 294 <DD>Returns a <code>char</code> matcher that matches any character present in the 295 given character sequence. 296 <DT><A HREF="./com/google/common/io/Files.html#append(java.lang.CharSequence, java.io.File, java.nio.charset.Charset)"><B>append(CharSequence, File, Charset)</B></A> - 297 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 298 <DD>Appends a character sequence (such as a string) to a file using the given 299 character set. 300 <DT><A HREF="./com/google/common/base/Joiner.html#appendTo(A, java.lang.Iterable)"><B>appendTo(A, Iterable<?>)</B></A> - 301 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 302 <DD>Appends the string representation of each of <code>parts</code>, using the 303 previously configured separator between each, to <code>appendable</code>. 304 <DT><A HREF="./com/google/common/base/Joiner.html#appendTo(A, java.lang.Object[])"><B>appendTo(A, Object[])</B></A> - 305 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 306 <DD>Appends the string representation of each of <code>parts</code>, using the 307 previously configured separator between each, to <code>appendable</code>. 308 <DT><A HREF="./com/google/common/base/Joiner.html#appendTo(A, java.lang.Object, java.lang.Object, java.lang.Object...)"><B>appendTo(A, Object, Object, Object...)</B></A> - 309 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 310 <DD>Appends to <code>appendable</code> the string representation of each of the 311 remaining arguments. 312 <DT><A HREF="./com/google/common/base/Joiner.html#appendTo(java.lang.StringBuilder, java.lang.Iterable)"><B>appendTo(StringBuilder, Iterable<?>)</B></A> - 313 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 314 <DD>Appends the string representation of each of <code>parts</code>, using the 315 previously configured separator between each, to <code>builder</code>. 316 <DT><A HREF="./com/google/common/base/Joiner.html#appendTo(java.lang.StringBuilder, java.lang.Object[])"><B>appendTo(StringBuilder, Object[])</B></A> - 317 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 318 <DD>Appends the string representation of each of <code>parts</code>, using the 319 previously configured separator between each, to <code>builder</code>. 320 <DT><A HREF="./com/google/common/base/Joiner.html#appendTo(java.lang.StringBuilder, java.lang.Object, java.lang.Object, java.lang.Object...)"><B>appendTo(StringBuilder, Object, Object, Object...)</B></A> - 321 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 322 <DD>Appends to <code>builder</code> the string representation of each of the 323 remaining arguments. 324 <DT><A HREF="./com/google/common/base/Joiner.MapJoiner.html#appendTo(A, java.util.Map)"><B>appendTo(A, Map<?, ?>)</B></A> - 325 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.MapJoiner.html" title="class in com.google.common.base">Joiner.MapJoiner</A> 326 <DD>Appends the string representation of each entry of <code>map</code>, using the 327 previously configured separator and key-value separator, to <code>appendable</code>. 328 <DT><A HREF="./com/google/common/base/Joiner.MapJoiner.html#appendTo(java.lang.StringBuilder, java.util.Map)"><B>appendTo(StringBuilder, Map<?, ?>)</B></A> - 329 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.MapJoiner.html" title="class in com.google.common.base">Joiner.MapJoiner</A> 330 <DD>Appends the string representation of each entry of <code>map</code>, using the 331 previously configured separator and key-value separator, to <code>builder</code>. 332 <DT><A HREF="./com/google/common/base/CharMatcher.html#apply(java.lang.Character)"><B>apply(Character)</B></A> - 333 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 334 <DD>Returns <code>true</code> if this matcher matches the given character. 335 <DT><A HREF="./com/google/common/base/Function.html#apply(F)"><B>apply(F)</B></A> - 336 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Function.html" title="interface in com.google.common.base">Function</A> 337 <DD>Applies the function to an object of type <code>F</code>, resulting in an object 338 of type <code>T</code>. 339 <DT><A HREF="./com/google/common/base/Predicate.html#apply(T)"><B>apply(T)</B></A> - 340 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A> 341 <DD>Applies this predicate to the given object. 342 <DT><A HREF="./com/google/common/collect/Ordering.html#arbitrary()"><B>arbitrary()</B></A> - 343 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 344 <DD>Returns an arbitrary ordering over all objects, for which <code>compare(a, 345 b) == 0</code> implies <code>a == b</code> (identity equality). 346 <DT><A HREF="./com/google/common/collect/MapDifference.html#areEqual()"><B>areEqual()</B></A> - 347 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.html" title="interface in com.google.common.collect">MapDifference</A> 348 <DD>Returns <code>true</code> if there are no differences between the two maps; 349 that is, if the maps are equal. 350 <DT><A HREF="./com/google/common/collect/ArrayListMultimap.html" title="class in com.google.common.collect"><B>ArrayListMultimap</B></A><<A HREF="./com/google/common/collect/ArrayListMultimap.html" title="type parameter in ArrayListMultimap">K</A>,<A HREF="./com/google/common/collect/ArrayListMultimap.html" title="type parameter in ArrayListMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Implementation of <code>Multimap</code> that uses an <code>ArrayList</code> to store 351 the values for a given key.<DT><A HREF="./com/google/common/base/CharMatcher.html#ASCII"><B>ASCII</B></A> - 352 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 353 <DD>Determines whether a character is ASCII, meaning that its code point is 354 less than 128. 355 <DT><A HREF="./com/google/common/collect/Iterators.html#asEnumeration(java.util.Iterator)"><B>asEnumeration(Iterator<T>)</B></A> - 356 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 357 <DD>Adapts an <code>Iterator</code> to the <code>Enumeration</code> interface. 358 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#asList()"><B>asList()</B></A> - 359 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 360 <DD>Returns a list view of the collection. 361 <DT><A HREF="./com/google/common/collect/ImmutableList.html#asList()"><B>asList()</B></A> - 362 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 363 <DD>Returns this list instance. 364 <DT><A HREF="./com/google/common/collect/Lists.html#asList(E, E[])"><B>asList(E, E[])</B></A> - 365 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 366 <DD>Returns an unmodifiable list containing the specified first element and 367 backed by the specified array of additional elements. 368 <DT><A HREF="./com/google/common/collect/Lists.html#asList(E, E, E[])"><B>asList(E, E, E[])</B></A> - 369 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 370 <DD>Returns an unmodifiable list containing the specified first and second 371 element, and backed by the specified array of additional elements. 372 <DT><A HREF="./com/google/common/primitives/Booleans.html#asList(boolean...)"><B>asList(boolean...)</B></A> - 373 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 374 <DD>Returns a fixed-size list backed by the specified array, similar to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true#asList(T...)" title="class or interface in java.util"><CODE>Arrays.asList(Object[])</CODE></A>. 375 <DT><A HREF="./com/google/common/primitives/Bytes.html#asList(byte...)"><B>asList(byte...)</B></A> - 376 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives">Bytes</A> 377 <DD>Returns a fixed-size list backed by the specified array, similar to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true#asList(T...)" title="class or interface in java.util"><CODE>Arrays.asList(Object[])</CODE></A>. 378 <DT><A HREF="./com/google/common/primitives/Chars.html#asList(char...)"><B>asList(char...)</B></A> - 379 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 380 <DD>Returns a fixed-size list backed by the specified array, similar to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true#asList(T...)" title="class or interface in java.util"><CODE>Arrays.asList(Object[])</CODE></A>. 381 <DT><A HREF="./com/google/common/primitives/Doubles.html#asList(double...)"><B>asList(double...)</B></A> - 382 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 383 <DD>Returns a fixed-size list backed by the specified array, similar to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true#asList(T...)" title="class or interface in java.util"><CODE>Arrays.asList(Object[])</CODE></A>. 384 <DT><A HREF="./com/google/common/primitives/Floats.html#asList(float...)"><B>asList(float...)</B></A> - 385 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 386 <DD>Returns a fixed-size list backed by the specified array, similar to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true#asList(T...)" title="class or interface in java.util"><CODE>Arrays.asList(Object[])</CODE></A>. 387 <DT><A HREF="./com/google/common/primitives/Ints.html#asList(int...)"><B>asList(int...)</B></A> - 388 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 389 <DD>Returns a fixed-size list backed by the specified array, similar to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true#asList(T...)" title="class or interface in java.util"><CODE>Arrays.asList(Object[])</CODE></A>. 390 <DT><A HREF="./com/google/common/primitives/Longs.html#asList(long...)"><B>asList(long...)</B></A> - 391 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 392 <DD>Returns a fixed-size list backed by the specified array, similar to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true#asList(T...)" title="class or interface in java.util"><CODE>Arrays.asList(Object[])</CODE></A>. 393 <DT><A HREF="./com/google/common/primitives/Shorts.html#asList(short...)"><B>asList(short...)</B></A> - 394 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 395 <DD>Returns a fixed-size list backed by the specified array, similar to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true#asList(T...)" title="class or interface in java.util"><CODE>Arrays.asList(Object[])</CODE></A>. 396 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#asMap()"><B>asMap()</B></A> - 397 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 398 <DD> 399 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#asMap()"><B>asMap()</B></A> - 400 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 401 <DD>Returns an immutable map that associates each key with its corresponding 402 values in the multimap. 403 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#asMap()"><B>asMap()</B></A> - 404 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 405 <DD> 406 <DT><A HREF="./com/google/common/collect/ListMultimap.html#asMap()"><B>asMap()</B></A> - 407 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect">ListMultimap</A> 408 <DD>Returns a map view that associates each key with the corresponding values 409 in the multimap. 410 <DT><A HREF="./com/google/common/collect/Multimap.html#asMap()"><B>asMap()</B></A> - 411 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 412 <DD>Returns a map view that associates each key with the corresponding values 413 in the multimap. 414 <DT><A HREF="./com/google/common/collect/SetMultimap.html#asMap()"><B>asMap()</B></A> - 415 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect">SetMultimap</A> 416 <DD>Returns a map view that associates each key with the corresponding values 417 in the multimap. 418 <DT><A HREF="./com/google/common/collect/SortedSetMultimap.html#asMap()"><B>asMap()</B></A> - 419 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SortedSetMultimap.html" title="interface in com.google.common.collect">SortedSetMultimap</A> 420 <DD>Returns a map view that associates each key with the corresponding values 421 in the multimap. 422 <DT><A HREF="./com/google/common/collect/TreeMultimap.html#asMap()"><B>asMap()</B></A> - 423 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultimap.html" title="class in com.google.common.collect">TreeMultimap</A> 424 <DD>Returns a map view that associates each key with the corresponding values 425 in the multimap. 426 <DT><A HREF="./com/google/common/io/CharStreams.html#asWriter(java.lang.Appendable)"><B>asWriter(Appendable)</B></A> - 427 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 428 <DD>Returns a Writer that sends all output to the given <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang"><CODE>Appendable</CODE></A> 429 target. 430 <DT><A HREF="./com/google/common/collect/AsynchronousComputationException.html" title="class in com.google.common.collect"><B>AsynchronousComputationException</B></A> - Exception in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Wraps an exception that occured during a computation in a different thread.<DT><A HREF="./com/google/common/collect/AsynchronousComputationException.html#AsynchronousComputationException(java.lang.Throwable)"><B>AsynchronousComputationException(Throwable)</B></A> - 431 Constructor for exception com.google.common.collect.<A HREF="./com/google/common/collect/AsynchronousComputationException.html" title="class in com.google.common.collect">AsynchronousComputationException</A> 432 <DD>Creates a new instance with the given cause. 433 <DT><A HREF="./com/google/common/io/LimitInputStream.html#available()"><B>available()</B></A> - 434 Method in class com.google.common.io.<A HREF="./com/google/common/io/LimitInputStream.html" title="class in com.google.common.io">LimitInputStream</A> 435 <DD> 436 </DL> 437 <HR> 438 <A NAME="_B_"><!-- --></A><H2> 439 <B>B</B></H2> 440 <DL> 441 <DT><A HREF="./com/google/common/collect/BiMap.html" title="interface in com.google.common.collect"><B>BiMap</B></A><<A HREF="./com/google/common/collect/BiMap.html" title="type parameter in BiMap">K</A>,<A HREF="./com/google/common/collect/BiMap.html" title="type parameter in BiMap">V</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A bimap (or "bidirectional map") is a map that preserves the uniqueness of 442 its values as well as that of its keys.<DT><A HREF="./com/google/common/collect/Ordering.html#binarySearch(java.util.List, T)"><B>binarySearch(List<? extends T>, T)</B></A> - 443 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 444 <DD><A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collections.html?is-external=true#binarySearch(java.util.List, T, java.util.Comparator)" title="class or interface in java.util"><CODE>Searches</CODE></A> 445 <code>sortedList</code> for <code>key</code> using the binary search algorithm. 446 <DT><A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives"><B>Booleans</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Static utility methods pertaining to <code>boolean</code> primitives, that are not 447 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Boolean.html?is-external=true" title="class or interface in java.lang"><CODE>Boolean</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>.<DT><A HREF="./com/google/common/base/CharMatcher.html#BREAKING_WHITESPACE"><B>BREAKING_WHITESPACE</B></A> - 448 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 449 <DD>Determines whether a character is a breaking whitespace (that is, 450 a whitespace which can be interpreted as a break between words 451 for formatting purposes). 452 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html#build()"><B>build()</B></A> - 453 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html" title="class in com.google.common.collect">ImmutableBiMap.Builder</A> 454 <DD>Returns a newly-created immutable bimap. 455 <DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html#build()"><B>build()</B></A> - 456 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html" title="class in com.google.common.collect">ImmutableClassToInstanceMap.Builder</A> 457 <DD>Returns a new immutable class-to-instance map containing the entries 458 provided to this builder. 459 <DT><A HREF="./com/google/common/collect/ImmutableList.Builder.html#build()"><B>build()</B></A> - 460 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.Builder.html" title="class in com.google.common.collect">ImmutableList.Builder</A> 461 <DD>Returns a newly-created <code>ImmutableList</code> based on the contents of 462 the <code>Builder</code>. 463 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html#build()"><B>build()</B></A> - 464 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect">ImmutableListMultimap.Builder</A> 465 <DD>Returns a newly-created immutable multimap. 466 <DT><A HREF="./com/google/common/collect/ImmutableMap.Builder.html#build()"><B>build()</B></A> - 467 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.Builder.html" title="class in com.google.common.collect">ImmutableMap.Builder</A> 468 <DD>Returns a newly-created immutable map. 469 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html#build()"><B>build()</B></A> - 470 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="class in com.google.common.collect">ImmutableMultimap.Builder</A> 471 <DD>Returns a newly-created immutable multimap. 472 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html#build()"><B>build()</B></A> - 473 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</A> 474 <DD>Returns a newly-created <code>ImmutableMultiset</code> based on the contents 475 of the <code>Builder</code>. 476 <DT><A HREF="./com/google/common/collect/ImmutableSet.Builder.html#build()"><B>build()</B></A> - 477 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect">ImmutableSet.Builder</A> 478 <DD>Returns a newly-created <code>ImmutableSet</code> based on the contents of 479 the <code>Builder</code>. 480 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html#build()"><B>build()</B></A> - 481 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="class in com.google.common.collect">ImmutableSetMultimap.Builder</A> 482 <DD>Returns a newly-created immutable set multimap. 483 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html#build()"><B>build()</B></A> - 484 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</A> 485 <DD>Returns a newly-created immutable sorted map. 486 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html#build()"><B>build()</B></A> - 487 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect">ImmutableSortedSet.Builder</A> 488 <DD>Returns a newly-created <code>ImmutableSortedSet</code> based on the contents 489 of the <code>Builder</code> and its comparator. 490 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#builder()"><B>builder()</B></A> - 491 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 492 <DD>Returns a new builder. 493 <DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html#builder()"><B>builder()</B></A> - 494 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html" title="class in com.google.common.collect">ImmutableClassToInstanceMap</A> 495 <DD>Returns a new builder. 496 <DT><A HREF="./com/google/common/collect/ImmutableList.html#builder()"><B>builder()</B></A> - 497 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 498 <DD>Returns a new builder. 499 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#builder()"><B>builder()</B></A> - 500 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 501 <DD>Returns a new builder. 502 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#builder()"><B>builder()</B></A> - 503 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 504 <DD>Returns a new builder. 505 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#builder()"><B>builder()</B></A> - 506 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 507 <DD>Returns a new builder. 508 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#builder()"><B>builder()</B></A> - 509 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 510 <DD>Returns a new builder. 511 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#builder()"><B>builder()</B></A> - 512 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 513 <DD>Returns a new builder. 514 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#builder()"><B>builder()</B></A> - 515 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 516 <DD>Returns a new <A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="class in com.google.common.collect"><CODE>ImmutableSetMultimap.Builder</CODE></A>. 517 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io"><B>ByteArrayDataInput</B></A> - Interface in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>An extension of <code>DataInput</code> for reading from in-memory byte arrays; its 518 methods offer identical functionality but do not throw <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><CODE>IOException</CODE></A>.<DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io"><B>ByteArrayDataOutput</B></A> - Interface in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>An extension of <code>DataOutput</code> for writing to in-memory byte arrays; its 519 methods offer identical functionality but do not throw <A HREF="http://java.sun.com/javase/6/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io"><CODE>IOException</CODE></A>.<DT><A HREF="./com/google/common/io/ByteProcessor.html" title="interface in com.google.common.io"><B>ByteProcessor</B></A><<A HREF="./com/google/common/io/ByteProcessor.html" title="type parameter in ByteProcessor">T</A>> - Interface in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>A callback interface to process bytes from a stream.<DT><A HREF="./com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives"><B>Bytes</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Static utility methods pertaining to <code>byte</code> primitives, that are not 520 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Byte.html?is-external=true" title="class or interface in java.lang"><CODE>Byte</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>, <i>and interpret 521 bytes as neither signed nor unsigned</i>.<DT><A HREF="./com/google/common/primitives/Chars.html#BYTES"><B>BYTES</B></A> - 522 Static variable in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 523 <DD>The number of bytes required to represent a primitive <code>char</code> 524 value. 525 <DT><A HREF="./com/google/common/primitives/Ints.html#BYTES"><B>BYTES</B></A> - 526 Static variable in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 527 <DD>The number of bytes required to represent a primitive <code>int</code> 528 value. 529 <DT><A HREF="./com/google/common/primitives/Longs.html#BYTES"><B>BYTES</B></A> - 530 Static variable in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 531 <DD>The number of bytes required to represent a primitive <code>long</code> 532 value. 533 <DT><A HREF="./com/google/common/primitives/Shorts.html#BYTES"><B>BYTES</B></A> - 534 Static variable in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 535 <DD>The number of bytes required to represent a primitive <code>short</code> 536 value. 537 <DT><A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io"><B>ByteStreams</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>Provides utility methods for working with byte arrays and I/O streams.</DL> 538 <HR> 539 <A NAME="_C_"><!-- --></A><H2> 540 <B>C</B></H2> 541 <DL> 542 <DT><A HREF="./com/google/common/util/concurrent/Callables.html" title="class in com.google.common.util.concurrent"><B>Callables</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Static utility methods pertaining to the <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Callable.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Callable</CODE></A> interface.<DT><A HREF="./com/google/common/util/concurrent/FakeTimeLimiter.html#callWithTimeout(java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit, boolean)"><B>callWithTimeout(Callable<T>, long, TimeUnit, boolean)</B></A> - 543 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/FakeTimeLimiter.html" title="class in com.google.common.util.concurrent">FakeTimeLimiter</A> 544 <DD> 545 <DT><A HREF="./com/google/common/util/concurrent/SimpleTimeLimiter.html#callWithTimeout(java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit, boolean)"><B>callWithTimeout(Callable<T>, long, TimeUnit, boolean)</B></A> - 546 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/SimpleTimeLimiter.html" title="class in com.google.common.util.concurrent">SimpleTimeLimiter</A> 547 <DD> 548 <DT><A HREF="./com/google/common/util/concurrent/TimeLimiter.html#callWithTimeout(java.util.concurrent.Callable, long, java.util.concurrent.TimeUnit, boolean)"><B>callWithTimeout(Callable<T>, long, TimeUnit, boolean)</B></A> - 549 Method in interface com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/TimeLimiter.html" title="interface in com.google.common.util.concurrent">TimeLimiter</A> 550 <DD>Invokes a specified Callable, timing out after the specified time limit. 551 <DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#cancel(boolean)"><B>cancel(boolean)</B></A> - 552 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 553 <DD> 554 <DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html#cancel(boolean)"><B>cancel(boolean)</B></A> - 555 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent">AbstractFuture</A> 556 <DD> 557 <DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html#cancel()"><B>cancel()</B></A> - 558 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent">AbstractFuture</A> 559 <DD>Subclasses should invoke this method to mark the future as cancelled. 560 <DT><A HREF="./com/google/common/util/concurrent/ForwardingFuture.html#cancel(boolean)"><B>cancel(boolean)</B></A> - 561 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingFuture.html" title="class in com.google.common.util.concurrent">ForwardingFuture</A> 562 <DD> 563 <DT><A HREF="./com/google/common/util/concurrent/ValueFuture.html#cancel(boolean)"><B>cancel(boolean)</B></A> - 564 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ValueFuture.html" title="class in com.google.common.util.concurrent">ValueFuture</A> 565 <DD> 566 <DT><A HREF="./com/google/common/collect/Sets.html#cartesianProduct(java.util.List)"><B>cartesianProduct(List<? extends Set<? extends B>>)</B></A> - 567 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 568 <DD>Returns every possible list that can be formed by choosing one element 569 from each of the given sets in order; the "n-ary 570 <a href="http://en.wikipedia.org/wiki/Cartesian_product">Cartesian 571 product</a>" of the sets. 572 <DT><A HREF="./com/google/common/collect/Sets.html#cartesianProduct(java.util.Set...)"><B>cartesianProduct(Set<? extends B>...)</B></A> - 573 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 574 <DD>Returns every possible list that can be formed by choosing one element 575 from each of the given sets in order; the "n-ary 576 <a href="http://en.wikipedia.org/wiki/Cartesian_product">Cartesian 577 product</a>" of the sets. 578 <DT><A HREF="./com/google/common/base/CaseFormat.html" title="enum in com.google.common.base"><B>CaseFormat</B></A> - Enum in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Utility class for converting between various case formats.<DT><A HREF="./com/google/common/util/concurrent/Futures.html#chain(com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function)"><B>chain(ListenableFuture<I>, Function<? super I, ? extends ListenableFuture<? extends O>>)</B></A> - 579 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 580 <DD>Creates a new <code>ListenableFuture</code> that wraps another 581 <code>ListenableFuture</code>. 582 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#chain(com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function, java.util.concurrent.Executor)"><B>chain(ListenableFuture<I>, Function<? super I, ? extends ListenableFuture<? extends O>>, Executor)</B></A> - 583 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 584 <DD>Creates a new <code>ListenableFuture</code> that wraps another 585 <code>ListenableFuture</code>. 586 <DT><A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base"><B>CharMatcher</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Determines a true or false value for any Java <code>char</code> value, just as 587 <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>.<DT><A HREF="./com/google/common/base/CharMatcher.html#CharMatcher()"><B>CharMatcher()</B></A> - 588 Constructor for class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 589 <DD> 590 <DT><A HREF="./com/google/common/base/CharMatcher.LookupTable.html" title="class in com.google.common.base"><B>CharMatcher.LookupTable</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>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>.<DT><A HREF="./com/google/common/base/CharMatcher.LookupTable.html#CharMatcher.LookupTable()"><B>CharMatcher.LookupTable()</B></A> - 591 Constructor for class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.LookupTable.html" title="class in com.google.common.base">CharMatcher.LookupTable</A> 592 <DD> 593 <DT><A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives"><B>Chars</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Static utility methods pertaining to <code>char</code> primitives, that are not 594 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang"><CODE>Character</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>.<DT><A HREF="./com/google/common/base/Charsets.html" title="class in com.google.common.base"><B>Charsets</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Contains constant definitions for the six standard <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/charset/Charset.html?is-external=true" title="class or interface in java.nio.charset"><CODE>Charset</CODE></A> 595 instances, which are guaranteed to be supported by all Java platform 596 implementations.<DT><A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io"><B>CharStreams</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>Provides utility methods for working with character streams.<DT><A HREF="./com/google/common/base/Preconditions.html#checkArgument(boolean)"><B>checkArgument(boolean)</B></A> - 597 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 598 <DD>Ensures the truth of an expression involving one or more parameters to the 599 calling method. 600 <DT><A HREF="./com/google/common/base/Preconditions.html#checkArgument(boolean, java.lang.Object)"><B>checkArgument(boolean, Object)</B></A> - 601 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 602 <DD>Ensures the truth of an expression involving one or more parameters to the 603 calling method. 604 <DT><A HREF="./com/google/common/base/Preconditions.html#checkArgument(boolean, java.lang.String, java.lang.Object...)"><B>checkArgument(boolean, String, Object...)</B></A> - 605 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 606 <DD>Ensures the truth of an expression involving one or more parameters to the 607 calling method. 608 <DT><A HREF="./com/google/common/primitives/Chars.html#checkedCast(long)"><B>checkedCast(long)</B></A> - 609 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 610 <DD>Returns the <code>char</code> value that is equal to <code>value</code>, if possible. 611 <DT><A HREF="./com/google/common/primitives/Ints.html#checkedCast(long)"><B>checkedCast(long)</B></A> - 612 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 613 <DD>Returns the <code>int</code> value that is equal to <code>value</code>, if possible. 614 <DT><A HREF="./com/google/common/primitives/Shorts.html#checkedCast(long)"><B>checkedCast(long)</B></A> - 615 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 616 <DD>Returns the <code>short</code> value that is equal to <code>value</code>, if possible. 617 <DT><A HREF="./com/google/common/primitives/SignedBytes.html#checkedCast(long)"><B>checkedCast(long)</B></A> - 618 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives">SignedBytes</A> 619 <DD>Returns the <code>byte</code> value that is equal to <code>value</code>, if possible. 620 <DT><A HREF="./com/google/common/primitives/UnsignedBytes.html#checkedCast(long)"><B>checkedCast(long)</B></A> - 621 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives">UnsignedBytes</A> 622 <DD>Returns the <code>byte</code> value that, when treated as unsigned, is equal to 623 <code>value</code>, if possible. 624 <DT><A HREF="./com/google/common/util/concurrent/CheckedFuture.html" title="interface in com.google.common.util.concurrent"><B>CheckedFuture</B></A><<A HREF="./com/google/common/util/concurrent/CheckedFuture.html" title="type parameter in CheckedFuture">V</A>,<A HREF="./com/google/common/util/concurrent/CheckedFuture.html" title="type parameter in CheckedFuture">E</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</A>> - Interface in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A <code>CheckedFuture</code> is an extension of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A> that includes 625 versions of the <code>get</code> methods that can throw a checked exception and 626 allows listeners to be attached to the future.<DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#checkedGet()"><B>checkedGet()</B></A> - 627 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 628 <DD> 629 <DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#checkedGet(long, java.util.concurrent.TimeUnit)"><B>checkedGet(long, TimeUnit)</B></A> - 630 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 631 <DD> 632 <DT><A HREF="./com/google/common/util/concurrent/CheckedFuture.html#checkedGet()"><B>checkedGet()</B></A> - 633 Method in interface com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/CheckedFuture.html" title="interface in com.google.common.util.concurrent">CheckedFuture</A> 634 <DD>Exception checking version of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get()" title="class or interface in java.util.concurrent"><CODE>Future.get()</CODE></A> that will translate 635 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang"><CODE>InterruptedException</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>CancellationException</CODE></A> and 636 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutionException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutionException</CODE></A> into application-specific exceptions. 637 <DT><A HREF="./com/google/common/util/concurrent/CheckedFuture.html#checkedGet(long, java.util.concurrent.TimeUnit)"><B>checkedGet(long, TimeUnit)</B></A> - 638 Method in interface com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/CheckedFuture.html" title="interface in com.google.common.util.concurrent">CheckedFuture</A> 639 <DD>Exception checking version of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true#get(long, java.util.concurrent.TimeUnit)" title="class or interface in java.util.concurrent"><CODE>Future.get(long, TimeUnit)</CODE></A> that will 640 translate <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang"><CODE>InterruptedException</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>CancellationException</CODE></A> and 641 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutionException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutionException</CODE></A> into application-specific exceptions. 642 <DT><A HREF="./com/google/common/base/Preconditions.html#checkElementIndex(int, int)"><B>checkElementIndex(int, int)</B></A> - 643 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 644 <DD>Ensures that <code>index</code> specifies a valid <i>element</i> in an array, 645 list or string of size <code>size</code>. 646 <DT><A HREF="./com/google/common/base/Preconditions.html#checkElementIndex(int, int, java.lang.String)"><B>checkElementIndex(int, int, String)</B></A> - 647 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 648 <DD>Ensures that <code>index</code> specifies a valid <i>element</i> in an array, 649 list or string of size <code>size</code>. 650 <DT><A HREF="./com/google/common/base/Preconditions.html#checkNotNull(T)"><B>checkNotNull(T)</B></A> - 651 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 652 <DD>Ensures that an object reference passed as a parameter to the calling 653 method is not null. 654 <DT><A HREF="./com/google/common/base/Preconditions.html#checkNotNull(T, java.lang.Object)"><B>checkNotNull(T, Object)</B></A> - 655 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 656 <DD>Ensures that an object reference passed as a parameter to the calling 657 method is not null. 658 <DT><A HREF="./com/google/common/base/Preconditions.html#checkNotNull(T, java.lang.String, java.lang.Object...)"><B>checkNotNull(T, String, Object...)</B></A> - 659 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 660 <DD>Ensures that an object reference passed as a parameter to the calling 661 method is not null. 662 <DT><A HREF="./com/google/common/base/Preconditions.html#checkPositionIndex(int, int)"><B>checkPositionIndex(int, int)</B></A> - 663 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 664 <DD>Ensures that <code>index</code> specifies a valid <i>position</i> in an array, 665 list or string of size <code>size</code>. 666 <DT><A HREF="./com/google/common/base/Preconditions.html#checkPositionIndex(int, int, java.lang.String)"><B>checkPositionIndex(int, int, String)</B></A> - 667 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 668 <DD>Ensures that <code>index</code> specifies a valid <i>position</i> in an array, 669 list or string of size <code>size</code>. 670 <DT><A HREF="./com/google/common/base/Preconditions.html#checkPositionIndexes(int, int, int)"><B>checkPositionIndexes(int, int, int)</B></A> - 671 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 672 <DD>Ensures that <code>start</code> and <code>end</code> specify a valid <i>positions</i> 673 in an array, list or string of size <code>size</code>, and are in order. 674 <DT><A HREF="./com/google/common/base/Preconditions.html#checkState(boolean)"><B>checkState(boolean)</B></A> - 675 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 676 <DD>Ensures the truth of an expression involving the state of the calling 677 instance, but not involving any parameters to the calling method. 678 <DT><A HREF="./com/google/common/base/Preconditions.html#checkState(boolean, java.lang.Object)"><B>checkState(boolean, Object)</B></A> - 679 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 680 <DD>Ensures the truth of an expression involving the state of the calling 681 instance, but not involving any parameters to the calling method. 682 <DT><A HREF="./com/google/common/base/Preconditions.html#checkState(boolean, java.lang.String, java.lang.Object...)"><B>checkState(boolean, String, Object...)</B></A> - 683 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base">Preconditions</A> 684 <DD>Ensures the truth of an expression involving the state of the calling 685 instance, but not involving any parameters to the calling method. 686 <DT><A HREF="./com/google/common/collect/ClassToInstanceMap.html" title="interface in com.google.common.collect"><B>ClassToInstanceMap</B></A><<A HREF="./com/google/common/collect/ClassToInstanceMap.html" title="type parameter in ClassToInstanceMap">B</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A map, each entry of which maps a Java 687 <a href="http://tinyurl.com/2cmwkz">raw type</a> to an instance of that type.<DT><A HREF="./com/google/common/collect/ForwardingCollection.html#clear()"><B>clear()</B></A> - 688 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 689 <DD> 690 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#clear()"><B>clear()</B></A> - 691 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 692 <DD> 693 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#clear()"><B>clear()</B></A> - 694 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 695 <DD> 696 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#clear()"><B>clear()</B></A> - 697 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 698 <DD>Guaranteed to throw an exception and leave the collection unmodified. 699 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#clear()"><B>clear()</B></A> - 700 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 701 <DD>Guaranteed to throw an exception and leave the map unmodified. 702 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#clear()"><B>clear()</B></A> - 703 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 704 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 705 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#clear()"><B>clear()</B></A> - 706 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 707 <DD> 708 <DT><A HREF="./com/google/common/collect/Multimap.html#clear()"><B>clear()</B></A> - 709 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 710 <DD>Removes all key-value pairs from the multimap. 711 <DT><A HREF="./com/google/common/io/Closeables.html#close(java.io.Closeable, boolean)"><B>close(Closeable, boolean)</B></A> - 712 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Closeables.html" title="class in com.google.common.io">Closeables</A> 713 <DD>Closes a <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><CODE>Closeable</CODE></A>, with control over whether an 714 <code>IOException</code> may be thrown. 715 <DT><A HREF="./com/google/common/io/FileBackedOutputStream.html#close()"><B>close()</B></A> - 716 Method in class com.google.common.io.<A HREF="./com/google/common/io/FileBackedOutputStream.html" title="class in com.google.common.io">FileBackedOutputStream</A> 717 <DD> 718 <DT><A HREF="./com/google/common/io/Closeables.html" title="class in com.google.common.io"><B>Closeables</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>Utility methods for working with <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><CODE>Closeable</CODE></A> objects.<DT><A HREF="./com/google/common/io/Closeables.html#closeQuietly(java.io.Closeable)"><B>closeQuietly(Closeable)</B></A> - 719 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Closeables.html" title="class in com.google.common.io">Closeables</A> 720 <DD>Equivalent to calling <code>close(closeable, true)</code>, but with no 721 IOException in the signature. 722 <DT><A HREF="./com/google/common/base/CharMatcher.html#collapseFrom(java.lang.CharSequence, char)"><B>collapseFrom(CharSequence, char)</B></A> - 723 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 724 <DD>Returns a string copy of the input character sequence, with each group of 725 consecutive characters that match this matcher replaced by a single 726 replacement character. 727 <DT><A HREF="./com/google/common/collect/Collections2.html" title="class in com.google.common.collect"><B>Collections2</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Provides static methods for working with <code>Collection</code> instances.<DT><A HREF="./com/google/common/annotations/package-summary.html"><B>com.google.common.annotations</B></A> - package com.google.common.annotations<DD> <DT><A HREF="./com/google/common/base/package-summary.html"><B>com.google.common.base</B></A> - package com.google.common.base<DD>Miscellaneous common util classes and annotations.<DT><A HREF="./com/google/common/collect/package-summary.html"><B>com.google.common.collect</B></A> - package com.google.common.collect<DD>This package contains generic collection interfaces and implementations, and 728 other utilities for working with collections.<DT><A HREF="./com/google/common/io/package-summary.html"><B>com.google.common.io</B></A> - package com.google.common.io<DD> <DT><A HREF="./com/google/common/primitives/package-summary.html"><B>com.google.common.primitives</B></A> - package com.google.common.primitives<DD> <DT><A HREF="./com/google/common/util/concurrent/package-summary.html"><B>com.google.common.util.concurrent</B></A> - package com.google.common.util.concurrent<DD> <DT><A HREF="./com/google/common/collect/ForwardingSortedMap.html#comparator()"><B>comparator()</B></A> - 729 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="class in com.google.common.collect">ForwardingSortedMap</A> 730 <DD> 731 <DT><A HREF="./com/google/common/collect/ForwardingSortedSet.html#comparator()"><B>comparator()</B></A> - 732 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedSet.html" title="class in com.google.common.collect">ForwardingSortedSet</A> 733 <DD> 734 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#comparator()"><B>comparator()</B></A> - 735 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 736 <DD>Returns the comparator that orders the keys, which is 737 <A HREF="./com/google/common/collect/Ordering.html#natural()"><CODE>Ordering.natural()</CODE></A> when the natural ordering of the keys is used. 738 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#comparator()"><B>comparator()</B></A> - 739 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 740 <DD>Returns the comparator that orders the elements, which is 741 <A HREF="./com/google/common/collect/Ordering.html#natural()"><CODE>Ordering.natural()</CODE></A> when the natural ordering of the 742 elements is used. 743 <DT><A HREF="./com/google/common/collect/ComparisonChain.html#compare(java.lang.Comparable, java.lang.Comparable)"><B>compare(Comparable<?>, Comparable<?>)</B></A> - 744 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ComparisonChain.html" title="class in com.google.common.collect">ComparisonChain</A> 745 <DD>Compares two comparable objects as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Comparable.html?is-external=true#compareTo(T)" title="class or interface in java.lang"><CODE>Comparable.compareTo(T)</CODE></A>, <i>if</i> the result of this comparison chain 746 has not already been determined. 747 <DT><A HREF="./com/google/common/collect/ComparisonChain.html#compare(T, T, java.util.Comparator)"><B>compare(T, T, Comparator<T>)</B></A> - 748 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ComparisonChain.html" title="class in com.google.common.collect">ComparisonChain</A> 749 <DD>Compares two objects using a comparator, <i>if</i> the result of this 750 comparison chain has not already been determined. 751 <DT><A HREF="./com/google/common/collect/ComparisonChain.html#compare(int, int)"><B>compare(int, int)</B></A> - 752 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ComparisonChain.html" title="class in com.google.common.collect">ComparisonChain</A> 753 <DD>Compares two <code>int</code> values as specified by <A HREF="./com/google/common/primitives/Ints.html#compare(int, int)"><CODE>Ints.compare(int, int)</CODE></A>, 754 <i>if</i> the result of this comparison chain has not already been 755 determined. 756 <DT><A HREF="./com/google/common/collect/ComparisonChain.html#compare(long, long)"><B>compare(long, long)</B></A> - 757 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ComparisonChain.html" title="class in com.google.common.collect">ComparisonChain</A> 758 <DD>Compares two <code>long</code> values as specified by <A HREF="./com/google/common/primitives/Longs.html#compare(long, long)"><CODE>Longs.compare(long, long)</CODE></A>, 759 <i>if</i> the result of this comparison chain has not already been 760 determined. 761 <DT><A HREF="./com/google/common/collect/ComparisonChain.html#compare(float, float)"><B>compare(float, float)</B></A> - 762 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ComparisonChain.html" title="class in com.google.common.collect">ComparisonChain</A> 763 <DD>Compares two <code>float</code> values as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Float.html?is-external=true#compare(float, float)" title="class or interface in java.lang"><CODE>Float.compare(float, float)</CODE></A>, <i>if</i> the result of this comparison chain has not 764 already been determined. 765 <DT><A HREF="./com/google/common/collect/ComparisonChain.html#compare(double, double)"><B>compare(double, double)</B></A> - 766 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ComparisonChain.html" title="class in com.google.common.collect">ComparisonChain</A> 767 <DD>Compares two <code>double</code> values as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Double.html?is-external=true#compare(double, double)" title="class or interface in java.lang"><CODE>Double.compare(double, double)</CODE></A>, <i>if</i> the result of this comparison chain has not 768 already been determined. 769 <DT><A HREF="./com/google/common/collect/ComparisonChain.html#compare(boolean, boolean)"><B>compare(boolean, boolean)</B></A> - 770 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ComparisonChain.html" title="class in com.google.common.collect">ComparisonChain</A> 771 <DD>Compares two <code>boolean</code> values as specified by <A HREF="./com/google/common/primitives/Booleans.html#compare(boolean, boolean)"><CODE>Booleans.compare(boolean, boolean)</CODE></A>, <i>if</i> the result of this comparison chain has not 772 already been determined. 773 <DT><A HREF="./com/google/common/primitives/Booleans.html#compare(boolean, boolean)"><B>compare(boolean, boolean)</B></A> - 774 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 775 <DD>Compares the two specified <code>boolean</code> values in the standard way 776 (<code>false</code> is considered less than <code>true</code>). 777 <DT><A HREF="./com/google/common/primitives/Chars.html#compare(char, char)"><B>compare(char, char)</B></A> - 778 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 779 <DD>Compares the two specified <code>char</code> values. 780 <DT><A HREF="./com/google/common/primitives/Doubles.html#compare(double, double)"><B>compare(double, double)</B></A> - 781 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 782 <DD>Compares the two specified <code>double</code> values. 783 <DT><A HREF="./com/google/common/primitives/Floats.html#compare(float, float)"><B>compare(float, float)</B></A> - 784 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 785 <DD>Compares the two specified <code>float</code> values using <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Float.html?is-external=true#compare(float, float)" title="class or interface in java.lang"><CODE>Float.compare(float, float)</CODE></A>. 786 <DT><A HREF="./com/google/common/primitives/Ints.html#compare(int, int)"><B>compare(int, int)</B></A> - 787 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 788 <DD>Compares the two specified <code>int</code> values. 789 <DT><A HREF="./com/google/common/primitives/Longs.html#compare(long, long)"><B>compare(long, long)</B></A> - 790 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 791 <DD>Compares the two specified <code>long</code> values. 792 <DT><A HREF="./com/google/common/primitives/Shorts.html#compare(short, short)"><B>compare(short, short)</B></A> - 793 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 794 <DD>Compares the two specified <code>short</code> values. 795 <DT><A HREF="./com/google/common/primitives/SignedBytes.html#compare(byte, byte)"><B>compare(byte, byte)</B></A> - 796 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives">SignedBytes</A> 797 <DD>Compares the two specified <code>byte</code> values. 798 <DT><A HREF="./com/google/common/primitives/UnsignedBytes.html#compare(byte, byte)"><B>compare(byte, byte)</B></A> - 799 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives">UnsignedBytes</A> 800 <DD>Compares the two specified <code>byte</code> values, treating them as unsigned 801 values between 0 and 255 inclusive. 802 <DT><A HREF="./com/google/common/collect/ComparisonChain.html" title="class in com.google.common.collect"><B>ComparisonChain</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A utility for performing a "lazy" chained comparison statement, which 803 performs comparisons only until it finds a nonzero result.<DT><A HREF="./com/google/common/collect/Sets.html#complementOf(java.util.Collection)"><B>complementOf(Collection<E>)</B></A> - 804 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 805 <DD>Creates an <code>EnumSet</code> consisting of all enum values that are not in 806 the specified collection. 807 <DT><A HREF="./com/google/common/collect/Sets.html#complementOf(java.util.Collection, java.lang.Class)"><B>complementOf(Collection<E>, Class<E>)</B></A> - 808 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 809 <DD>Creates an <code>EnumSet</code> consisting of all enum values that are not in 810 the specified collection. 811 <DT><A HREF="./com/google/common/base/Functions.html#compose(com.google.common.base.Function, com.google.common.base.Function)"><B>compose(Function<B, C>, Function<A, ? extends B>)</B></A> - 812 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Functions.html" title="class in com.google.common.base">Functions</A> 813 <DD>Returns the composition of two functions. 814 <DT><A HREF="./com/google/common/base/Predicates.html#compose(com.google.common.base.Predicate, com.google.common.base.Function)"><B>compose(Predicate<B>, Function<A, ? extends B>)</B></A> - 815 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 816 <DD>Returns the composition of a function and a predicate. 817 <DT><A HREF="./com/google/common/base/Suppliers.html#compose(com.google.common.base.Function, com.google.common.base.Supplier)"><B>compose(Function<? super F, T>, Supplier<F>)</B></A> - 818 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Suppliers.html" title="class in com.google.common.base">Suppliers</A> 819 <DD>Returns a new supplier which is the composition of the provided function 820 and supplier. 821 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#compose(com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function)"><B>compose(ListenableFuture<I>, Function<? super I, ? extends O>)</B></A> - 822 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 823 <DD>Creates a new <code>ListenableFuture</code> that wraps another 824 <code>ListenableFuture</code>. 825 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#compose(com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function, java.util.concurrent.Executor)"><B>compose(ListenableFuture<I>, Function<? super I, ? extends O>, Executor)</B></A> - 826 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 827 <DD>Creates a new <code>ListenableFuture</code> that wraps another 828 <code>ListenableFuture</code>. 829 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#compose(java.util.concurrent.Future, com.google.common.base.Function)"><B>compose(Future<I>, Function<? super I, ? extends O>)</B></A> - 830 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 831 <DD>Creates a new <code>Future</code> that wraps another <code>Future</code>. 832 <DT><A HREF="./com/google/common/collect/Ordering.html#compound(java.lang.Iterable)"><B>compound(Iterable<? extends Comparator<? super T>>)</B></A> - 833 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 834 <DD>Returns an ordering which tries each given comparator in order until a 835 non-zero result is found, returning that result, and returning zero only if 836 all comparators return zero. 837 <DT><A HREF="./com/google/common/collect/Ordering.html#compound(java.util.Comparator)"><B>compound(Comparator<? super U>)</B></A> - 838 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 839 <DD>Returns an ordering which first uses the ordering <code>this</code>, but which 840 in the event of a "tie", then delegates to <code>secondaryComparator</code>. 841 <DT><A HREF="./com/google/common/collect/ComputationException.html" title="class in com.google.common.collect"><B>ComputationException</B></A> - Exception in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Wraps an exception that occured during a computation.<DT><A HREF="./com/google/common/collect/ComputationException.html#ComputationException(java.lang.Throwable)"><B>ComputationException(Throwable)</B></A> - 842 Constructor for exception com.google.common.collect.<A HREF="./com/google/common/collect/ComputationException.html" title="class in com.google.common.collect">ComputationException</A> 843 <DD>Creates a new instance with the given cause. 844 <DT><A HREF="./com/google/common/collect/AbstractIterator.html#computeNext()"><B>computeNext()</B></A> - 845 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/AbstractIterator.html" title="class in com.google.common.collect">AbstractIterator</A> 846 <DD>Returns the next element. 847 <DT><A HREF="./com/google/common/collect/Iterables.html#concat(java.lang.Iterable, java.lang.Iterable)"><B>concat(Iterable<? extends T>, Iterable<? extends T>)</B></A> - 848 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 849 <DD>Combines two iterables into a single iterable. 850 <DT><A HREF="./com/google/common/collect/Iterables.html#concat(java.lang.Iterable, java.lang.Iterable, java.lang.Iterable)"><B>concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>)</B></A> - 851 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 852 <DD>Combines three iterables into a single iterable. 853 <DT><A HREF="./com/google/common/collect/Iterables.html#concat(java.lang.Iterable, java.lang.Iterable, java.lang.Iterable, java.lang.Iterable)"><B>concat(Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>, Iterable<? extends T>)</B></A> - 854 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 855 <DD>Combines four iterables into a single iterable. 856 <DT><A HREF="./com/google/common/collect/Iterables.html#concat(java.lang.Iterable...)"><B>concat(Iterable<? extends T>...)</B></A> - 857 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 858 <DD>Combines multiple iterables into a single iterable. 859 <DT><A HREF="./com/google/common/collect/Iterables.html#concat(java.lang.Iterable)"><B>concat(Iterable<? extends Iterable<? extends T>>)</B></A> - 860 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 861 <DD>Combines multiple iterables into a single iterable. 862 <DT><A HREF="./com/google/common/collect/Iterators.html#concat(java.util.Iterator, java.util.Iterator)"><B>concat(Iterator<? extends T>, Iterator<? extends T>)</B></A> - 863 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 864 <DD>Combines two iterators into a single iterator. 865 <DT><A HREF="./com/google/common/collect/Iterators.html#concat(java.util.Iterator, java.util.Iterator, java.util.Iterator)"><B>concat(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>)</B></A> - 866 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 867 <DD>Combines three iterators into a single iterator. 868 <DT><A HREF="./com/google/common/collect/Iterators.html#concat(java.util.Iterator, java.util.Iterator, java.util.Iterator, java.util.Iterator)"><B>concat(Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>, Iterator<? extends T>)</B></A> - 869 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 870 <DD>Combines four iterators into a single iterator. 871 <DT><A HREF="./com/google/common/collect/Iterators.html#concat(java.util.Iterator...)"><B>concat(Iterator<? extends T>...)</B></A> - 872 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 873 <DD>Combines multiple iterators into a single iterator. 874 <DT><A HREF="./com/google/common/collect/Iterators.html#concat(java.util.Iterator)"><B>concat(Iterator<? extends Iterator<? extends T>>)</B></A> - 875 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 876 <DD>Combines multiple iterators into a single iterator. 877 <DT><A HREF="./com/google/common/collect/ObjectArrays.html#concat(T[], T[], java.lang.Class)"><B>concat(T[], T[], Class<T>)</B></A> - 878 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ObjectArrays.html" title="class in com.google.common.collect">ObjectArrays</A> 879 <DD>Returns a new array that contains the concatenated contents of two arrays. 880 <DT><A HREF="./com/google/common/collect/ObjectArrays.html#concat(T, T[])"><B>concat(T, T[])</B></A> - 881 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ObjectArrays.html" title="class in com.google.common.collect">ObjectArrays</A> 882 <DD>Returns a new array that prepends <code>element</code> to <code>array</code>. 883 <DT><A HREF="./com/google/common/collect/ObjectArrays.html#concat(T[], T)"><B>concat(T[], T)</B></A> - 884 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ObjectArrays.html" title="class in com.google.common.collect">ObjectArrays</A> 885 <DD>Returns a new array that appends <code>element</code> to <code>array</code>. 886 <DT><A HREF="./com/google/common/primitives/Booleans.html#concat(boolean[]...)"><B>concat(boolean[]...)</B></A> - 887 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 888 <DD>Returns the values from each provided array combined into a single array. 889 <DT><A HREF="./com/google/common/primitives/Bytes.html#concat(byte[]...)"><B>concat(byte[]...)</B></A> - 890 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives">Bytes</A> 891 <DD>Returns the values from each provided array combined into a single array. 892 <DT><A HREF="./com/google/common/primitives/Chars.html#concat(char[]...)"><B>concat(char[]...)</B></A> - 893 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 894 <DD>Returns the values from each provided array combined into a single array. 895 <DT><A HREF="./com/google/common/primitives/Doubles.html#concat(double[]...)"><B>concat(double[]...)</B></A> - 896 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 897 <DD>Returns the values from each provided array combined into a single array. 898 <DT><A HREF="./com/google/common/primitives/Floats.html#concat(float[]...)"><B>concat(float[]...)</B></A> - 899 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 900 <DD>Returns the values from each provided array combined into a single array. 901 <DT><A HREF="./com/google/common/primitives/Ints.html#concat(int[]...)"><B>concat(int[]...)</B></A> - 902 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 903 <DD>Returns the values from each provided array combined into a single array. 904 <DT><A HREF="./com/google/common/primitives/Longs.html#concat(long[]...)"><B>concat(long[]...)</B></A> - 905 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 906 <DD>Returns the values from each provided array combined into a single array. 907 <DT><A HREF="./com/google/common/primitives/Shorts.html#concat(short[]...)"><B>concat(short[]...)</B></A> - 908 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 909 <DD>Returns the values from each provided array combined into a single array. 910 <DT><A HREF="./com/google/common/collect/MapMaker.html#concurrencyLevel(int)"><B>concurrencyLevel(int)</B></A> - 911 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> 912 <DD>Guides the allowed concurrency among update operations. 913 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect"><B>ConcurrentHashMultiset</B></A><<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="type parameter in ConcurrentHashMultiset">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A multiset that supports concurrent modifications and that provides atomic 914 versions of most <code>Multiset</code> operations (exceptions where noted).<DT><A HREF="./com/google/common/base/Functions.html#constant(E)"><B>constant(E)</B></A> - 915 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Functions.html" title="class in com.google.common.base">Functions</A> 916 <DD>Creates a function that returns <code>value</code> for any input. 917 <DT><A HREF="./com/google/common/collect/Iterables.html#consumingIterable(java.lang.Iterable)"><B>consumingIterable(Iterable<T>)</B></A> - 918 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 919 <DD>Returns a view of the supplied iterable that wraps each generated 920 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><CODE>Iterator</CODE></A> through <A HREF="./com/google/common/collect/Iterators.html#consumingIterator(java.util.Iterator)"><CODE>Iterators.consumingIterator(Iterator)</CODE></A>. 921 <DT><A HREF="./com/google/common/collect/Iterators.html#consumingIterator(java.util.Iterator)"><B>consumingIterator(Iterator<T>)</B></A> - 922 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 923 <DD>Returns a view of the supplied <code>iterator</code> that removes each element 924 from the supplied <code>iterator</code> as it is returned. 925 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 926 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 927 <DD> 928 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 929 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 930 <DD> 931 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 932 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 933 <DD> 934 <DT><A HREF="./com/google/common/collect/Iterables.html#contains(java.lang.Iterable, java.lang.Object)"><B>contains(Iterable<?>, Object)</B></A> - 935 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 936 <DD>Returns <code>true</code> if <code>iterable</code> contains <code>element</code>; that is, 937 any object for while <code>equals(element)</code> is true. 938 <DT><A HREF="./com/google/common/collect/Iterators.html#contains(java.util.Iterator, java.lang.Object)"><B>contains(Iterator<?>, Object)</B></A> - 939 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 940 <DD>Returns <code>true</code> if <code>iterator</code> contains <code>element</code>. 941 <DT><A HREF="./com/google/common/collect/Multiset.html#contains(java.lang.Object)"><B>contains(Object)</B></A> - 942 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 943 <DD>Determines whether this multiset contains the specified element. 944 <DT><A HREF="./com/google/common/primitives/Booleans.html#contains(boolean[], boolean)"><B>contains(boolean[], boolean)</B></A> - 945 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 946 <DD>Returns <code>true</code> if <code>target</code> is present as an element anywhere in 947 <code>array</code>. 948 <DT><A HREF="./com/google/common/primitives/Bytes.html#contains(byte[], byte)"><B>contains(byte[], byte)</B></A> - 949 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives">Bytes</A> 950 <DD>Returns <code>true</code> if <code>target</code> is present as an element anywhere in 951 <code>array</code>. 952 <DT><A HREF="./com/google/common/primitives/Chars.html#contains(char[], char)"><B>contains(char[], char)</B></A> - 953 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 954 <DD>Returns <code>true</code> if <code>target</code> is present as an element anywhere in 955 <code>array</code>. 956 <DT><A HREF="./com/google/common/primitives/Doubles.html#contains(double[], double)"><B>contains(double[], double)</B></A> - 957 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 958 <DD>Returns <code>true</code> if <code>target</code> is present as an element anywhere in 959 <code>array</code>. 960 <DT><A HREF="./com/google/common/primitives/Floats.html#contains(float[], float)"><B>contains(float[], float)</B></A> - 961 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 962 <DD>Returns <code>true</code> if <code>target</code> is present as an element anywhere in 963 <code>array</code>. 964 <DT><A HREF="./com/google/common/primitives/Ints.html#contains(int[], int)"><B>contains(int[], int)</B></A> - 965 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 966 <DD>Returns <code>true</code> if <code>target</code> is present as an element anywhere in 967 <code>array</code>. 968 <DT><A HREF="./com/google/common/primitives/Longs.html#contains(long[], long)"><B>contains(long[], long)</B></A> - 969 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 970 <DD>Returns <code>true</code> if <code>target</code> is present as an element anywhere in 971 <code>array</code>. 972 <DT><A HREF="./com/google/common/primitives/Shorts.html#contains(short[], short)"><B>contains(short[], short)</B></A> - 973 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 974 <DD>Returns <code>true</code> if <code>target</code> is present as an element anywhere in 975 <code>array</code>. 976 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#containsAll(java.util.Collection)"><B>containsAll(Collection<?>)</B></A> - 977 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 978 <DD> 979 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#containsAll(java.util.Collection)"><B>containsAll(Collection<?>)</B></A> - 980 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 981 <DD> 982 <DT><A HREF="./com/google/common/collect/Multiset.html#containsAll(java.util.Collection)"><B>containsAll(Collection<?>)</B></A> - 983 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 984 <DD>Returns <code>true</code> if this multiset contains at least one occurrence of 985 each element in the specified collection. 986 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#containsEntry(java.lang.Object, java.lang.Object)"><B>containsEntry(Object, Object)</B></A> - 987 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 988 <DD> 989 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#containsEntry(java.lang.Object, java.lang.Object)"><B>containsEntry(Object, Object)</B></A> - 990 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 991 <DD> 992 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#containsEntry(java.lang.Object, java.lang.Object)"><B>containsEntry(Object, Object)</B></A> - 993 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 994 <DD> 995 <DT><A HREF="./com/google/common/collect/Multimap.html#containsEntry(java.lang.Object, java.lang.Object)"><B>containsEntry(Object, Object)</B></A> - 996 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 997 <DD>Returns <code>true</code> if the multimap contains the specified key-value pair. 998 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 999 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 1000 <DD> 1001 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 1002 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 1003 <DD> 1004 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 1005 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 1006 <DD> 1007 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 1008 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 1009 <DD> 1010 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 1011 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 1012 <DD> 1013 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 1014 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 1015 <DD> 1016 <DT><A HREF="./com/google/common/collect/Multimap.html#containsKey(java.lang.Object)"><B>containsKey(Object)</B></A> - 1017 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 1018 <DD>Returns <code>true</code> if the multimap contains any values for the specified 1019 key. 1020 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 1021 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 1022 <DD> 1023 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 1024 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 1025 <DD> 1026 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 1027 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 1028 <DD> 1029 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 1030 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 1031 <DD> 1032 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 1033 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 1034 <DD> 1035 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 1036 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 1037 <DD> 1038 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 1039 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 1040 <DD> 1041 <DT><A HREF="./com/google/common/collect/Multimap.html#containsValue(java.lang.Object)"><B>containsValue(Object)</B></A> - 1042 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 1043 <DD>Returns <code>true</code> if the multimap contains the specified value for any 1044 key. 1045 <DT><A HREF="./com/google/common/io/ByteStreams.html#copy(com.google.common.io.InputSupplier, com.google.common.io.OutputSupplier)"><B>copy(InputSupplier<? extends InputStream>, OutputSupplier<? extends OutputStream>)</B></A> - 1046 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 1047 <DD>Opens input and output streams from the given suppliers, copies all 1048 bytes from the input to the output, and closes the streams. 1049 <DT><A HREF="./com/google/common/io/ByteStreams.html#copy(com.google.common.io.InputSupplier, java.io.OutputStream)"><B>copy(InputSupplier<? extends InputStream>, OutputStream)</B></A> - 1050 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 1051 <DD>Opens an input stream from the supplier, copies all bytes from the 1052 input to the output, and closes the input stream. 1053 <DT><A HREF="./com/google/common/io/ByteStreams.html#copy(java.io.InputStream, java.io.OutputStream)"><B>copy(InputStream, OutputStream)</B></A> - 1054 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 1055 <DD>Copies all bytes from the input stream to the output stream. 1056 <DT><A HREF="./com/google/common/io/ByteStreams.html#copy(java.nio.channels.ReadableByteChannel, java.nio.channels.WritableByteChannel)"><B>copy(ReadableByteChannel, WritableByteChannel)</B></A> - 1057 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 1058 <DD>Copies all bytes from the readable channel to the writable channel. 1059 <DT><A HREF="./com/google/common/io/CharStreams.html#copy(com.google.common.io.InputSupplier, com.google.common.io.OutputSupplier)"><B>copy(InputSupplier<R>, OutputSupplier<W>)</B></A> - 1060 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 1061 <DD>Opens <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A> and <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang"><CODE>Appendable</CODE></A> objects from the 1062 given factories, copies all characters between the two, and closes 1063 them. 1064 <DT><A HREF="./com/google/common/io/CharStreams.html#copy(com.google.common.io.InputSupplier, java.lang.Appendable)"><B>copy(InputSupplier<R>, Appendable)</B></A> - 1065 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 1066 <DD>Opens a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A> object from the supplier, copies all characters 1067 to the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang"><CODE>Appendable</CODE></A> object, and closes the input. 1068 <DT><A HREF="./com/google/common/io/CharStreams.html#copy(java.lang.Readable, java.lang.Appendable)"><B>copy(Readable, Appendable)</B></A> - 1069 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 1070 <DD>Copies all characters between the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A> and <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang"><CODE>Appendable</CODE></A> 1071 objects. 1072 <DT><A HREF="./com/google/common/io/Files.html#copy(com.google.common.io.InputSupplier, java.io.File)"><B>copy(InputSupplier<? extends InputStream>, File)</B></A> - 1073 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1074 <DD>Copies to a file all bytes from an <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> supplied by a 1075 factory. 1076 <DT><A HREF="./com/google/common/io/Files.html#copy(java.io.File, com.google.common.io.OutputSupplier)"><B>copy(File, OutputSupplier<? extends OutputStream>)</B></A> - 1077 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1078 <DD>Copies all bytes from a file to an <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><CODE>OutputStream</CODE></A> supplied by 1079 a factory. 1080 <DT><A HREF="./com/google/common/io/Files.html#copy(java.io.File, java.io.OutputStream)"><B>copy(File, OutputStream)</B></A> - 1081 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1082 <DD>Copies all bytes from a file to an output stream. 1083 <DT><A HREF="./com/google/common/io/Files.html#copy(java.io.File, java.io.File)"><B>copy(File, File)</B></A> - 1084 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1085 <DD>Copies all the bytes from one file to another. 1086 <DT><A HREF="./com/google/common/io/Files.html#copy(com.google.common.io.InputSupplier, java.io.File, java.nio.charset.Charset)"><B>copy(InputSupplier<R>, File, Charset)</B></A> - 1087 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1088 <DD>Copies to a file all characters from a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A> and 1089 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><CODE>Closeable</CODE></A> object supplied by a factory, using the given 1090 character set. 1091 <DT><A HREF="./com/google/common/io/Files.html#copy(java.io.File, java.nio.charset.Charset, com.google.common.io.OutputSupplier)"><B>copy(File, Charset, OutputSupplier<W>)</B></A> - 1092 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1093 <DD>Copies all characters from a file to a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Appendable.html?is-external=true" title="class or interface in java.lang"><CODE>Appendable</CODE></A> & 1094 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><CODE>Closeable</CODE></A> object supplied by a factory, using the given 1095 character set. 1096 <DT><A HREF="./com/google/common/io/Files.html#copy(java.io.File, java.nio.charset.Charset, java.lang.Appendable)"><B>copy(File, Charset, Appendable)</B></A> - 1097 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1098 <DD>Copies all characters from a file to an appendable object, 1099 using the given character set. 1100 <DT><A HREF="./com/google/common/io/Resources.html#copy(java.net.URL, java.io.OutputStream)"><B>copy(URL, OutputStream)</B></A> - 1101 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io">Resources</A> 1102 <DD>Copies all bytes from a URL to an output stream. 1103 <DT><A HREF="./com/google/common/collect/Sets.SetView.html#copyInto(S)"><B>copyInto(S)</B></A> - 1104 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.SetView.html" title="class in com.google.common.collect">Sets.SetView</A> 1105 <DD>Copies the current contents of this set view into an existing set. 1106 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#copyOf(java.util.Map)"><B>copyOf(Map<? extends K, ? extends V>)</B></A> - 1107 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 1108 <DD>Returns an immutable bimap containing the same entries as <code>map</code>. 1109 <DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html#copyOf(java.util.Map)"><B>copyOf(Map<? extends Class<? extends S>, ? extends S>)</B></A> - 1110 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html" title="class in com.google.common.collect">ImmutableClassToInstanceMap</A> 1111 <DD>Returns an immutable map containing the same entries as <code>map</code>. 1112 <DT><A HREF="./com/google/common/collect/ImmutableList.html#copyOf(java.lang.Iterable)"><B>copyOf(Iterable<? extends E>)</B></A> - 1113 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 1114 <DD>Returns an immutable list containing the given elements, in order. 1115 <DT><A HREF="./com/google/common/collect/ImmutableList.html#copyOf(java.util.Collection)"><B>copyOf(Collection<? extends E>)</B></A> - 1116 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 1117 <DD>Returns an immutable list containing the given elements, in order. 1118 <DT><A HREF="./com/google/common/collect/ImmutableList.html#copyOf(java.util.Iterator)"><B>copyOf(Iterator<? extends E>)</B></A> - 1119 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 1120 <DD>Returns an immutable list containing the given elements, in order. 1121 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#copyOf(com.google.common.collect.Multimap)"><B>copyOf(Multimap<? extends K, ? extends V>)</B></A> - 1122 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 1123 <DD>Returns an immutable multimap containing the same mappings as 1124 <code>multimap</code>. 1125 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#copyOf(java.util.Map)"><B>copyOf(Map<? extends K, ? extends V>)</B></A> - 1126 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 1127 <DD>Returns an immutable map containing the same entries as <code>map</code>. 1128 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#copyOf(com.google.common.collect.Multimap)"><B>copyOf(Multimap<? extends K, ? extends V>)</B></A> - 1129 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 1130 <DD>Returns an immutable multimap containing the same mappings as 1131 <code>multimap</code>. 1132 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#copyOf(java.lang.Iterable)"><B>copyOf(Iterable<? extends E>)</B></A> - 1133 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 1134 <DD>Returns an immutable multiset containing the given elements. 1135 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#copyOf(java.util.Iterator)"><B>copyOf(Iterator<? extends E>)</B></A> - 1136 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 1137 <DD>Returns an immutable multiset containing the given elements. 1138 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#copyOf(java.lang.Iterable)"><B>copyOf(Iterable<? extends E>)</B></A> - 1139 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 1140 <DD>Returns an immutable set containing the given elements, in order. 1141 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#copyOf(java.util.Iterator)"><B>copyOf(Iterator<? extends E>)</B></A> - 1142 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 1143 <DD>Returns an immutable set containing the given elements, in order. 1144 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#copyOf(com.google.common.collect.Multimap)"><B>copyOf(Multimap<? extends K, ? extends V>)</B></A> - 1145 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 1146 <DD>Returns an immutable set multimap containing the same mappings as 1147 <code>multimap</code>. 1148 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#copyOf(java.util.Map)"><B>copyOf(Map<? extends K, ? extends V>)</B></A> - 1149 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 1150 <DD>Returns an immutable map containing the same entries as <code>map</code>, sorted 1151 by the natural ordering of the keys. 1152 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#copyOf(java.util.Map, java.util.Comparator)"><B>copyOf(Map<? extends K, ? extends V>, Comparator<? super K>)</B></A> - 1153 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 1154 <DD>Returns an immutable map containing the same entries as <code>map</code>, with 1155 keys sorted by the provided comparator. 1156 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#copyOf(java.lang.Iterable)"><B>copyOf(Iterable<? extends E>)</B></A> - 1157 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 1158 <DD>Returns an immutable sorted set containing the given elements sorted by 1159 their natural ordering. 1160 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#copyOf(java.util.Iterator)"><B>copyOf(Iterator<? extends E>)</B></A> - 1161 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 1162 <DD>Returns an immutable sorted set containing the given elements sorted by 1163 their natural ordering. 1164 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#copyOf(java.util.Comparator, java.lang.Iterable)"><B>copyOf(Comparator<? super E>, Iterable<? extends E>)</B></A> - 1165 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 1166 <DD>Returns an immutable sorted set containing the given elements sorted by 1167 the given <code>Comparator</code>. 1168 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#copyOf(java.util.Comparator, java.util.Iterator)"><B>copyOf(Comparator<? super E>, Iterator<? extends E>)</B></A> - 1169 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 1170 <DD>Returns an immutable sorted set containing the given elements sorted by 1171 the given <code>Comparator</code>. 1172 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#copyOfSorted(java.util.SortedMap)"><B>copyOfSorted(SortedMap<K, ? extends V>)</B></A> - 1173 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 1174 <DD>Returns an immutable map containing the same entries as the provided sorted 1175 map, with the same ordering. 1176 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#copyOfSorted(java.util.SortedSet)"><B>copyOfSorted(SortedSet<E>)</B></A> - 1177 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 1178 <DD>Returns an immutable sorted set containing the elements of a sorted set, 1179 sorted by the same <code>Comparator</code>. 1180 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#count(java.lang.Object)"><B>count(Object)</B></A> - 1181 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 1182 <DD>Returns the number of occurrences of <code>element</code> in this multiset. 1183 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#count(java.lang.Object)"><B>count(Object)</B></A> - 1184 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 1185 <DD> 1186 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#count(java.lang.Object)"><B>count(Object)</B></A> - 1187 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 1188 <DD> 1189 <DT><A HREF="./com/google/common/collect/Multiset.html#count(java.lang.Object)"><B>count(Object)</B></A> - 1190 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 1191 <DD>Returns the number of occurrences of an element in this multiset (the 1192 <i>count</i> of the element). 1193 <DT><A HREF="./com/google/common/collect/TreeMultiset.html#count(java.lang.Object)"><B>count(Object)</B></A> - 1194 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultiset.html" title="class in com.google.common.collect">TreeMultiset</A> 1195 <DD> 1196 <DT><A HREF="./com/google/common/base/CharMatcher.html#countIn(java.lang.CharSequence)"><B>countIn(CharSequence)</B></A> - 1197 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 1198 <DD>Returns the number of matching characters found in a character sequence. 1199 <DT><A HREF="./com/google/common/io/CountingInputStream.html" title="class in com.google.common.io"><B>CountingInputStream</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>An <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> that counts the number of bytes read.<DT><A HREF="./com/google/common/io/CountingInputStream.html#CountingInputStream(java.io.InputStream)"><B>CountingInputStream(InputStream)</B></A> - 1200 Constructor for class com.google.common.io.<A HREF="./com/google/common/io/CountingInputStream.html" title="class in com.google.common.io">CountingInputStream</A> 1201 <DD>Wraps another input stream, counting the number of bytes read. 1202 <DT><A HREF="./com/google/common/io/CountingOutputStream.html" title="class in com.google.common.io"><B>CountingOutputStream</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>An OutputStream that counts the number of bytes written.<DT><A HREF="./com/google/common/io/CountingOutputStream.html#CountingOutputStream(java.io.OutputStream)"><B>CountingOutputStream(OutputStream)</B></A> - 1203 Constructor for class com.google.common.io.<A HREF="./com/google/common/io/CountingOutputStream.html" title="class in com.google.common.io">CountingOutputStream</A> 1204 <DD>Wraps another output stream, counting the number of bytes written. 1205 <DT><A HREF="./com/google/common/collect/ArrayListMultimap.html#create()"><B>create()</B></A> - 1206 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ArrayListMultimap.html" title="class in com.google.common.collect">ArrayListMultimap</A> 1207 <DD>Creates a new, empty <code>ArrayListMultimap</code> with the default initial 1208 capacities. 1209 <DT><A HREF="./com/google/common/collect/ArrayListMultimap.html#create(int, int)"><B>create(int, int)</B></A> - 1210 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ArrayListMultimap.html" title="class in com.google.common.collect">ArrayListMultimap</A> 1211 <DD>Constructs an empty <code>ArrayListMultimap</code> with enough capacity to hold 1212 the specified numbers of keys and values without resizing. 1213 <DT><A HREF="./com/google/common/collect/ArrayListMultimap.html#create(com.google.common.collect.Multimap)"><B>create(Multimap<? extends K, ? extends V>)</B></A> - 1214 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ArrayListMultimap.html" title="class in com.google.common.collect">ArrayListMultimap</A> 1215 <DD>Constructs an <code>ArrayListMultimap</code> with the same mappings as the 1216 specified multimap. 1217 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#create()"><B>create()</B></A> - 1218 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 1219 <DD>Creates a new, empty <code>ConcurrentHashMultiset</code> using the default 1220 initial capacity, load factor, and concurrency settings. 1221 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#create(java.lang.Iterable)"><B>create(Iterable<? extends E>)</B></A> - 1222 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 1223 <DD>Creates a new <code>ConcurrentHashMultiset</code> containing the specified 1224 elements, using the default initial capacity, load factor, and concurrency 1225 settings. 1226 <DT><A HREF="./com/google/common/collect/EnumBiMap.html#create(java.lang.Class, java.lang.Class)"><B>create(Class<K>, Class<V>)</B></A> - 1227 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumBiMap.html" title="class in com.google.common.collect">EnumBiMap</A> 1228 <DD>Returns a new, empty <code>EnumBiMap</code> using the specified key and value 1229 types. 1230 <DT><A HREF="./com/google/common/collect/EnumBiMap.html#create(java.util.Map)"><B>create(Map<K, V>)</B></A> - 1231 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumBiMap.html" title="class in com.google.common.collect">EnumBiMap</A> 1232 <DD>Returns a new bimap with the same mappings as the specified map. 1233 <DT><A HREF="./com/google/common/collect/EnumHashBiMap.html#create(java.lang.Class)"><B>create(Class<K>)</B></A> - 1234 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumHashBiMap.html" title="class in com.google.common.collect">EnumHashBiMap</A> 1235 <DD>Returns a new, empty <code>EnumHashBiMap</code> using the specified key type. 1236 <DT><A HREF="./com/google/common/collect/EnumHashBiMap.html#create(java.util.Map)"><B>create(Map<K, ? extends V>)</B></A> - 1237 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumHashBiMap.html" title="class in com.google.common.collect">EnumHashBiMap</A> 1238 <DD>Constructs a new bimap with the same mappings as the specified map. 1239 <DT><A HREF="./com/google/common/collect/EnumMultiset.html#create(java.lang.Class)"><B>create(Class<E>)</B></A> - 1240 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumMultiset.html" title="class in com.google.common.collect">EnumMultiset</A> 1241 <DD>Creates an empty <code>EnumMultiset</code>. 1242 <DT><A HREF="./com/google/common/collect/EnumMultiset.html#create(java.lang.Iterable)"><B>create(Iterable<E>)</B></A> - 1243 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumMultiset.html" title="class in com.google.common.collect">EnumMultiset</A> 1244 <DD>Creates a new <code>EnumMultiset</code> containing the specified elements. 1245 <DT><A HREF="./com/google/common/collect/HashBiMap.html#create()"><B>create()</B></A> - 1246 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashBiMap.html" title="class in com.google.common.collect">HashBiMap</A> 1247 <DD>Returns a new, empty <code>HashBiMap</code> with the default initial capacity 1248 (16). 1249 <DT><A HREF="./com/google/common/collect/HashBiMap.html#create(int)"><B>create(int)</B></A> - 1250 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashBiMap.html" title="class in com.google.common.collect">HashBiMap</A> 1251 <DD>Constructs a new, empty bimap with the specified expected size. 1252 <DT><A HREF="./com/google/common/collect/HashBiMap.html#create(java.util.Map)"><B>create(Map<? extends K, ? extends V>)</B></A> - 1253 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashBiMap.html" title="class in com.google.common.collect">HashBiMap</A> 1254 <DD>Constructs a new bimap containing initial values from <code>map</code>. 1255 <DT><A HREF="./com/google/common/collect/HashMultimap.html#create()"><B>create()</B></A> - 1256 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashMultimap.html" title="class in com.google.common.collect">HashMultimap</A> 1257 <DD>Creates a new, empty <code>HashMultimap</code> with the default initial 1258 capacities. 1259 <DT><A HREF="./com/google/common/collect/HashMultimap.html#create(int, int)"><B>create(int, int)</B></A> - 1260 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashMultimap.html" title="class in com.google.common.collect">HashMultimap</A> 1261 <DD>Constructs an empty <code>HashMultimap</code> with enough capacity to hold the 1262 specified numbers of keys and values without rehashing. 1263 <DT><A HREF="./com/google/common/collect/HashMultimap.html#create(com.google.common.collect.Multimap)"><B>create(Multimap<? extends K, ? extends V>)</B></A> - 1264 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashMultimap.html" title="class in com.google.common.collect">HashMultimap</A> 1265 <DD>Constructs a <code>HashMultimap</code> with the same mappings as the specified 1266 multimap. 1267 <DT><A HREF="./com/google/common/collect/HashMultiset.html#create()"><B>create()</B></A> - 1268 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashMultiset.html" title="class in com.google.common.collect">HashMultiset</A> 1269 <DD>Creates a new, empty <code>HashMultiset</code> using the default initial 1270 capacity. 1271 <DT><A HREF="./com/google/common/collect/HashMultiset.html#create(int)"><B>create(int)</B></A> - 1272 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashMultiset.html" title="class in com.google.common.collect">HashMultiset</A> 1273 <DD>Creates a new, empty <code>HashMultiset</code> with the specified expected 1274 number of distinct elements. 1275 <DT><A HREF="./com/google/common/collect/HashMultiset.html#create(java.lang.Iterable)"><B>create(Iterable<? extends E>)</B></A> - 1276 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashMultiset.html" title="class in com.google.common.collect">HashMultiset</A> 1277 <DD>Creates a new <code>HashMultiset</code> containing the specified elements. 1278 <DT><A HREF="./com/google/common/collect/LinkedHashMultimap.html#create()"><B>create()</B></A> - 1279 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedHashMultimap.html" title="class in com.google.common.collect">LinkedHashMultimap</A> 1280 <DD>Creates a new, empty <code>LinkedHashMultimap</code> with the default initial 1281 capacities. 1282 <DT><A HREF="./com/google/common/collect/LinkedHashMultimap.html#create(int, int)"><B>create(int, int)</B></A> - 1283 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedHashMultimap.html" title="class in com.google.common.collect">LinkedHashMultimap</A> 1284 <DD>Constructs an empty <code>LinkedHashMultimap</code> with enough capacity to hold 1285 the specified numbers of keys and values without rehashing. 1286 <DT><A HREF="./com/google/common/collect/LinkedHashMultimap.html#create(com.google.common.collect.Multimap)"><B>create(Multimap<? extends K, ? extends V>)</B></A> - 1287 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedHashMultimap.html" title="class in com.google.common.collect">LinkedHashMultimap</A> 1288 <DD>Constructs a <code>LinkedHashMultimap</code> with the same mappings as the 1289 specified multimap. 1290 <DT><A HREF="./com/google/common/collect/LinkedHashMultiset.html#create()"><B>create()</B></A> - 1291 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedHashMultiset.html" title="class in com.google.common.collect">LinkedHashMultiset</A> 1292 <DD>Creates a new, empty <code>LinkedHashMultiset</code> using the default initial 1293 capacity. 1294 <DT><A HREF="./com/google/common/collect/LinkedHashMultiset.html#create(int)"><B>create(int)</B></A> - 1295 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedHashMultiset.html" title="class in com.google.common.collect">LinkedHashMultiset</A> 1296 <DD>Creates a new, empty <code>LinkedHashMultiset</code> with the specified expected 1297 number of distinct elements. 1298 <DT><A HREF="./com/google/common/collect/LinkedHashMultiset.html#create(java.lang.Iterable)"><B>create(Iterable<? extends E>)</B></A> - 1299 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedHashMultiset.html" title="class in com.google.common.collect">LinkedHashMultiset</A> 1300 <DD>Creates a new <code>LinkedHashMultiset</code> containing the specified elements. 1301 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#create()"><B>create()</B></A> - 1302 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 1303 <DD>Creates a new, empty <code>LinkedListMultimap</code> with the default initial 1304 capacity. 1305 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#create(int)"><B>create(int)</B></A> - 1306 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 1307 <DD>Constructs an empty <code>LinkedListMultimap</code> with enough capacity to hold 1308 the specified number of keys without rehashing. 1309 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#create(com.google.common.collect.Multimap)"><B>create(Multimap<? extends K, ? extends V>)</B></A> - 1310 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 1311 <DD>Constructs a <code>LinkedListMultimap</code> with the same mappings as the 1312 specified <code>Multimap</code>. 1313 <DT><A HREF="./com/google/common/collect/MutableClassToInstanceMap.html#create()"><B>create()</B></A> - 1314 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/MutableClassToInstanceMap.html" title="class in com.google.common.collect">MutableClassToInstanceMap</A> 1315 <DD>Returns a new <code>MutableClassToInstanceMap</code> instance backed by a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util"><CODE>HashMap</CODE></A> using the default initial capacity and load factor. 1316 <DT><A HREF="./com/google/common/collect/MutableClassToInstanceMap.html#create(java.util.Map)"><B>create(Map<Class<? extends B>, B>)</B></A> - 1317 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/MutableClassToInstanceMap.html" title="class in com.google.common.collect">MutableClassToInstanceMap</A> 1318 <DD>Returns a new <code>MutableClassToInstanceMap</code> instance backed by a given 1319 empty <code>backingMap</code>. 1320 <DT><A HREF="./com/google/common/collect/TreeMultimap.html#create()"><B>create()</B></A> - 1321 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultimap.html" title="class in com.google.common.collect">TreeMultimap</A> 1322 <DD>Creates an empty <code>TreeMultimap</code> ordered by the natural ordering of 1323 its keys and values. 1324 <DT><A HREF="./com/google/common/collect/TreeMultimap.html#create(java.util.Comparator, java.util.Comparator)"><B>create(Comparator<? super K>, Comparator<? super V>)</B></A> - 1325 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultimap.html" title="class in com.google.common.collect">TreeMultimap</A> 1326 <DD>Creates an empty <code>TreeMultimap</code> instance using explicit comparators. 1327 <DT><A HREF="./com/google/common/collect/TreeMultimap.html#create(com.google.common.collect.Multimap)"><B>create(Multimap<? extends K, ? extends V>)</B></A> - 1328 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultimap.html" title="class in com.google.common.collect">TreeMultimap</A> 1329 <DD>Constructs a <code>TreeMultimap</code>, ordered by the natural ordering of its 1330 keys and values, with the same mappings as the specified multimap. 1331 <DT><A HREF="./com/google/common/collect/TreeMultiset.html#create()"><B>create()</B></A> - 1332 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultiset.html" title="class in com.google.common.collect">TreeMultiset</A> 1333 <DD>Creates a new, empty multiset, sorted according to the elements' natural 1334 order. 1335 <DT><A HREF="./com/google/common/collect/TreeMultiset.html#create(java.util.Comparator)"><B>create(Comparator<? super E>)</B></A> - 1336 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultiset.html" title="class in com.google.common.collect">TreeMultiset</A> 1337 <DD>Creates a new, empty multiset, sorted according to the specified 1338 comparator. 1339 <DT><A HREF="./com/google/common/collect/TreeMultiset.html#create(java.lang.Iterable)"><B>create(Iterable<? extends E>)</B></A> - 1340 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultiset.html" title="class in com.google.common.collect">TreeMultiset</A> 1341 <DD>Creates an empty multiset containing the given initial elements, sorted 1342 according to the elements' natural order. 1343 <DT><A HREF="./com/google/common/util/concurrent/ValueFuture.html#create()"><B>create()</B></A> - 1344 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ValueFuture.html" title="class in com.google.common.util.concurrent">ValueFuture</A> 1345 <DD>Creates a new <code>ValueFuture</code> in the default state. 1346 <DT><A HREF="./com/google/common/io/Files.html#createTempDir()"><B>createTempDir()</B></A> - 1347 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1348 <DD>Atomically creates a new directory somewhere beneath the system's 1349 temporary directory (as defined by the <code>java.io.tmpdir</code> system 1350 property), and returns its name. 1351 <DT><A HREF="./com/google/common/collect/Iterables.html#cycle(java.lang.Iterable)"><B>cycle(Iterable<T>)</B></A> - 1352 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 1353 <DD>Returns an iterable whose iterators cycle indefinitely over the elements of 1354 <code>iterable</code>. 1355 <DT><A HREF="./com/google/common/collect/Iterables.html#cycle(T...)"><B>cycle(T...)</B></A> - 1356 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 1357 <DD>Returns an iterable whose iterators cycle indefinitely over the provided 1358 elements. 1359 <DT><A HREF="./com/google/common/collect/Iterators.html#cycle(java.lang.Iterable)"><B>cycle(Iterable<T>)</B></A> - 1360 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1361 <DD>Returns an iterator that cycles indefinitely over the elements of <code>iterable</code>. 1362 <DT><A HREF="./com/google/common/collect/Iterators.html#cycle(T...)"><B>cycle(T...)</B></A> - 1363 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1364 <DD>Returns an iterator that cycles indefinitely over the provided elements. 1365 </DL> 1366 <HR> 1367 <A NAME="_D_"><!-- --></A><H2> 1368 <B>D</B></H2> 1369 <DL> 1370 <DT><A HREF="./com/google/common/util/concurrent/DaemonThreadFactory.html" title="class in com.google.common.util.concurrent"><B>DaemonThreadFactory</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Wraps another <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ThreadFactory</CODE></A>, making all new threads daemon threads.<DT><A HREF="./com/google/common/util/concurrent/DaemonThreadFactory.html#DaemonThreadFactory(java.util.concurrent.ThreadFactory)"><B>DaemonThreadFactory(ThreadFactory)</B></A> - 1371 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/DaemonThreadFactory.html" title="class in com.google.common.util.concurrent">DaemonThreadFactory</A> 1372 <DD> 1373 <DT><A HREF="./com/google/common/util/concurrent/Executors.html#daemonThreadFactory()"><B>daemonThreadFactory()</B></A> - 1374 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Executors.html" title="class in com.google.common.util.concurrent">Executors</A> 1375 <DD>Returns a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ThreadFactory</CODE></A> which creates daemon threads. 1376 <DT><A HREF="./com/google/common/util/concurrent/Executors.html#daemonThreadFactory(java.util.concurrent.ThreadFactory)"><B>daemonThreadFactory(ThreadFactory)</B></A> - 1377 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Executors.html" title="class in com.google.common.util.concurrent">Executors</A> 1378 <DD>Wraps another <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ThreadFactory</CODE></A>, making all new threads daemon threads. 1379 <DT><A HREF="./com/google/common/util/concurrent/NamingThreadFactory.html#DEFAULT_FACTORY"><B>DEFAULT_FACTORY</B></A> - 1380 Static variable in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/NamingThreadFactory.html" title="class in com.google.common.util.concurrent">NamingThreadFactory</A> 1381 <DD> 1382 <DT><A HREF="./com/google/common/base/Defaults.html" title="class in com.google.common.base"><B>Defaults</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>This class provides default values for all Java types, as defined by the JLS.<DT><A HREF="./com/google/common/base/Defaults.html#defaultValue(java.lang.Class)"><B>defaultValue(Class<T>)</B></A> - 1383 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Defaults.html" title="class in com.google.common.base">Defaults</A> 1384 <DD>Returns the default value of <code>type</code> as defined by JLS --- <code>0</code> 1385 for numbers, <code>false</code> for <code>boolean</code> and <code>'\0'</code> for <code>char</code>. 1386 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#delegate()"><B>delegate()</B></A> - 1387 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 1388 <DD> 1389 <DT><A HREF="./com/google/common/collect/ForwardingConcurrentMap.html#delegate()"><B>delegate()</B></A> - 1390 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingConcurrentMap.html" title="class in com.google.common.collect">ForwardingConcurrentMap</A> 1391 <DD> 1392 <DT><A HREF="./com/google/common/collect/ForwardingIterator.html#delegate()"><B>delegate()</B></A> - 1393 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingIterator.html" title="class in com.google.common.collect">ForwardingIterator</A> 1394 <DD> 1395 <DT><A HREF="./com/google/common/collect/ForwardingList.html#delegate()"><B>delegate()</B></A> - 1396 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 1397 <DD> 1398 <DT><A HREF="./com/google/common/collect/ForwardingListIterator.html#delegate()"><B>delegate()</B></A> - 1399 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingListIterator.html" title="class in com.google.common.collect">ForwardingListIterator</A> 1400 <DD> 1401 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#delegate()"><B>delegate()</B></A> - 1402 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 1403 <DD> 1404 <DT><A HREF="./com/google/common/collect/ForwardingMapEntry.html#delegate()"><B>delegate()</B></A> - 1405 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMapEntry.html" title="class in com.google.common.collect">ForwardingMapEntry</A> 1406 <DD> 1407 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#delegate()"><B>delegate()</B></A> - 1408 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 1409 <DD> 1410 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#delegate()"><B>delegate()</B></A> - 1411 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 1412 <DD> 1413 <DT><A HREF="./com/google/common/collect/ForwardingObject.html#delegate()"><B>delegate()</B></A> - 1414 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingObject.html" title="class in com.google.common.collect">ForwardingObject</A> 1415 <DD>Returns the backing delegate instance that methods are forwarded to. 1416 <DT><A HREF="./com/google/common/collect/ForwardingQueue.html#delegate()"><B>delegate()</B></A> - 1417 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingQueue.html" title="class in com.google.common.collect">ForwardingQueue</A> 1418 <DD> 1419 <DT><A HREF="./com/google/common/collect/ForwardingSet.html#delegate()"><B>delegate()</B></A> - 1420 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSet.html" title="class in com.google.common.collect">ForwardingSet</A> 1421 <DD> 1422 <DT><A HREF="./com/google/common/collect/ForwardingSortedMap.html#delegate()"><B>delegate()</B></A> - 1423 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="class in com.google.common.collect">ForwardingSortedMap</A> 1424 <DD> 1425 <DT><A HREF="./com/google/common/collect/ForwardingSortedSet.html#delegate()"><B>delegate()</B></A> - 1426 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedSet.html" title="class in com.google.common.collect">ForwardingSortedSet</A> 1427 <DD> 1428 <DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html#delegate()"><B>delegate()</B></A> - 1429 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html" title="class in com.google.common.collect">ImmutableClassToInstanceMap</A> 1430 <DD> 1431 <DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#delegate"><B>delegate</B></A> - 1432 Variable in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 1433 <DD>The delegate, used to pass along all our methods. 1434 <DT><A HREF="./com/google/common/util/concurrent/ForwardingFuture.html#delegate()"><B>delegate()</B></A> - 1435 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingFuture.html" title="class in com.google.common.util.concurrent">ForwardingFuture</A> 1436 <DD> 1437 <DT><A HREF="./com/google/common/util/concurrent/ForwardingService.html#delegate()"><B>delegate()</B></A> - 1438 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingService.html" title="class in com.google.common.util.concurrent">ForwardingService</A> 1439 <DD> 1440 <DT><A HREF="./com/google/common/io/Files.html#deleteDirectoryContents(java.io.File)"><B>deleteDirectoryContents(File)</B></A> - 1441 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1442 <DD>Deletes all the files within a directory. 1443 <DT><A HREF="./com/google/common/io/Files.html#deleteRecursively(java.io.File)"><B>deleteRecursively(File)</B></A> - 1444 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1445 <DD>Deletes a file or directory and all contents recursively. 1446 <DT><A HREF="./com/google/common/collect/Maps.html#difference(java.util.Map, java.util.Map)"><B>difference(Map<? extends K, ? extends V>, Map<? extends K, ? extends V>)</B></A> - 1447 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 1448 <DD>Computes the difference between two maps. 1449 <DT><A HREF="./com/google/common/collect/Sets.html#difference(java.util.Set, java.util.Set)"><B>difference(Set<E>, Set<?>)</B></A> - 1450 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 1451 <DD>Returns an unmodifiable <b>view</b> of the difference of two sets. 1452 <DT><A HREF="./com/google/common/base/CharMatcher.html#DIGIT"><B>DIGIT</B></A> - 1453 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 1454 <DD>Determines whether a character is a digit according to 1455 <a href="http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5Cp%7Bdigit%7D">Unicode</a>. 1456 <DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html#done()"><B>done()</B></A> - 1457 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent">AbstractFuture</A> 1458 <DD> 1459 <DT><A HREF="./com/google/common/util/concurrent/AbstractListenableFuture.html#done()"><B>done()</B></A> - 1460 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractListenableFuture.html" title="class in com.google.common.util.concurrent">AbstractListenableFuture</A> 1461 <DD> 1462 <DT><A HREF="./com/google/common/util/concurrent/ListenableFutureTask.html#done()"><B>done()</B></A> - 1463 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ListenableFutureTask.html" title="class in com.google.common.util.concurrent">ListenableFutureTask</A> 1464 <DD> 1465 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#doStart()"><B>doStart()</B></A> - 1466 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 1467 <DD>This method is called by <A HREF="./com/google/common/util/concurrent/AbstractService.html#start()"><CODE>AbstractService.start()</CODE></A> to initiate service startup. 1468 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#doStop()"><B>doStop()</B></A> - 1469 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 1470 <DD>This method should be used to initiate service shutdown. 1471 <DT><A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives"><B>Doubles</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Static utility methods pertaining to <code>double</code> primitives, that are not 1472 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Double.html?is-external=true" title="class or interface in java.lang"><CODE>Double</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>.</DL> 1473 <HR> 1474 <A NAME="_E_"><!-- --></A><H2> 1475 <B>E</B></H2> 1476 <DL> 1477 <DT><A HREF="./com/google/common/collect/ForwardingQueue.html#element()"><B>element()</B></A> - 1478 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingQueue.html" title="class in com.google.common.collect">ForwardingQueue</A> 1479 <DD> 1480 <DT><A HREF="./com/google/common/collect/Iterables.html#elementsEqual(java.lang.Iterable, java.lang.Iterable)"><B>elementsEqual(Iterable<?>, Iterable<?>)</B></A> - 1481 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 1482 <DD>Determines whether two iterables contain equal elements in the same order. 1483 <DT><A HREF="./com/google/common/collect/Iterators.html#elementsEqual(java.util.Iterator, java.util.Iterator)"><B>elementsEqual(Iterator<?>, Iterator<?>)</B></A> - 1484 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1485 <DD>Determines whether two iterators contain equal elements in the same order. 1486 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#elementSet()"><B>elementSet()</B></A> - 1487 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 1488 <DD> 1489 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#elementSet()"><B>elementSet()</B></A> - 1490 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 1491 <DD> 1492 <DT><A HREF="./com/google/common/collect/Multiset.html#elementSet()"><B>elementSet()</B></A> - 1493 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 1494 <DD>Returns the set of distinct elements contained in this multiset. 1495 <DT><A HREF="./com/google/common/collect/TreeMultiset.html#elementSet()"><B>elementSet()</B></A> - 1496 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultiset.html" title="class in com.google.common.collect">TreeMultiset</A> 1497 <DD>Returns the set of distinct elements contained in this multiset. 1498 <DT><A HREF="./com/google/common/collect/Iterators.html#emptyIterator()"><B>emptyIterator()</B></A> - 1499 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1500 <DD>Returns the empty iterator. 1501 <DT><A HREF="./com/google/common/collect/AbstractIterator.html#endOfData()"><B>endOfData()</B></A> - 1502 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/AbstractIterator.html" title="class in com.google.common.collect">AbstractIterator</A> 1503 <DD>Implementations of <code>computeNext</code> <b>must</b> invoke this method when 1504 there are no elements left in the iteration. 1505 <DT><A HREF="./com/google/common/primitives/Booleans.html#ensureCapacity(boolean[], int, int)"><B>ensureCapacity(boolean[], int, int)</B></A> - 1506 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 1507 <DD>Returns an array containing the same values as <code>array</code>, but 1508 guaranteed to be of a specified minimum length. 1509 <DT><A HREF="./com/google/common/primitives/Bytes.html#ensureCapacity(byte[], int, int)"><B>ensureCapacity(byte[], int, int)</B></A> - 1510 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives">Bytes</A> 1511 <DD>Returns an array containing the same values as <code>array</code>, but 1512 guaranteed to be of a specified minimum length. 1513 <DT><A HREF="./com/google/common/primitives/Chars.html#ensureCapacity(char[], int, int)"><B>ensureCapacity(char[], int, int)</B></A> - 1514 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 1515 <DD>Returns an array containing the same values as <code>array</code>, but 1516 guaranteed to be of a specified minimum length. 1517 <DT><A HREF="./com/google/common/primitives/Doubles.html#ensureCapacity(double[], int, int)"><B>ensureCapacity(double[], int, int)</B></A> - 1518 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 1519 <DD>Returns an array containing the same values as <code>array</code>, but 1520 guaranteed to be of a specified minimum length. 1521 <DT><A HREF="./com/google/common/primitives/Floats.html#ensureCapacity(float[], int, int)"><B>ensureCapacity(float[], int, int)</B></A> - 1522 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 1523 <DD>Returns an array containing the same values as <code>array</code>, but 1524 guaranteed to be of a specified minimum length. 1525 <DT><A HREF="./com/google/common/primitives/Ints.html#ensureCapacity(int[], int, int)"><B>ensureCapacity(int[], int, int)</B></A> - 1526 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 1527 <DD>Returns an array containing the same values as <code>array</code>, but 1528 guaranteed to be of a specified minimum length. 1529 <DT><A HREF="./com/google/common/primitives/Longs.html#ensureCapacity(long[], int, int)"><B>ensureCapacity(long[], int, int)</B></A> - 1530 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 1531 <DD>Returns an array containing the same values as <code>array</code>, but 1532 guaranteed to be of a specified minimum length. 1533 <DT><A HREF="./com/google/common/primitives/Shorts.html#ensureCapacity(short[], int, int)"><B>ensureCapacity(short[], int, int)</B></A> - 1534 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 1535 <DD>Returns an array containing the same values as <code>array</code>, but 1536 guaranteed to be of a specified minimum length. 1537 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#entries()"><B>entries()</B></A> - 1538 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 1539 <DD> 1540 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#entries()"><B>entries()</B></A> - 1541 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 1542 <DD>Returns an immutable collection of all key-value pairs in the multimap. 1543 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#entries()"><B>entries()</B></A> - 1544 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 1545 <DD>Returns an immutable collection of all key-value pairs in the multimap. 1546 <DT><A HREF="./com/google/common/collect/LinkedHashMultimap.html#entries()"><B>entries()</B></A> - 1547 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedHashMultimap.html" title="class in com.google.common.collect">LinkedHashMultimap</A> 1548 <DD>Returns a set of all key-value pairs. 1549 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#entries()"><B>entries()</B></A> - 1550 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 1551 <DD>Returns a collection of all key-value pairs. 1552 <DT><A HREF="./com/google/common/collect/Multimap.html#entries()"><B>entries()</B></A> - 1553 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 1554 <DD>Returns a collection of all key-value pairs. 1555 <DT><A HREF="./com/google/common/collect/SetMultimap.html#entries()"><B>entries()</B></A> - 1556 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect">SetMultimap</A> 1557 <DD>Returns a collection of all key-value pairs. 1558 <DT><A HREF="./com/google/common/collect/MapDifference.html#entriesDiffering()"><B>entriesDiffering()</B></A> - 1559 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.html" title="interface in com.google.common.collect">MapDifference</A> 1560 <DD>Returns an unmodifiable map describing keys that appear in both maps, but 1561 with different values. 1562 <DT><A HREF="./com/google/common/collect/MapDifference.html#entriesInCommon()"><B>entriesInCommon()</B></A> - 1563 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.html" title="interface in com.google.common.collect">MapDifference</A> 1564 <DD>Returns an unmodifiable map containing the entries that appear in both 1565 maps; that is, the intersection of the two maps. 1566 <DT><A HREF="./com/google/common/collect/MapDifference.html#entriesOnlyOnLeft()"><B>entriesOnlyOnLeft()</B></A> - 1567 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.html" title="interface in com.google.common.collect">MapDifference</A> 1568 <DD>Returns an unmodifiable map containing the entries from the left map whose 1569 keys are not present in the right map. 1570 <DT><A HREF="./com/google/common/collect/MapDifference.html#entriesOnlyOnRight()"><B>entriesOnlyOnRight()</B></A> - 1571 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.html" title="interface in com.google.common.collect">MapDifference</A> 1572 <DD>Returns an unmodifiable map containing the entries from the right map whose 1573 keys are not present in the left map. 1574 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#entrySet()"><B>entrySet()</B></A> - 1575 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 1576 <DD> 1577 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#entrySet()"><B>entrySet()</B></A> - 1578 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 1579 <DD> 1580 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#entrySet()"><B>entrySet()</B></A> - 1581 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 1582 <DD> 1583 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#entrySet()"><B>entrySet()</B></A> - 1584 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 1585 <DD> 1586 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#entrySet()"><B>entrySet()</B></A> - 1587 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 1588 <DD>Returns an immutable set of the mappings in this map. 1589 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#entrySet()"><B>entrySet()</B></A> - 1590 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 1591 <DD> 1592 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#entrySet()"><B>entrySet()</B></A> - 1593 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 1594 <DD>Returns an immutable set of the mappings in this map, sorted by the key 1595 ordering. 1596 <DT><A HREF="./com/google/common/collect/Multiset.html#entrySet()"><B>entrySet()</B></A> - 1597 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 1598 <DD>Returns a view of the contents of this multiset, grouped into <code>Multiset.Entry</code> instances, each providing an element of the multiset and 1599 the count of that element. 1600 <DT><A HREF="./com/google/common/collect/EnumBiMap.html" title="class in com.google.common.collect"><B>EnumBiMap</B></A><<A HREF="./com/google/common/collect/EnumBiMap.html" title="type parameter in EnumBiMap">K</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><<A HREF="./com/google/common/collect/EnumBiMap.html" title="type parameter in EnumBiMap">K</A>>,<A HREF="./com/google/common/collect/EnumBiMap.html" title="type parameter in EnumBiMap">V</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><<A HREF="./com/google/common/collect/EnumBiMap.html" title="type parameter in EnumBiMap">V</A>>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A <code>BiMap</code> backed by two <code>EnumMap</code> instances.<DT><A HREF="./com/google/common/collect/EnumHashBiMap.html" title="class in com.google.common.collect"><B>EnumHashBiMap</B></A><<A HREF="./com/google/common/collect/EnumHashBiMap.html" title="type parameter in EnumHashBiMap">K</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><<A HREF="./com/google/common/collect/EnumHashBiMap.html" title="type parameter in EnumHashBiMap">K</A>>,<A HREF="./com/google/common/collect/EnumHashBiMap.html" title="type parameter in EnumHashBiMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A <code>BiMap</code> backed by an <code>EnumMap</code> instance for keys-to-values, and 1601 a <code>HashMap</code> instance for values-to-keys.<DT><A HREF="./com/google/common/collect/EnumMultiset.html" title="class in com.google.common.collect"><B>EnumMultiset</B></A><<A HREF="./com/google/common/collect/EnumMultiset.html" title="type parameter in EnumMultiset">E</A> extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang">Enum</A><<A HREF="./com/google/common/collect/EnumMultiset.html" title="type parameter in EnumMultiset">E</A>>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Multiset implementation backed by an <A HREF="http://java.sun.com/javase/6/docs/api/java/util/EnumMap.html?is-external=true" title="class or interface in java.util"><CODE>EnumMap</CODE></A>.<DT><A HREF="./com/google/common/base/Objects.html#equal(java.lang.Object, java.lang.Object)"><B>equal(Object, Object)</B></A> - 1602 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Objects.html" title="class in com.google.common.base">Objects</A> 1603 <DD>Determines whether two possibly-null objects are equal. 1604 <DT><A HREF="./com/google/common/io/ByteStreams.html#equal(com.google.common.io.InputSupplier, com.google.common.io.InputSupplier)"><B>equal(InputSupplier<? extends InputStream>, InputSupplier<? extends InputStream>)</B></A> - 1605 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 1606 <DD>Returns true if the supplied input streams contain the same bytes. 1607 <DT><A HREF="./com/google/common/io/Files.html#equal(java.io.File, java.io.File)"><B>equal(File, File)</B></A> - 1608 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 1609 <DD>Returns true if the files contains the same bytes. 1610 <DT><A HREF="./com/google/common/base/Function.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1611 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Function.html" title="interface in com.google.common.base">Function</A> 1612 <DD>Indicates whether some other object is equal to this <code>Function</code>. 1613 <DT><A HREF="./com/google/common/base/Predicate.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1614 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Predicate.html" title="interface in com.google.common.base">Predicate</A> 1615 <DD>Indicates whether some other object is equal to this <code>Predicate</code>. 1616 <DT><A HREF="./com/google/common/collect/ForwardingList.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1617 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 1618 <DD> 1619 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1620 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 1621 <DD> 1622 <DT><A HREF="./com/google/common/collect/ForwardingMapEntry.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1623 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMapEntry.html" title="class in com.google.common.collect">ForwardingMapEntry</A> 1624 <DD> 1625 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1626 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 1627 <DD> 1628 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1629 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 1630 <DD> 1631 <DT><A HREF="./com/google/common/collect/ForwardingSet.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1632 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSet.html" title="class in com.google.common.collect">ForwardingSet</A> 1633 <DD> 1634 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1635 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 1636 <DD> 1637 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1638 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 1639 <DD> 1640 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1641 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 1642 <DD> 1643 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1644 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 1645 <DD> 1646 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1647 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 1648 <DD> 1649 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1650 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 1651 <DD>Compares the specified object to this multimap for equality. 1652 <DT><A HREF="./com/google/common/collect/ListMultimap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1653 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect">ListMultimap</A> 1654 <DD>Compares the specified object to this multimap for equality. 1655 <DT><A HREF="./com/google/common/collect/MapDifference.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1656 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.html" title="interface in com.google.common.collect">MapDifference</A> 1657 <DD>Compares the specified object with this instance for equality. 1658 <DT><A HREF="./com/google/common/collect/MapDifference.ValueDifference.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1659 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.ValueDifference.html" title="interface in com.google.common.collect">MapDifference.ValueDifference</A> 1660 <DD>Two instances are considered equal if their <A HREF="./com/google/common/collect/MapDifference.ValueDifference.html#leftValue()"><CODE>MapDifference.ValueDifference.leftValue()</CODE></A> 1661 values are equal and their <A HREF="./com/google/common/collect/MapDifference.ValueDifference.html#rightValue()"><CODE>MapDifference.ValueDifference.rightValue()</CODE></A> values are also equal. 1662 <DT><A HREF="./com/google/common/collect/Multimap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1663 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 1664 <DD>Compares the specified object with this multimap for equality. 1665 <DT><A HREF="./com/google/common/collect/Multiset.Entry.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1666 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.Entry.html" title="interface in com.google.common.collect">Multiset.Entry</A> 1667 <DD> 1668 <DT><A HREF="./com/google/common/collect/Multiset.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1669 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 1670 <DD>Compares the specified object with this multiset for equality. 1671 <DT><A HREF="./com/google/common/collect/SetMultimap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> - 1672 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect">SetMultimap</A> 1673 <DD>Compares the specified object to this multimap for equality. 1674 <DT><A HREF="./com/google/common/base/Predicates.html#equalTo(T)"><B>equalTo(T)</B></A> - 1675 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 1676 <DD>Returns a predicate that evaluates to <code>true</code> if the object being 1677 tested <code>equals()</code> the given target or both are null. 1678 <DT><A HREF="./com/google/common/util/concurrent/ExecutionList.html" title="class in com.google.common.util.concurrent"><B>ExecutionList</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A list of (<code>Runnable</code>, <code>Executor</code>) pairs that guarantees 1679 that every <code>Runnable</code> that is added using the add method will be 1680 executed in its associated <code>Executor</code> after <A HREF="./com/google/common/util/concurrent/ExecutionList.html#run()"><CODE>ExecutionList.run()</CODE></A> is called.<DT><A HREF="./com/google/common/util/concurrent/ExecutionList.html#ExecutionList()"><B>ExecutionList()</B></A> - 1681 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ExecutionList.html" title="class in com.google.common.util.concurrent">ExecutionList</A> 1682 <DD> 1683 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#executor()"><B>executor()</B></A> - 1684 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 1685 <DD>Returns the <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Executor</CODE></A> that will be used to run this service. 1686 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#executor(com.google.common.base.Service.State)"><B>executor(Service.State)</B></A> - 1687 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 1688 <DD>Returns the <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Executor</CODE></A> that will be used to run this service. 1689 <DT><A HREF="./com/google/common/util/concurrent/Executors.html" title="class in com.google.common.util.concurrent"><B>Executors</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Factory and utility methods for <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executor.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Executor</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutorService</CODE></A>, and <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ThreadFactory.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ThreadFactory</CODE></A>.<DT><A HREF="./com/google/common/util/concurrent/Executors.html#Executors()"><B>Executors()</B></A> - 1690 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Executors.html" title="class in com.google.common.util.concurrent">Executors</A> 1691 <DD> 1692 <DT><A HREF="./com/google/common/collect/MapMaker.html#expiration(long, java.util.concurrent.TimeUnit)"><B>expiration(long, TimeUnit)</B></A> - 1693 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> 1694 <DD>Specifies that each entry should be automatically removed from the 1695 map once a fixed duration has passed since the entry's creation. 1696 <DT><A HREF="./com/google/common/collect/Ordering.html#explicit(java.util.List)"><B>explicit(List<T>)</B></A> - 1697 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 1698 <DD>Returns an ordering that compares objects according to the order in 1699 which they appear in the given list. 1700 <DT><A HREF="./com/google/common/collect/Ordering.html#explicit(T, T...)"><B>explicit(T, T...)</B></A> - 1701 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 1702 <DD>Returns an ordering that compares objects according to the order in 1703 which they are given to this method. 1704 </DL> 1705 <HR> 1706 <A NAME="_F_"><!-- --></A><H2> 1707 <B>F</B></H2> 1708 <DL> 1709 <DT><A HREF="./com/google/common/util/concurrent/FakeTimeLimiter.html" title="class in com.google.common.util.concurrent"><B>FakeTimeLimiter</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A TimeLimiter implementation which actually does not attempt to limit time 1710 at all.<DT><A HREF="./com/google/common/util/concurrent/FakeTimeLimiter.html#FakeTimeLimiter()"><B>FakeTimeLimiter()</B></A> - 1711 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/FakeTimeLimiter.html" title="class in com.google.common.util.concurrent">FakeTimeLimiter</A> 1712 <DD> 1713 <DT><A HREF="./com/google/common/io/FileBackedOutputStream.html" title="class in com.google.common.io"><B>FileBackedOutputStream</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>An <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><CODE>OutputStream</CODE></A> that starts buffering to a byte array, but 1714 switches to file buffering once the data reaches a configurable size.<DT><A HREF="./com/google/common/io/FileBackedOutputStream.html#FileBackedOutputStream(int)"><B>FileBackedOutputStream(int)</B></A> - 1715 Constructor for class com.google.common.io.<A HREF="./com/google/common/io/FileBackedOutputStream.html" title="class in com.google.common.io">FileBackedOutputStream</A> 1716 <DD>Creates a new instance that uses the given file threshold. 1717 <DT><A HREF="./com/google/common/io/FileBackedOutputStream.html#FileBackedOutputStream(int, boolean)"><B>FileBackedOutputStream(int, boolean)</B></A> - 1718 Constructor for class com.google.common.io.<A HREF="./com/google/common/io/FileBackedOutputStream.html" title="class in com.google.common.io">FileBackedOutputStream</A> 1719 <DD>Creates a new instance that uses the given file threshold, and 1720 optionally resets the data when the <A HREF="./com/google/common/io/InputSupplier.html" title="interface in com.google.common.io"><CODE>InputSupplier</CODE></A> returned 1721 by <A HREF="./com/google/common/io/FileBackedOutputStream.html#getSupplier()"><CODE>FileBackedOutputStream.getSupplier()</CODE></A> is finalized. 1722 <DT><A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io"><B>Files</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>Provides utility methods for working with files.<DT><A HREF="./com/google/common/collect/Collections2.html#filter(java.util.Collection, com.google.common.base.Predicate)"><B>filter(Collection<E>, Predicate<? super E>)</B></A> - 1723 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Collections2.html" title="class in com.google.common.collect">Collections2</A> 1724 <DD>Returns the elements of <code>unfiltered</code> that satisfy a predicate. 1725 <DT><A HREF="./com/google/common/collect/Iterables.html#filter(java.lang.Iterable, com.google.common.base.Predicate)"><B>filter(Iterable<T>, Predicate<? super T>)</B></A> - 1726 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 1727 <DD>Returns the elements of <code>unfiltered</code> that satisfy a predicate. 1728 <DT><A HREF="./com/google/common/collect/Iterables.html#filter(java.lang.Iterable, java.lang.Class)"><B>filter(Iterable<?>, Class<T>)</B></A> - 1729 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 1730 <DD>Returns all instances of class <code>type</code> in <code>unfiltered</code>. 1731 <DT><A HREF="./com/google/common/collect/Iterators.html#filter(java.util.Iterator, com.google.common.base.Predicate)"><B>filter(Iterator<T>, Predicate<? super T>)</B></A> - 1732 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1733 <DD>Returns the elements of <code>unfiltered</code> that satisfy a predicate. 1734 <DT><A HREF="./com/google/common/collect/Iterators.html#filter(java.util.Iterator, java.lang.Class)"><B>filter(Iterator<?>, Class<T>)</B></A> - 1735 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1736 <DD>Returns all instances of class <code>type</code> in <code>unfiltered</code>. 1737 <DT><A HREF="./com/google/common/collect/Sets.html#filter(java.util.Set, com.google.common.base.Predicate)"><B>filter(Set<E>, Predicate<? super E>)</B></A> - 1738 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 1739 <DD>Returns the elements of <code>unfiltered</code> that satisfy a predicate. 1740 <DT><A HREF="./com/google/common/collect/Maps.html#filterEntries(java.util.Map, com.google.common.base.Predicate)"><B>filterEntries(Map<K, V>, Predicate<? super Map.Entry<K, V>>)</B></A> - 1741 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 1742 <DD>Returns a map containing the mappings in <code>unfiltered</code> that satisfy a 1743 predicate. 1744 <DT><A HREF="./com/google/common/collect/Maps.html#filterKeys(java.util.Map, com.google.common.base.Predicate)"><B>filterKeys(Map<K, V>, Predicate<? super K>)</B></A> - 1745 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 1746 <DD>Returns a map containing the mappings in <code>unfiltered</code> whose keys 1747 satisfy a predicate. 1748 <DT><A HREF="./com/google/common/collect/Maps.html#filterValues(java.util.Map, com.google.common.base.Predicate)"><B>filterValues(Map<K, V>, Predicate<? super V>)</B></A> - 1749 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 1750 <DD>Returns a map containing the mappings in <code>unfiltered</code> whose values 1751 satisfy a predicate. 1752 <DT><A HREF="./com/google/common/base/FinalizablePhantomReference.html" title="class in com.google.common.base"><B>FinalizablePhantomReference</B></A><<A HREF="./com/google/common/base/FinalizablePhantomReference.html" title="type parameter in FinalizablePhantomReference">T</A>> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Phantom reference with a <code>finalizeReferent()</code> method which a 1753 background thread invokes after the garbage collector reclaims the 1754 referent.<DT><A HREF="./com/google/common/base/FinalizablePhantomReference.html#FinalizablePhantomReference(T, com.google.common.base.FinalizableReferenceQueue)"><B>FinalizablePhantomReference(T, FinalizableReferenceQueue)</B></A> - 1755 Constructor for class com.google.common.base.<A HREF="./com/google/common/base/FinalizablePhantomReference.html" title="class in com.google.common.base">FinalizablePhantomReference</A> 1756 <DD>Constructs a new finalizable phantom reference. 1757 <DT><A HREF="./com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base"><B>FinalizableReference</B></A> - Interface in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Implemented by references that have code to run after garbage collection of 1758 their referents.<DT><A HREF="./com/google/common/base/FinalizableReferenceQueue.html" title="class in com.google.common.base"><B>FinalizableReferenceQueue</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>A reference queue with an associated background thread that dequeues 1759 references and invokes <A HREF="./com/google/common/base/FinalizableReference.html#finalizeReferent()"><CODE>FinalizableReference.finalizeReferent()</CODE></A> on 1760 them.<DT><A HREF="./com/google/common/base/FinalizableReferenceQueue.html#FinalizableReferenceQueue()"><B>FinalizableReferenceQueue()</B></A> - 1761 Constructor for class com.google.common.base.<A HREF="./com/google/common/base/FinalizableReferenceQueue.html" title="class in com.google.common.base">FinalizableReferenceQueue</A> 1762 <DD>Constructs a new queue. 1763 <DT><A HREF="./com/google/common/base/FinalizableSoftReference.html" title="class in com.google.common.base"><B>FinalizableSoftReference</B></A><<A HREF="./com/google/common/base/FinalizableSoftReference.html" title="type parameter in FinalizableSoftReference">T</A>> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Soft reference with a <code>finalizeReferent()</code> method which a background 1764 thread invokes after the garbage collector reclaims the referent.<DT><A HREF="./com/google/common/base/FinalizableSoftReference.html#FinalizableSoftReference(T, com.google.common.base.FinalizableReferenceQueue)"><B>FinalizableSoftReference(T, FinalizableReferenceQueue)</B></A> - 1765 Constructor for class com.google.common.base.<A HREF="./com/google/common/base/FinalizableSoftReference.html" title="class in com.google.common.base">FinalizableSoftReference</A> 1766 <DD>Constructs a new finalizable soft reference. 1767 <DT><A HREF="./com/google/common/base/FinalizableWeakReference.html" title="class in com.google.common.base"><B>FinalizableWeakReference</B></A><<A HREF="./com/google/common/base/FinalizableWeakReference.html" title="type parameter in FinalizableWeakReference">T</A>> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Weak reference with a <code>finalizeReferent()</code> method which a background 1768 thread invokes after the garbage collector reclaims the referent.<DT><A HREF="./com/google/common/base/FinalizableWeakReference.html#FinalizableWeakReference(T, com.google.common.base.FinalizableReferenceQueue)"><B>FinalizableWeakReference(T, FinalizableReferenceQueue)</B></A> - 1769 Constructor for class com.google.common.base.<A HREF="./com/google/common/base/FinalizableWeakReference.html" title="class in com.google.common.base">FinalizableWeakReference</A> 1770 <DD>Constructs a new finalizable weak reference. 1771 <DT><A HREF="./com/google/common/base/FinalizableReference.html#finalizeReferent()"><B>finalizeReferent()</B></A> - 1772 Method in interface com.google.common.base.<A HREF="./com/google/common/base/FinalizableReference.html" title="interface in com.google.common.base">FinalizableReference</A> 1773 <DD>Invoked on a background thread after the referent has been garbage 1774 collected unless security restrictions prevented starting a background 1775 thread, in which case this method is invoked when new references 1776 are created. 1777 <DT><A HREF="./com/google/common/collect/Iterables.html#find(java.lang.Iterable, com.google.common.base.Predicate)"><B>find(Iterable<T>, Predicate<? super T>)</B></A> - 1778 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 1779 <DD>Returns the first element in <code>iterable</code> that satisfies the given 1780 predicate. 1781 <DT><A HREF="./com/google/common/collect/Iterators.html#find(java.util.Iterator, com.google.common.base.Predicate)"><B>find(Iterator<T>, Predicate<? super T>)</B></A> - 1782 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1783 <DD>Returns the first element in <code>iterator</code> that satisfies the given 1784 predicate. 1785 <DT><A HREF="./com/google/common/collect/ForwardingSortedSet.html#first()"><B>first()</B></A> - 1786 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedSet.html" title="class in com.google.common.collect">ForwardingSortedSet</A> 1787 <DD> 1788 <DT><A HREF="./com/google/common/collect/ForwardingSortedMap.html#firstKey()"><B>firstKey()</B></A> - 1789 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="class in com.google.common.collect">ForwardingSortedMap</A> 1790 <DD> 1791 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#firstKey()"><B>firstKey()</B></A> - 1792 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 1793 <DD> 1794 <DT><A HREF="./com/google/common/base/Splitter.html#fixedLength(int)"><B>fixedLength(int)</B></A> - 1795 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A> 1796 <DD>Returns a splitter that divides strings into pieces of the given length. 1797 <DT><A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives"><B>Floats</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Static utility methods pertaining to <code>float</code> primitives, that are not 1798 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Float.html?is-external=true" title="class or interface in java.lang"><CODE>Float</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>.<DT><A HREF="./com/google/common/io/FileBackedOutputStream.html#flush()"><B>flush()</B></A> - 1799 Method in class com.google.common.io.<A HREF="./com/google/common/io/FileBackedOutputStream.html" title="class in com.google.common.io">FileBackedOutputStream</A> 1800 <DD> 1801 <DT><A HREF="./com/google/common/io/Flushables.html#flush(java.io.Flushable, boolean)"><B>flush(Flushable, boolean)</B></A> - 1802 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Flushables.html" title="class in com.google.common.io">Flushables</A> 1803 <DD>Flush a <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io"><CODE>Flushable</CODE></A>, with control over whether an 1804 <code>IOException</code> may be thrown. 1805 <DT><A HREF="./com/google/common/io/Flushables.html" title="class in com.google.common.io"><B>Flushables</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>Utility methods for working with <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Flushable.html?is-external=true" title="class or interface in java.io"><CODE>Flushable</CODE></A> objects.<DT><A HREF="./com/google/common/io/Flushables.html#flushQuietly(java.io.Flushable)"><B>flushQuietly(Flushable)</B></A> - 1806 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Flushables.html" title="class in com.google.common.io">Flushables</A> 1807 <DD>Equivalent to calling <code>flush(flushable, true)</code>, but with no 1808 <code>IOException</code> in the signature. 1809 <DT><A HREF="./com/google/common/collect/Iterators.html#forArray(T...)"><B>forArray(T...)</B></A> - 1810 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1811 <DD>Returns an iterator containing the elements of <code>array</code> in order. 1812 <DT><A HREF="./com/google/common/collect/BiMap.html#forcePut(K, V)"><B>forcePut(K, V)</B></A> - 1813 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/BiMap.html" title="interface in com.google.common.collect">BiMap</A> 1814 <DD>An alternate form of <code>put</code> that silently removes any existing entry 1815 with the value <code>value</code> before proceeding with the <A HREF="./com/google/common/collect/BiMap.html#put(K, V)"><CODE>BiMap.put(K, V)</CODE></A> 1816 operation. 1817 <DT><A HREF="./com/google/common/collect/EnumHashBiMap.html#forcePut(K, V)"><B>forcePut(K, V)</B></A> - 1818 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumHashBiMap.html" title="class in com.google.common.collect">EnumHashBiMap</A> 1819 <DD> 1820 <DT><A HREF="./com/google/common/collect/HashBiMap.html#forcePut(K, V)"><B>forcePut(K, V)</B></A> - 1821 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashBiMap.html" title="class in com.google.common.collect">HashBiMap</A> 1822 <DD> 1823 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#forcePut(K, V)"><B>forcePut(K, V)</B></A> - 1824 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 1825 <DD>Guaranteed to throw an exception and leave the bimap unmodified. 1826 <DT><A HREF="./com/google/common/collect/Iterators.html#forEnumeration(java.util.Enumeration)"><B>forEnumeration(Enumeration<T>)</B></A> - 1827 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1828 <DD>Adapts an <code>Enumeration</code> to the <code>Iterator</code> interface. 1829 <DT><A HREF="./com/google/common/base/Functions.html#forMap(java.util.Map)"><B>forMap(Map<K, V>)</B></A> - 1830 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Functions.html" title="class in com.google.common.base">Functions</A> 1831 <DD>Returns a function which performs a map lookup. 1832 <DT><A HREF="./com/google/common/base/Functions.html#forMap(java.util.Map, V)"><B>forMap(Map<K, ? extends V>, V)</B></A> - 1833 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Functions.html" title="class in com.google.common.base">Functions</A> 1834 <DD>Returns a function which performs a map lookup with a default value. 1835 <DT><A HREF="./com/google/common/collect/Multimaps.html#forMap(java.util.Map)"><B>forMap(Map<K, V>)</B></A> - 1836 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 1837 <DD>Returns a multimap view of the specified map. 1838 <DT><A HREF="./com/google/common/base/CharMatcher.html#forPredicate(com.google.common.base.Predicate)"><B>forPredicate(Predicate<? super Character>)</B></A> - 1839 Static method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 1840 <DD>Returns a matcher with identical behavior to the given <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true" title="class or interface in java.lang"><CODE>Character</CODE></A>-based predicate, but which operates on primitive <code>char</code> 1841 instances instead. 1842 <DT><A HREF="./com/google/common/base/Functions.html#forPredicate(com.google.common.base.Predicate)"><B>forPredicate(Predicate<T>)</B></A> - 1843 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Functions.html" title="class in com.google.common.base">Functions</A> 1844 <DD>Creates a function that returns the same boolean output as the given 1845 predicate for all inputs. 1846 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect"><B>ForwardingCollection</B></A><<A HREF="./com/google/common/collect/ForwardingCollection.html" title="type parameter in ForwardingCollection">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A collection which forwards all its method calls to another collection.<DT><A HREF="./com/google/common/collect/ForwardingCollection.html#ForwardingCollection()"><B>ForwardingCollection()</B></A> - 1847 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 1848 <DD> 1849 <DT><A HREF="./com/google/common/collect/ForwardingConcurrentMap.html" title="class in com.google.common.collect"><B>ForwardingConcurrentMap</B></A><<A HREF="./com/google/common/collect/ForwardingConcurrentMap.html" title="type parameter in ForwardingConcurrentMap">K</A>,<A HREF="./com/google/common/collect/ForwardingConcurrentMap.html" title="type parameter in ForwardingConcurrentMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A concurrent map which forwards all its method calls to another concurrent 1850 map.<DT><A HREF="./com/google/common/collect/ForwardingConcurrentMap.html#ForwardingConcurrentMap()"><B>ForwardingConcurrentMap()</B></A> - 1851 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingConcurrentMap.html" title="class in com.google.common.collect">ForwardingConcurrentMap</A> 1852 <DD> 1853 <DT><A HREF="./com/google/common/util/concurrent/ForwardingFuture.html" title="class in com.google.common.util.concurrent"><B>ForwardingFuture</B></A><<A HREF="./com/google/common/util/concurrent/ForwardingFuture.html" title="type parameter in ForwardingFuture">V</A>> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A> which forwards all its method calls to another future.<DT><A HREF="./com/google/common/util/concurrent/ForwardingFuture.html#ForwardingFuture()"><B>ForwardingFuture()</B></A> - 1854 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingFuture.html" title="class in com.google.common.util.concurrent">ForwardingFuture</A> 1855 <DD> 1856 <DT><A HREF="./com/google/common/collect/ForwardingIterator.html" title="class in com.google.common.collect"><B>ForwardingIterator</B></A><<A HREF="./com/google/common/collect/ForwardingIterator.html" title="type parameter in ForwardingIterator">T</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An iterator which forwards all its method calls to another iterator.<DT><A HREF="./com/google/common/collect/ForwardingIterator.html#ForwardingIterator()"><B>ForwardingIterator()</B></A> - 1857 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingIterator.html" title="class in com.google.common.collect">ForwardingIterator</A> 1858 <DD> 1859 <DT><A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect"><B>ForwardingList</B></A><<A HREF="./com/google/common/collect/ForwardingList.html" title="type parameter in ForwardingList">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A list which forwards all its method calls to another list.<DT><A HREF="./com/google/common/collect/ForwardingList.html#ForwardingList()"><B>ForwardingList()</B></A> - 1860 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 1861 <DD> 1862 <DT><A HREF="./com/google/common/collect/ForwardingListIterator.html" title="class in com.google.common.collect"><B>ForwardingListIterator</B></A><<A HREF="./com/google/common/collect/ForwardingListIterator.html" title="type parameter in ForwardingListIterator">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A list iterator which forwards all its method calls to another list 1863 iterator.<DT><A HREF="./com/google/common/collect/ForwardingListIterator.html#ForwardingListIterator()"><B>ForwardingListIterator()</B></A> - 1864 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingListIterator.html" title="class in com.google.common.collect">ForwardingListIterator</A> 1865 <DD> 1866 <DT><A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect"><B>ForwardingMap</B></A><<A HREF="./com/google/common/collect/ForwardingMap.html" title="type parameter in ForwardingMap">K</A>,<A HREF="./com/google/common/collect/ForwardingMap.html" title="type parameter in ForwardingMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A map which forwards all its method calls to another map.<DT><A HREF="./com/google/common/collect/ForwardingMap.html#ForwardingMap()"><B>ForwardingMap()</B></A> - 1867 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 1868 <DD> 1869 <DT><A HREF="./com/google/common/collect/ForwardingMapEntry.html" title="class in com.google.common.collect"><B>ForwardingMapEntry</B></A><<A HREF="./com/google/common/collect/ForwardingMapEntry.html" title="type parameter in ForwardingMapEntry">K</A>,<A HREF="./com/google/common/collect/ForwardingMapEntry.html" title="type parameter in ForwardingMapEntry">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A map entry which forwards all its method calls to another map entry.<DT><A HREF="./com/google/common/collect/ForwardingMapEntry.html#ForwardingMapEntry()"><B>ForwardingMapEntry()</B></A> - 1870 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMapEntry.html" title="class in com.google.common.collect">ForwardingMapEntry</A> 1871 <DD> 1872 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect"><B>ForwardingMultimap</B></A><<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="type parameter in ForwardingMultimap">K</A>,<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="type parameter in ForwardingMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A multimap which forwards all its method calls to another multimap.<DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#ForwardingMultimap()"><B>ForwardingMultimap()</B></A> - 1873 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 1874 <DD> 1875 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect"><B>ForwardingMultiset</B></A><<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="type parameter in ForwardingMultiset">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A multiset which forwards all its method calls to another multiset.<DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#ForwardingMultiset()"><B>ForwardingMultiset()</B></A> - 1876 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 1877 <DD> 1878 <DT><A HREF="./com/google/common/collect/ForwardingObject.html" title="class in com.google.common.collect"><B>ForwardingObject</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An abstract base class for implementing the <a 1879 href="http://en.wikipedia.org/wiki/Decorator_pattern">decorator pattern</a>.<DT><A HREF="./com/google/common/collect/ForwardingObject.html#ForwardingObject()"><B>ForwardingObject()</B></A> - 1880 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingObject.html" title="class in com.google.common.collect">ForwardingObject</A> 1881 <DD>Sole constructor. 1882 <DT><A HREF="./com/google/common/collect/ForwardingQueue.html" title="class in com.google.common.collect"><B>ForwardingQueue</B></A><<A HREF="./com/google/common/collect/ForwardingQueue.html" title="type parameter in ForwardingQueue">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A queue which forwards all its method calls to another queue.<DT><A HREF="./com/google/common/collect/ForwardingQueue.html#ForwardingQueue()"><B>ForwardingQueue()</B></A> - 1883 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingQueue.html" title="class in com.google.common.collect">ForwardingQueue</A> 1884 <DD> 1885 <DT><A HREF="./com/google/common/util/concurrent/ForwardingService.html" title="class in com.google.common.util.concurrent"><B>ForwardingService</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A <A HREF="./com/google/common/base/Service.html" title="interface in com.google.common.base"><CODE>Service</CODE></A> that forwards all method calls to another service.<DT><A HREF="./com/google/common/util/concurrent/ForwardingService.html#ForwardingService()"><B>ForwardingService()</B></A> - 1886 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingService.html" title="class in com.google.common.util.concurrent">ForwardingService</A> 1887 <DD> 1888 <DT><A HREF="./com/google/common/collect/ForwardingSet.html" title="class in com.google.common.collect"><B>ForwardingSet</B></A><<A HREF="./com/google/common/collect/ForwardingSet.html" title="type parameter in ForwardingSet">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A set which forwards all its method calls to another set.<DT><A HREF="./com/google/common/collect/ForwardingSet.html#ForwardingSet()"><B>ForwardingSet()</B></A> - 1889 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSet.html" title="class in com.google.common.collect">ForwardingSet</A> 1890 <DD> 1891 <DT><A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="class in com.google.common.collect"><B>ForwardingSortedMap</B></A><<A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="type parameter in ForwardingSortedMap">K</A>,<A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="type parameter in ForwardingSortedMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A sorted map which forwards all its method calls to another sorted map.<DT><A HREF="./com/google/common/collect/ForwardingSortedMap.html#ForwardingSortedMap()"><B>ForwardingSortedMap()</B></A> - 1892 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="class in com.google.common.collect">ForwardingSortedMap</A> 1893 <DD> 1894 <DT><A HREF="./com/google/common/collect/ForwardingSortedSet.html" title="class in com.google.common.collect"><B>ForwardingSortedSet</B></A><<A HREF="./com/google/common/collect/ForwardingSortedSet.html" title="type parameter in ForwardingSortedSet">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A sorted set which forwards all its method calls to another sorted set.<DT><A HREF="./com/google/common/collect/ForwardingSortedSet.html#ForwardingSortedSet()"><B>ForwardingSortedSet()</B></A> - 1895 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedSet.html" title="class in com.google.common.collect">ForwardingSortedSet</A> 1896 <DD> 1897 <DT><A HREF="./com/google/common/collect/Iterables.html#frequency(java.lang.Iterable, java.lang.Object)"><B>frequency(Iterable<?>, Object)</B></A> - 1898 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 1899 <DD>Returns the number of elements in the specified iterable that equal the 1900 specified object. 1901 <DT><A HREF="./com/google/common/collect/Iterators.html#frequency(java.util.Iterator, java.lang.Object)"><B>frequency(Iterator<?>, Object)</B></A> - 1902 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1903 <DD>Returns the number of elements in the specified iterator that equal the 1904 specified object. 1905 <DT><A HREF="./com/google/common/collect/Ordering.html#from(java.util.Comparator)"><B>from(Comparator<T>)</B></A> - 1906 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 1907 <DD>Returns an ordering for a pre-existing <code>comparator</code>. 1908 <DT><A HREF="./com/google/common/collect/Ordering.html#from(com.google.common.collect.Ordering)"><B>from(Ordering<T>)</B></A> - 1909 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 1910 <DD><B>Deprecated.</B> <I>no need to use this</I> 1911 <DT><A HREF="./com/google/common/primitives/Chars.html#fromByteArray(byte[])"><B>fromByteArray(byte[])</B></A> - 1912 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 1913 <DD>Returns the <code>char</code> value whose big-endian representation is 1914 stored in the first 2 bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getChar()</code>. 1915 <DT><A HREF="./com/google/common/primitives/Ints.html#fromByteArray(byte[])"><B>fromByteArray(byte[])</B></A> - 1916 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 1917 <DD>Returns the <code>int</code> value whose big-endian representation is stored in 1918 the first 4 bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getInt()</code>. 1919 <DT><A HREF="./com/google/common/primitives/Longs.html#fromByteArray(byte[])"><B>fromByteArray(byte[])</B></A> - 1920 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 1921 <DD>Returns the <code>long</code> value whose big-endian representation is 1922 stored in the first 8 bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getLong()</code>. 1923 <DT><A HREF="./com/google/common/primitives/Shorts.html#fromByteArray(byte[])"><B>fromByteArray(byte[])</B></A> - 1924 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 1925 <DD>Returns the <code>short</code> value whose big-endian representation is 1926 stored in the first ? bytes of <code>bytes</code>; equivalent to <code>ByteBuffer.wrap(bytes).getShort()</code>. 1927 <DT><A HREF="./com/google/common/collect/Maps.html#fromProperties(java.util.Properties)"><B>fromProperties(Properties)</B></A> - 1928 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 1929 <DD>Creates an <code>ImmutableMap<String, String></code> from a <code>Properties</code> 1930 instance. 1931 <DT><A HREF="./com/google/common/base/Function.html" title="interface in com.google.common.base"><B>Function</B></A><<A HREF="./com/google/common/base/Function.html" title="type parameter in Function">F</A>,<A HREF="./com/google/common/base/Function.html" title="type parameter in Function">T</A>> - Interface in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>A transformation from one object to another.<DT><A HREF="./com/google/common/base/Functions.html" title="class in com.google.common.base"><B>Functions</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Useful functions.<DT><A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent"><B>Futures</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Static utility methods pertaining to the <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A> interface.</DL> 1932 <HR> 1933 <A NAME="_G_"><!-- --></A><H2> 1934 <B>G</B></H2> 1935 <DL> 1936 <DT><A HREF="./com/google/common/base/Supplier.html#get()"><B>get()</B></A> - 1937 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Supplier.html" title="interface in com.google.common.base">Supplier</A> 1938 <DD>Retrieves an instance of the appropriate type. 1939 <DT><A HREF="./com/google/common/collect/ForwardingList.html#get(int)"><B>get(int)</B></A> - 1940 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 1941 <DD> 1942 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 1943 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 1944 <DD> 1945 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#get(K)"><B>get(K)</B></A> - 1946 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 1947 <DD> 1948 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 1949 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 1950 <DD> 1951 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#get(K)"><B>get(K)</B></A> - 1952 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 1953 <DD>Returns an immutable list of the values for the given key. 1954 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 1955 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 1956 <DD> 1957 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#get(K)"><B>get(K)</B></A> - 1958 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 1959 <DD>Returns an immutable collection of the values for the given key. 1960 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#get(K)"><B>get(K)</B></A> - 1961 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 1962 <DD>Returns an immutable set of the values for the given key. 1963 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#get(java.lang.Object)"><B>get(Object)</B></A> - 1964 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 1965 <DD> 1966 <DT><A HREF="./com/google/common/collect/Iterables.html#get(java.lang.Iterable, int)"><B>get(Iterable<T>, int)</B></A> - 1967 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 1968 <DD>Returns the element at the specified position in an iterable. 1969 <DT><A HREF="./com/google/common/collect/Iterators.html#get(java.util.Iterator, int)"><B>get(Iterator<T>, int)</B></A> - 1970 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 1971 <DD>Advances <code>iterator</code> <code>position + 1</code> times, returning the element 1972 at the <code>position</code>th position. 1973 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#get(K)"><B>get(K)</B></A> - 1974 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 1975 <DD>Returns a collection view of all values associated with a key. 1976 <DT><A HREF="./com/google/common/collect/ListMultimap.html#get(K)"><B>get(K)</B></A> - 1977 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect">ListMultimap</A> 1978 <DD>Returns a collection view of all values associated with a key. 1979 <DT><A HREF="./com/google/common/collect/Multimap.html#get(K)"><B>get(K)</B></A> - 1980 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 1981 <DD>Returns a collection view of all values associated with a key. 1982 <DT><A HREF="./com/google/common/collect/SetMultimap.html#get(K)"><B>get(K)</B></A> - 1983 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect">SetMultimap</A> 1984 <DD>Returns a collection view of all values associated with a key. 1985 <DT><A HREF="./com/google/common/collect/SortedSetMultimap.html#get(K)"><B>get(K)</B></A> - 1986 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SortedSetMultimap.html" title="interface in com.google.common.collect">SortedSetMultimap</A> 1987 <DD>Returns a collection view of all values associated with a key. 1988 <DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#get()"><B>get()</B></A> - 1989 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 1990 <DD> 1991 <DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#get(long, java.util.concurrent.TimeUnit)"><B>get(long, TimeUnit)</B></A> - 1992 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 1993 <DD> 1994 <DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html#get(long, java.util.concurrent.TimeUnit)"><B>get(long, TimeUnit)</B></A> - 1995 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent">AbstractFuture</A> 1996 <DD> 1997 <DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html#get()"><B>get()</B></A> - 1998 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent">AbstractFuture</A> 1999 <DD> 2000 <DT><A HREF="./com/google/common/util/concurrent/ForwardingFuture.html#get()"><B>get()</B></A> - 2001 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingFuture.html" title="class in com.google.common.util.concurrent">ForwardingFuture</A> 2002 <DD> 2003 <DT><A HREF="./com/google/common/util/concurrent/ForwardingFuture.html#get(long, java.util.concurrent.TimeUnit)"><B>get(long, TimeUnit)</B></A> - 2004 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingFuture.html" title="class in com.google.common.util.concurrent">ForwardingFuture</A> 2005 <DD> 2006 <DT><A HREF="./com/google/common/util/concurrent/UninterruptibleFuture.html#get()"><B>get()</B></A> - 2007 Method in interface com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/UninterruptibleFuture.html" title="interface in com.google.common.util.concurrent">UninterruptibleFuture</A> 2008 <DD> 2009 <DT><A HREF="./com/google/common/util/concurrent/UninterruptibleFuture.html#get(long, java.util.concurrent.TimeUnit)"><B>get(long, TimeUnit)</B></A> - 2010 Method in interface com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/UninterruptibleFuture.html" title="interface in com.google.common.util.concurrent">UninterruptibleFuture</A> 2011 <DD> 2012 <DT><A HREF="./com/google/common/base/Throwables.html#getCausalChain(java.lang.Throwable)"><B>getCausalChain(Throwable)</B></A> - 2013 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Throwables.html" title="class in com.google.common.base">Throwables</A> 2014 <DD>Gets a <code>Throwable</code> cause chain as a list. 2015 <DT><A HREF="./com/google/common/io/ByteStreams.html#getChecksum(com.google.common.io.InputSupplier, java.util.zip.Checksum)"><B>getChecksum(InputSupplier<? extends InputStream>, Checksum)</B></A> - 2016 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 2017 <DD>Computes and returns the checksum value for a supplied input stream. 2018 <DT><A HREF="./com/google/common/io/Files.html#getChecksum(java.io.File, java.util.zip.Checksum)"><B>getChecksum(File, Checksum)</B></A> - 2019 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 2020 <DD>Computes and returns the checksum value for a file. 2021 <DT><A HREF="./com/google/common/collect/Multiset.Entry.html#getCount()"><B>getCount()</B></A> - 2022 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.Entry.html" title="interface in com.google.common.collect">Multiset.Entry</A> 2023 <DD>Returns the count of the associated element in the underlying multiset. 2024 <DT><A HREF="./com/google/common/io/CountingInputStream.html#getCount()"><B>getCount()</B></A> - 2025 Method in class com.google.common.io.<A HREF="./com/google/common/io/CountingInputStream.html" title="class in com.google.common.io">CountingInputStream</A> 2026 <DD>Returns the number of bytes read. 2027 <DT><A HREF="./com/google/common/io/CountingOutputStream.html#getCount()"><B>getCount()</B></A> - 2028 Method in class com.google.common.io.<A HREF="./com/google/common/io/CountingOutputStream.html" title="class in com.google.common.io">CountingOutputStream</A> 2029 <DD>Returns the number of bytes written. 2030 <DT><A HREF="./com/google/common/io/ByteStreams.html#getDigest(com.google.common.io.InputSupplier, java.security.MessageDigest)"><B>getDigest(InputSupplier<? extends InputStream>, MessageDigest)</B></A> - 2031 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 2032 <DD>Computes and returns the digest value for a supplied input stream. 2033 <DT><A HREF="./com/google/common/io/Files.html#getDigest(java.io.File, java.security.MessageDigest)"><B>getDigest(File, MessageDigest)</B></A> - 2034 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 2035 <DD>Computes and returns the digest value for a file. 2036 <DT><A HREF="./com/google/common/collect/Multiset.Entry.html#getElement()"><B>getElement()</B></A> - 2037 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.Entry.html" title="interface in com.google.common.collect">Multiset.Entry</A> 2038 <DD>Returns the multiset element corresponding to this entry. 2039 <DT><A HREF="./com/google/common/util/concurrent/Executors.html#getExitingExecutorService(java.util.concurrent.ThreadPoolExecutor, long, java.util.concurrent.TimeUnit)"><B>getExitingExecutorService(ThreadPoolExecutor, long, TimeUnit)</B></A> - 2040 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Executors.html" title="class in com.google.common.util.concurrent">Executors</A> 2041 <DD>Converts the given ThreadPoolExecutor into an ExecutorService that exits 2042 when the application is complete. 2043 <DT><A HREF="./com/google/common/util/concurrent/Executors.html#getExitingExecutorService(java.util.concurrent.ThreadPoolExecutor)"><B>getExitingExecutorService(ThreadPoolExecutor)</B></A> - 2044 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Executors.html" title="class in com.google.common.util.concurrent">Executors</A> 2045 <DD>Converts the given ThreadPoolExecutor into an ExecutorService that exits 2046 when the application is complete. 2047 <DT><A HREF="./com/google/common/util/concurrent/Executors.html#getExitingScheduledExecutorService(java.util.concurrent.ScheduledThreadPoolExecutor, long, java.util.concurrent.TimeUnit)"><B>getExitingScheduledExecutorService(ScheduledThreadPoolExecutor, long, TimeUnit)</B></A> - 2048 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Executors.html" title="class in com.google.common.util.concurrent">Executors</A> 2049 <DD>Converts the given ScheduledThreadPoolExecutor into a 2050 ScheduledExecutorService that exits when the application is complete. 2051 <DT><A HREF="./com/google/common/util/concurrent/Executors.html#getExitingScheduledExecutorService(java.util.concurrent.ScheduledThreadPoolExecutor)"><B>getExitingScheduledExecutorService(ScheduledThreadPoolExecutor)</B></A> - 2052 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Executors.html" title="class in com.google.common.util.concurrent">Executors</A> 2053 <DD>Converts the given ThreadPoolExecutor into a ScheduledExecutorService that 2054 exits when the application is complete. 2055 <DT><A HREF="./com/google/common/io/InputSupplier.html#getInput()"><B>getInput()</B></A> - 2056 Method in interface com.google.common.io.<A HREF="./com/google/common/io/InputSupplier.html" title="interface in com.google.common.io">InputSupplier</A> 2057 <DD> 2058 <DT><A HREF="./com/google/common/collect/ClassToInstanceMap.html#getInstance(java.lang.Class)"><B>getInstance(Class<T>)</B></A> - 2059 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/ClassToInstanceMap.html" title="interface in com.google.common.collect">ClassToInstanceMap</A> 2060 <DD>Returns the value the specified class is mapped to, or <code>null</code> if no 2061 entry for this class is present. 2062 <DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html#getInstance(java.lang.Class)"><B>getInstance(Class<T>)</B></A> - 2063 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html" title="class in com.google.common.collect">ImmutableClassToInstanceMap</A> 2064 <DD> 2065 <DT><A HREF="./com/google/common/collect/MutableClassToInstanceMap.html#getInstance(java.lang.Class)"><B>getInstance(Class<T>)</B></A> - 2066 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MutableClassToInstanceMap.html" title="class in com.google.common.collect">MutableClassToInstanceMap</A> 2067 <DD> 2068 <DT><A HREF="./com/google/common/collect/ForwardingMapEntry.html#getKey()"><B>getKey()</B></A> - 2069 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMapEntry.html" title="class in com.google.common.collect">ForwardingMapEntry</A> 2070 <DD> 2071 <DT><A HREF="./com/google/common/collect/Iterables.html#getLast(java.lang.Iterable)"><B>getLast(Iterable<T>)</B></A> - 2072 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 2073 <DD>Returns the last element of <code>iterable</code>. 2074 <DT><A HREF="./com/google/common/collect/Iterators.html#getLast(java.util.Iterator)"><B>getLast(Iterator<T>)</B></A> - 2075 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 2076 <DD>Advances <code>iterator</code> to the end, returning the last element. 2077 <DT><A HREF="./com/google/common/collect/Iterables.html#getOnlyElement(java.lang.Iterable)"><B>getOnlyElement(Iterable<T>)</B></A> - 2078 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 2079 <DD>Returns the single element contained in <code>iterable</code>. 2080 <DT><A HREF="./com/google/common/collect/Iterables.html#getOnlyElement(java.lang.Iterable, T)"><B>getOnlyElement(Iterable<T>, T)</B></A> - 2081 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 2082 <DD>Returns the single element contained in <code>iterable</code>, or <code>defaultValue</code> if the iterable is empty. 2083 <DT><A HREF="./com/google/common/collect/Iterators.html#getOnlyElement(java.util.Iterator)"><B>getOnlyElement(Iterator<T>)</B></A> - 2084 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 2085 <DD>Returns the single element contained in <code>iterator</code>. 2086 <DT><A HREF="./com/google/common/collect/Iterators.html#getOnlyElement(java.util.Iterator, T)"><B>getOnlyElement(Iterator<T>, T)</B></A> - 2087 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 2088 <DD>Returns the single element contained in <code>iterator</code>, or <code>defaultValue</code> if the iterator is empty. 2089 <DT><A HREF="./com/google/common/io/OutputSupplier.html#getOutput()"><B>getOutput()</B></A> - 2090 Method in interface com.google.common.io.<A HREF="./com/google/common/io/OutputSupplier.html" title="interface in com.google.common.io">OutputSupplier</A> 2091 <DD> 2092 <DT><A HREF="./com/google/common/io/Resources.html#getResource(java.lang.String)"><B>getResource(String)</B></A> - 2093 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io">Resources</A> 2094 <DD>Returns a <code>URL</code> pointing to <code>resourceName</code> if the resource is 2095 found in the class path. 2096 <DT><A HREF="./com/google/common/io/Resources.html#getResource(java.lang.Class, java.lang.String)"><B>getResource(Class<?>, String)</B></A> - 2097 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io">Resources</A> 2098 <DD>Returns a <code>URL</code> pointing to <code>resourceName</code> that is relative to 2099 <code>contextClass</code>, if the resource is found in the class path. 2100 <DT><A HREF="./com/google/common/io/ByteProcessor.html#getResult()"><B>getResult()</B></A> - 2101 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteProcessor.html" title="interface in com.google.common.io">ByteProcessor</A> 2102 <DD>Return the result of processing all the bytes. 2103 <DT><A HREF="./com/google/common/io/LineProcessor.html#getResult()"><B>getResult()</B></A> - 2104 Method in interface com.google.common.io.<A HREF="./com/google/common/io/LineProcessor.html" title="interface in com.google.common.io">LineProcessor</A> 2105 <DD>Return the result of processing all the lines. 2106 <DT><A HREF="./com/google/common/base/Throwables.html#getRootCause(java.lang.Throwable)"><B>getRootCause(Throwable)</B></A> - 2107 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Throwables.html" title="class in com.google.common.base">Throwables</A> 2108 <DD>Returns the innermost cause of <code>throwable</code>. 2109 <DT><A HREF="./com/google/common/base/Throwables.html#getStackTraceAsString(java.lang.Throwable)"><B>getStackTraceAsString(Throwable)</B></A> - 2110 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Throwables.html" title="class in com.google.common.base">Throwables</A> 2111 <DD>Returns a string containing the result of 2112 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true#toString()" title="class or interface in java.lang"><CODE>toString()</CODE></A>, followed by the full, recursive 2113 stack trace of <code>throwable</code>. 2114 <DT><A HREF="./com/google/common/io/FileBackedOutputStream.html#getSupplier()"><B>getSupplier()</B></A> - 2115 Method in class com.google.common.io.<A HREF="./com/google/common/io/FileBackedOutputStream.html" title="class in com.google.common.io">FileBackedOutputStream</A> 2116 <DD>Returns a supplier that may be used to retrieve the data buffered 2117 by this stream. 2118 <DT><A HREF="./com/google/common/collect/ForwardingMapEntry.html#getValue()"><B>getValue()</B></A> - 2119 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMapEntry.html" title="class in com.google.common.collect">ForwardingMapEntry</A> 2120 <DD> 2121 <DT><A HREF="./com/google/common/annotations/GwtCompatible.html" title="annotation in com.google.common.annotations"><B>GwtCompatible</B></A> - Annotation Type in <A HREF="./com/google/common/annotations/package-summary.html">com.google.common.annotations</A><DD>The presence of this annotation on a type indicates that the type may be 2122 used with the 2123 <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> (GWT).<DT><A HREF="./com/google/common/annotations/GwtIncompatible.html" title="annotation in com.google.common.annotations"><B>GwtIncompatible</B></A> - Annotation Type in <A HREF="./com/google/common/annotations/package-summary.html">com.google.common.annotations</A><DD>The presence of this annotation on a method indicates that the method may 2124 <em>not</em> be used with the 2125 <a href="http://code.google.com/webtoolkit/">Google Web Toolkit</a> (GWT), 2126 even though its type is annotated as <A HREF="./com/google/common/annotations/GwtCompatible.html" title="annotation in com.google.common.annotations"><CODE>GwtCompatible</CODE></A> and accessible in 2127 GWT.</DL> 2128 <HR> 2129 <A NAME="_H_"><!-- --></A><H2> 2130 <B>H</B></H2> 2131 <DL> 2132 <DT><A HREF="./com/google/common/collect/HashBiMap.html" title="class in com.google.common.collect"><B>HashBiMap</B></A><<A HREF="./com/google/common/collect/HashBiMap.html" title="type parameter in HashBiMap">K</A>,<A HREF="./com/google/common/collect/HashBiMap.html" title="type parameter in HashBiMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A <A HREF="./com/google/common/collect/BiMap.html" title="interface in com.google.common.collect"><CODE>BiMap</CODE></A> backed by two <A HREF="http://java.sun.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util"><CODE>HashMap</CODE></A> instances.<DT><A HREF="./com/google/common/base/Objects.html#hashCode(java.lang.Object...)"><B>hashCode(Object...)</B></A> - 2133 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Objects.html" title="class in com.google.common.base">Objects</A> 2134 <DD>Generates a hash code for multiple values. 2135 <DT><A HREF="./com/google/common/collect/ForwardingList.html#hashCode()"><B>hashCode()</B></A> - 2136 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 2137 <DD> 2138 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#hashCode()"><B>hashCode()</B></A> - 2139 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 2140 <DD> 2141 <DT><A HREF="./com/google/common/collect/ForwardingMapEntry.html#hashCode()"><B>hashCode()</B></A> - 2142 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMapEntry.html" title="class in com.google.common.collect">ForwardingMapEntry</A> 2143 <DD> 2144 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#hashCode()"><B>hashCode()</B></A> - 2145 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 2146 <DD> 2147 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#hashCode()"><B>hashCode()</B></A> - 2148 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 2149 <DD> 2150 <DT><A HREF="./com/google/common/collect/ForwardingSet.html#hashCode()"><B>hashCode()</B></A> - 2151 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSet.html" title="class in com.google.common.collect">ForwardingSet</A> 2152 <DD> 2153 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#hashCode()"><B>hashCode()</B></A> - 2154 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 2155 <DD> 2156 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#hashCode()"><B>hashCode()</B></A> - 2157 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 2158 <DD> 2159 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#hashCode()"><B>hashCode()</B></A> - 2160 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 2161 <DD> 2162 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#hashCode()"><B>hashCode()</B></A> - 2163 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 2164 <DD> 2165 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#hashCode()"><B>hashCode()</B></A> - 2166 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 2167 <DD> 2168 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#hashCode()"><B>hashCode()</B></A> - 2169 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 2170 <DD>Returns the hash code for this multimap. 2171 <DT><A HREF="./com/google/common/collect/MapDifference.html#hashCode()"><B>hashCode()</B></A> - 2172 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.html" title="interface in com.google.common.collect">MapDifference</A> 2173 <DD>Returns the hash code for this instance. 2174 <DT><A HREF="./com/google/common/collect/MapDifference.ValueDifference.html#hashCode()"><B>hashCode()</B></A> - 2175 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.ValueDifference.html" title="interface in com.google.common.collect">MapDifference.ValueDifference</A> 2176 <DD>The hash code equals the value 2177 <code>Arrays.asList(leftValue(), rightValue()).hashCode()</code>. 2178 <DT><A HREF="./com/google/common/collect/Multimap.html#hashCode()"><B>hashCode()</B></A> - 2179 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 2180 <DD>Returns the hash code for this multimap. 2181 <DT><A HREF="./com/google/common/collect/Multiset.Entry.html#hashCode()"><B>hashCode()</B></A> - 2182 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.Entry.html" title="interface in com.google.common.collect">Multiset.Entry</A> 2183 <DD> 2184 <DT><A HREF="./com/google/common/collect/Multiset.html#hashCode()"><B>hashCode()</B></A> - 2185 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 2186 <DD>Returns the hash code for this multiset. 2187 <DT><A HREF="./com/google/common/primitives/Booleans.html#hashCode(boolean)"><B>hashCode(boolean)</B></A> - 2188 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 2189 <DD>Returns a hash code for <code>value</code>; equal to the result of invoking 2190 <code>((Boolean) value).hashCode()</code>. 2191 <DT><A HREF="./com/google/common/primitives/Bytes.html#hashCode(byte)"><B>hashCode(byte)</B></A> - 2192 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives">Bytes</A> 2193 <DD>Returns a hash code for <code>value</code>; equal to the result of invoking 2194 <code>((Byte) value).hashCode()</code>. 2195 <DT><A HREF="./com/google/common/primitives/Chars.html#hashCode(char)"><B>hashCode(char)</B></A> - 2196 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 2197 <DD>Returns a hash code for <code>value</code>; equal to the result of invoking 2198 <code>((Character) value).hashCode()</code>. 2199 <DT><A HREF="./com/google/common/primitives/Doubles.html#hashCode(double)"><B>hashCode(double)</B></A> - 2200 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 2201 <DD>Returns a hash code for <code>value</code>; equal to the result of invoking 2202 <code>((Double) value).hashCode()</code>. 2203 <DT><A HREF="./com/google/common/primitives/Floats.html#hashCode(float)"><B>hashCode(float)</B></A> - 2204 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 2205 <DD>Returns a hash code for <code>value</code>; equal to the result of invoking 2206 <code>((Float) value).hashCode()</code>. 2207 <DT><A HREF="./com/google/common/primitives/Ints.html#hashCode(int)"><B>hashCode(int)</B></A> - 2208 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 2209 <DD>Returns a hash code for <code>value</code>; equal to the result of invoking 2210 <code>((Integer) value).hashCode()</code>. 2211 <DT><A HREF="./com/google/common/primitives/Longs.html#hashCode(long)"><B>hashCode(long)</B></A> - 2212 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 2213 <DD>Returns a hash code for <code>value</code>; equal to the result of invoking 2214 <code>((Long) value).hashCode()</code>. 2215 <DT><A HREF="./com/google/common/primitives/Shorts.html#hashCode(short)"><B>hashCode(short)</B></A> - 2216 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 2217 <DD>Returns a hash code for <code>value</code>; equal to the result of invoking 2218 <code>((Short) value).hashCode()</code>. 2219 <DT><A HREF="./com/google/common/collect/HashMultimap.html" title="class in com.google.common.collect"><B>HashMultimap</B></A><<A HREF="./com/google/common/collect/HashMultimap.html" title="type parameter in HashMultimap">K</A>,<A HREF="./com/google/common/collect/HashMultimap.html" title="type parameter in HashMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Implementation of <A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><CODE>Multimap</CODE></A> using hash tables.<DT><A HREF="./com/google/common/collect/HashMultiset.html" title="class in com.google.common.collect"><B>HashMultiset</B></A><<A HREF="./com/google/common/collect/HashMultiset.html" title="type parameter in HashMultiset">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Multiset implementation backed by a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/HashMap.html?is-external=true" title="class or interface in java.util"><CODE>HashMap</CODE></A>.<DT><A HREF="./com/google/common/collect/AbstractIterator.html#hasNext()"><B>hasNext()</B></A> - 2220 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/AbstractIterator.html" title="class in com.google.common.collect">AbstractIterator</A> 2221 <DD> 2222 <DT><A HREF="./com/google/common/collect/ForwardingIterator.html#hasNext()"><B>hasNext()</B></A> - 2223 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingIterator.html" title="class in com.google.common.collect">ForwardingIterator</A> 2224 <DD> 2225 <DT><A HREF="./com/google/common/collect/ForwardingListIterator.html#hasPrevious()"><B>hasPrevious()</B></A> - 2226 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingListIterator.html" title="class in com.google.common.collect">ForwardingListIterator</A> 2227 <DD> 2228 <DT><A HREF="./com/google/common/collect/ForwardingSortedMap.html#headMap(K)"><B>headMap(K)</B></A> - 2229 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="class in com.google.common.collect">ForwardingSortedMap</A> 2230 <DD> 2231 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#headMap(K)"><B>headMap(K)</B></A> - 2232 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 2233 <DD>This method returns a <code>ImmutableSortedMap</code>, consisting of the entries 2234 whose keys are less than <code>toKey</code>. 2235 <DT><A HREF="./com/google/common/collect/ForwardingSortedSet.html#headSet(E)"><B>headSet(E)</B></A> - 2236 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedSet.html" title="class in com.google.common.collect">ForwardingSortedSet</A> 2237 <DD> 2238 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#headSet(E)"><B>headSet(E)</B></A> - 2239 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 2240 <DD> 2241 </DL> 2242 <HR> 2243 <A NAME="_I_"><!-- --></A><H2> 2244 <B>I</B></H2> 2245 <DL> 2246 <DT><A HREF="./com/google/common/base/Functions.html#identity()"><B>identity()</B></A> - 2247 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Functions.html" title="class in com.google.common.base">Functions</A> 2248 <DD>Returns the identity function. 2249 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#immediateCheckedFuture(T)"><B>immediateCheckedFuture(T)</B></A> - 2250 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 2251 <DD>Creates a <code>CheckedFuture</code> which has its value set immediately upon 2252 construction. 2253 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#immediateFailedCheckedFuture(E)"><B>immediateFailedCheckedFuture(E)</B></A> - 2254 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 2255 <DD>Creates a <code>CheckedFuture</code> which has an exception set immediately 2256 upon construction. 2257 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#immediateFailedFuture(java.lang.Throwable)"><B>immediateFailedFuture(Throwable)</B></A> - 2258 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 2259 <DD>Creates a <code>ListenableFuture</code> which has an exception set immediately 2260 upon construction. 2261 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#immediateFuture(T)"><B>immediateFuture(T)</B></A> - 2262 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 2263 <DD>Creates a <code>ListenableFuture</code> which has its value set immediately upon 2264 construction. 2265 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect"><B>ImmutableBiMap</B></A><<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="type parameter in ImmutableBiMap">K</A>,<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="type parameter in ImmutableBiMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable <A HREF="./com/google/common/collect/BiMap.html" title="interface in com.google.common.collect"><CODE>BiMap</CODE></A> with reliable user-specified iteration order.<DT><A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html" title="class in com.google.common.collect"><B>ImmutableBiMap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html" title="type parameter in ImmutableBiMap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html" title="type parameter in ImmutableBiMap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable bimap instances, especially <code>public 2266 static final</code> bimaps ("constant bimaps").<DT><A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html#ImmutableBiMap.Builder()"><B>ImmutableBiMap.Builder()</B></A> - 2267 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html" title="class in com.google.common.collect">ImmutableBiMap.Builder</A> 2268 <DD>Creates a new builder. 2269 <DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html" title="class in com.google.common.collect"><B>ImmutableClassToInstanceMap</B></A><<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html" title="type parameter in ImmutableClassToInstanceMap">B</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A class-to-instance map backed by an <A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect"><CODE>ImmutableMap</CODE></A>.<DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html" title="class in com.google.common.collect"><B>ImmutableClassToInstanceMap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html" title="type parameter in ImmutableClassToInstanceMap.Builder">B</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable class-to-instance maps.<DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html#ImmutableClassToInstanceMap.Builder()"><B>ImmutableClassToInstanceMap.Builder()</B></A> - 2270 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html" title="class in com.google.common.collect">ImmutableClassToInstanceMap.Builder</A> 2271 <DD> 2272 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect"><B>ImmutableCollection</B></A><<A HREF="./com/google/common/collect/ImmutableCollection.html" title="type parameter in ImmutableCollection">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable collection.<DT><A HREF="./com/google/common/collect/Sets.SetView.html#immutableCopy()"><B>immutableCopy()</B></A> - 2273 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.SetView.html" title="class in com.google.common.collect">Sets.SetView</A> 2274 <DD>Returns an immutable copy of the current contents of this set view. 2275 <DT><A HREF="./com/google/common/collect/Maps.html#immutableEntry(K, V)"><B>immutableEntry(K, V)</B></A> - 2276 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 2277 <DD>Returns an immutable map entry with the specified key and value. 2278 <DT><A HREF="./com/google/common/collect/Multisets.html#immutableEntry(E, int)"><B>immutableEntry(E, int)</B></A> - 2279 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multisets.html" title="class in com.google.common.collect">Multisets</A> 2280 <DD>Returns an immutable multiset entry with the specified element and count. 2281 <DT><A HREF="./com/google/common/collect/Sets.html#immutableEnumSet(E, E...)"><B>immutableEnumSet(E, E...)</B></A> - 2282 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 2283 <DD>Returns an immutable set instance containing the given enum elements. 2284 <DT><A HREF="./com/google/common/collect/Sets.html#immutableEnumSet(java.lang.Iterable)"><B>immutableEnumSet(Iterable<E>)</B></A> - 2285 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 2286 <DD>Returns an immutable set instance containing the given enum elements. 2287 <DT><A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect"><B>ImmutableList</B></A><<A HREF="./com/google/common/collect/ImmutableList.html" title="type parameter in ImmutableList">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A high-performance, immutable, random-access <code>List</code> implementation.<DT><A HREF="./com/google/common/collect/ImmutableList.Builder.html" title="class in com.google.common.collect"><B>ImmutableList.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableList.Builder.html" title="type parameter in ImmutableList.Builder">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable list instances, especially 2288 <code>public static final</code> lists ("constant lists").<DT><A HREF="./com/google/common/collect/ImmutableList.Builder.html#ImmutableList.Builder()"><B>ImmutableList.Builder()</B></A> - 2289 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.Builder.html" title="class in com.google.common.collect">ImmutableList.Builder</A> 2290 <DD>Creates a new builder. 2291 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect"><B>ImmutableListMultimap</B></A><<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="type parameter in ImmutableListMultimap">K</A>,<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="type parameter in ImmutableListMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable <A HREF="./com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect"><CODE>ListMultimap</CODE></A> with reliable user-specified key and value 2292 iteration order.<DT><A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect"><B>ImmutableListMultimap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="type parameter in ImmutableListMultimap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="type parameter in ImmutableListMultimap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable <code>ListMultimap</code> instances, especially 2293 <code>public static final</code> multimaps ("constant multimaps").<DT><A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html#ImmutableListMultimap.Builder()"><B>ImmutableListMultimap.Builder()</B></A> - 2294 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect">ImmutableListMultimap.Builder</A> 2295 <DD>Creates a new builder. 2296 <DT><A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect"><B>ImmutableMap</B></A><<A HREF="./com/google/common/collect/ImmutableMap.html" title="type parameter in ImmutableMap">K</A>,<A HREF="./com/google/common/collect/ImmutableMap.html" title="type parameter in ImmutableMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable, hash-based <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 reliable user-specified iteration 2297 order.<DT><A HREF="./com/google/common/collect/ImmutableMap.Builder.html" title="class in com.google.common.collect"><B>ImmutableMap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableMap.Builder.html" title="type parameter in ImmutableMap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableMap.Builder.html" title="type parameter in ImmutableMap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable map instances, especially <code>public 2298 static final</code> maps ("constant maps").<DT><A HREF="./com/google/common/collect/ImmutableMap.Builder.html#ImmutableMap.Builder()"><B>ImmutableMap.Builder()</B></A> - 2299 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.Builder.html" title="class in com.google.common.collect">ImmutableMap.Builder</A> 2300 <DD>Creates a new builder. 2301 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect"><B>ImmutableMultimap</B></A><<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="type parameter in ImmutableMultimap">K</A>,<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="type parameter in ImmutableMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable <A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><CODE>Multimap</CODE></A>.<DT><A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="class in com.google.common.collect"><B>ImmutableMultimap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="type parameter in ImmutableMultimap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="type parameter in ImmutableMultimap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable multimap instances, especially 2302 <code>public static final</code> multimaps ("constant multimaps").<DT><A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html#ImmutableMultimap.Builder()"><B>ImmutableMultimap.Builder()</B></A> - 2303 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="class in com.google.common.collect">ImmutableMultimap.Builder</A> 2304 <DD>Creates a new builder. 2305 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect"><B>ImmutableMultiset</B></A><<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="type parameter in ImmutableMultiset">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable hash-based multiset.<DT><A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect"><B>ImmutableMultiset.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="type parameter in ImmutableMultiset.Builder">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable multiset instances, especially 2306 <code>public static final</code> multisets ("constant multisets").<DT><A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html#ImmutableMultiset.Builder()"><B>ImmutableMultiset.Builder()</B></A> - 2307 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</A> 2308 <DD>Creates a new builder. 2309 <DT><A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect"><B>ImmutableSet</B></A><<A HREF="./com/google/common/collect/ImmutableSet.html" title="type parameter in ImmutableSet">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A high-performance, immutable <code>Set</code> with reliable, user-specified 2310 iteration order.<DT><A HREF="./com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect"><B>ImmutableSet.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableSet.Builder.html" title="type parameter in ImmutableSet.Builder">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable set instances, especially 2311 <code>public static final</code> sets ("constant sets").<DT><A HREF="./com/google/common/collect/ImmutableSet.Builder.html#ImmutableSet.Builder()"><B>ImmutableSet.Builder()</B></A> - 2312 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.Builder.html" title="class in com.google.common.collect">ImmutableSet.Builder</A> 2313 <DD>Creates a new builder. 2314 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect"><B>ImmutableSetMultimap</B></A><<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="type parameter in ImmutableSetMultimap">K</A>,<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="type parameter in ImmutableSetMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable <A HREF="./com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect"><CODE>SetMultimap</CODE></A> with reliable user-specified key and value 2315 iteration order.<DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="class in com.google.common.collect"><B>ImmutableSetMultimap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="type parameter in ImmutableSetMultimap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="type parameter in ImmutableSetMultimap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable <code>SetMultimap</code> instances, especially 2316 <code>public static final</code> multimaps ("constant multimaps").<DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html#ImmutableSetMultimap.Builder()"><B>ImmutableSetMultimap.Builder()</B></A> - 2317 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="class in com.google.common.collect">ImmutableSetMultimap.Builder</A> 2318 <DD>Creates a new builder. 2319 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect"><B>ImmutableSortedMap</B></A><<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="type parameter in ImmutableSortedMap">K</A>,<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="type parameter in ImmutableSortedMap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable <A HREF="http://java.sun.com/javase/6/docs/api/java/util/SortedMap.html?is-external=true" title="class or interface in java.util"><CODE>SortedMap</CODE></A>.<DT><A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html" title="class in com.google.common.collect"><B>ImmutableSortedMap.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">K</A>,<A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html" title="type parameter in ImmutableSortedMap.Builder">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable sorted map instances, especially <code>public static final</code> maps ("constant maps").<DT><A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html#ImmutableSortedMap.Builder(java.util.Comparator)"><B>ImmutableSortedMap.Builder(Comparator<? super K>)</B></A> - 2320 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</A> 2321 <DD>Creates a new builder. 2322 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect"><B>ImmutableSortedSet</B></A><<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="type parameter in ImmutableSortedSet">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An immutable <code>SortedSet</code> that stores its elements in a sorted array.<DT><A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect"><B>ImmutableSortedSet.Builder</B></A><<A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html" title="type parameter in ImmutableSortedSet.Builder">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A builder for creating immutable sorted set instances, especially 2323 <code>public static final</code> sets ("constant sets"), with a given 2324 comparator.<DT><A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html#ImmutableSortedSet.Builder(java.util.Comparator)"><B>ImmutableSortedSet.Builder(Comparator<? super E>)</B></A> - 2325 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.Builder.html" title="class in com.google.common.collect">ImmutableSortedSet.Builder</A> 2326 <DD>Creates a new builder. 2327 <DT><A HREF="./com/google/common/base/Predicates.html#in(java.util.Collection)"><B>in(Collection<? extends T>)</B></A> - 2328 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 2329 <DD>Returns a predicate that evaluates to <code>true</code> if the object reference 2330 being tested is a member of the given collection. 2331 <DT><A HREF="./com/google/common/collect/Multimaps.html#index(java.lang.Iterable, com.google.common.base.Function)"><B>index(Iterable<V>, Function<? super V, K>)</B></A> - 2332 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 2333 <DD>Creates an index <code>ImmutableMultimap</code> that contains the results of 2334 applying a specified function to each item in an <code>Iterable</code> of 2335 values. 2336 <DT><A HREF="./com/google/common/base/CharMatcher.html#indexIn(java.lang.CharSequence)"><B>indexIn(CharSequence)</B></A> - 2337 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2338 <DD>Returns the index of the first matching character in a character sequence, 2339 or <code>-1</code> if no matching character is present. 2340 <DT><A HREF="./com/google/common/base/CharMatcher.html#indexIn(java.lang.CharSequence, int)"><B>indexIn(CharSequence, int)</B></A> - 2341 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2342 <DD>Returns the index of the first matching character in a character sequence, 2343 starting from a given position, or <code>-1</code> if no character matches after 2344 that position. 2345 <DT><A HREF="./com/google/common/collect/ForwardingList.html#indexOf(java.lang.Object)"><B>indexOf(Object)</B></A> - 2346 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 2347 <DD> 2348 <DT><A HREF="./com/google/common/collect/ImmutableList.html#indexOf(java.lang.Object)"><B>indexOf(Object)</B></A> - 2349 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 2350 <DD> 2351 <DT><A HREF="./com/google/common/collect/Iterables.html#indexOf(java.lang.Iterable, com.google.common.base.Predicate)"><B>indexOf(Iterable<T>, Predicate<? super T>)</B></A> - 2352 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 2353 <DD>Returns the index in <code>iterable</code> of the first element that satisfies 2354 the provided <code>predicate</code>, or <code>-1</code> if the Iterable has no such 2355 elements. 2356 <DT><A HREF="./com/google/common/collect/Iterators.html#indexOf(java.util.Iterator, com.google.common.base.Predicate)"><B>indexOf(Iterator<T>, Predicate<? super T>)</B></A> - 2357 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 2358 <DD>Returns the index in <code>iterator</code> of the first element that satisfies 2359 the provided <code>predicate</code>, or <code>-1</code> if the Iterator has no such 2360 elements. 2361 <DT><A HREF="./com/google/common/primitives/Booleans.html#indexOf(boolean[], boolean)"><B>indexOf(boolean[], boolean)</B></A> - 2362 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 2363 <DD>Returns the index of the first appearance of the value <code>target</code> in 2364 <code>array</code>. 2365 <DT><A HREF="./com/google/common/primitives/Booleans.html#indexOf(boolean[], boolean[])"><B>indexOf(boolean[], boolean[])</B></A> - 2366 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 2367 <DD>Returns the start position of the first occurrence of the specified <code>target</code> within <code>array</code>, or <code>-1</code> if there is no such occurrence. 2368 <DT><A HREF="./com/google/common/primitives/Bytes.html#indexOf(byte[], byte)"><B>indexOf(byte[], byte)</B></A> - 2369 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives">Bytes</A> 2370 <DD>Returns the index of the first appearance of the value <code>target</code> in 2371 <code>array</code>. 2372 <DT><A HREF="./com/google/common/primitives/Bytes.html#indexOf(byte[], byte[])"><B>indexOf(byte[], byte[])</B></A> - 2373 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives">Bytes</A> 2374 <DD>Returns the start position of the first occurrence of the specified <code>target</code> within <code>array</code>, or <code>-1</code> if there is no such occurrence. 2375 <DT><A HREF="./com/google/common/primitives/Chars.html#indexOf(char[], char)"><B>indexOf(char[], char)</B></A> - 2376 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 2377 <DD>Returns the index of the first appearance of the value <code>target</code> in 2378 <code>array</code>. 2379 <DT><A HREF="./com/google/common/primitives/Chars.html#indexOf(char[], char[])"><B>indexOf(char[], char[])</B></A> - 2380 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 2381 <DD>Returns the start position of the first occurrence of the specified <code>target</code> within <code>array</code>, or <code>-1</code> if there is no such occurrence. 2382 <DT><A HREF="./com/google/common/primitives/Doubles.html#indexOf(double[], double)"><B>indexOf(double[], double)</B></A> - 2383 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 2384 <DD>Returns the index of the first appearance of the value <code>target</code> in 2385 <code>array</code>. 2386 <DT><A HREF="./com/google/common/primitives/Doubles.html#indexOf(double[], double[])"><B>indexOf(double[], double[])</B></A> - 2387 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 2388 <DD>Returns the start position of the first occurrence of the specified <code>target</code> within <code>array</code>, or <code>-1</code> if there is no such occurrence. 2389 <DT><A HREF="./com/google/common/primitives/Floats.html#indexOf(float[], float)"><B>indexOf(float[], float)</B></A> - 2390 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 2391 <DD>Returns the index of the first appearance of the value <code>target</code> in 2392 <code>array</code>. 2393 <DT><A HREF="./com/google/common/primitives/Floats.html#indexOf(float[], float[])"><B>indexOf(float[], float[])</B></A> - 2394 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 2395 <DD>Returns the start position of the first occurrence of the specified <code>target</code> within <code>array</code>, or <code>-1</code> if there is no such occurrence. 2396 <DT><A HREF="./com/google/common/primitives/Ints.html#indexOf(int[], int)"><B>indexOf(int[], int)</B></A> - 2397 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 2398 <DD>Returns the index of the first appearance of the value <code>target</code> in 2399 <code>array</code>. 2400 <DT><A HREF="./com/google/common/primitives/Ints.html#indexOf(int[], int[])"><B>indexOf(int[], int[])</B></A> - 2401 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 2402 <DD>Returns the start position of the first occurrence of the specified <code>target</code> within <code>array</code>, or <code>-1</code> if there is no such occurrence. 2403 <DT><A HREF="./com/google/common/primitives/Longs.html#indexOf(long[], long)"><B>indexOf(long[], long)</B></A> - 2404 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 2405 <DD>Returns the index of the first appearance of the value <code>target</code> in 2406 <code>array</code>. 2407 <DT><A HREF="./com/google/common/primitives/Longs.html#indexOf(long[], long[])"><B>indexOf(long[], long[])</B></A> - 2408 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 2409 <DD>Returns the start position of the first occurrence of the specified <code>target</code> within <code>array</code>, or <code>-1</code> if there is no such occurrence. 2410 <DT><A HREF="./com/google/common/primitives/Shorts.html#indexOf(short[], short)"><B>indexOf(short[], short)</B></A> - 2411 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 2412 <DD>Returns the index of the first appearance of the value <code>target</code> in 2413 <code>array</code>. 2414 <DT><A HREF="./com/google/common/primitives/Shorts.html#indexOf(short[], short[])"><B>indexOf(short[], short[])</B></A> - 2415 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 2416 <DD>Returns the start position of the first occurrence of the specified <code>target</code> within <code>array</code>, or <code>-1</code> if there is no such occurrence. 2417 <DT><A HREF="./com/google/common/collect/MapMaker.html#initialCapacity(int)"><B>initialCapacity(int)</B></A> - 2418 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> 2419 <DD>Sets a custom initial capacity (defaults to 16). 2420 <DT><A HREF="./com/google/common/io/InputSupplier.html" title="interface in com.google.common.io"><B>InputSupplier</B></A><<A HREF="./com/google/common/io/InputSupplier.html" title="type parameter in InputSupplier">T</A>> - Interface in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>A factory for readable streams of bytes or characters.<DT><A HREF="./com/google/common/base/CharMatcher.html#inRange(char, char)"><B>inRange(char, char)</B></A> - 2421 Static method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2422 <DD>Returns a <code>char</code> matcher that matches any character in a given range 2423 (both endpoints are inclusive). 2424 <DT><A HREF="./com/google/common/base/Predicates.html#instanceOf(java.lang.Class)"><B>instanceOf(Class<?>)</B></A> - 2425 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 2426 <DD>Returns a predicate that evaluates to <code>true</code> if the object being 2427 tested is an instance of the given class. 2428 <DT><A HREF="./com/google/common/collect/Multisets.html#intersection(com.google.common.collect.Multiset, com.google.common.collect.Multiset)"><B>intersection(Multiset<E>, Multiset<?>)</B></A> - 2429 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multisets.html" title="class in com.google.common.collect">Multisets</A> 2430 <DD>Returns an unmodifiable <b>view</b> of the intersection of two multisets. 2431 <DT><A HREF="./com/google/common/collect/Sets.html#intersection(java.util.Set, java.util.Set)"><B>intersection(Set<E>, Set<?>)</B></A> - 2432 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 2433 <DD>Returns an unmodifiable <b>view</b> of the intersection of two sets. 2434 <DT><A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives"><B>Ints</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Static utility methods pertaining to <code>int</code> primitives, that are not 2435 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><CODE>Integer</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>.<DT><A HREF="./com/google/common/collect/BiMap.html#inverse()"><B>inverse()</B></A> - 2436 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/BiMap.html" title="interface in com.google.common.collect">BiMap</A> 2437 <DD>Returns the inverse view of this bimap, which maps each of this bimap's 2438 values to its associated key. 2439 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#inverse()"><B>inverse()</B></A> - 2440 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 2441 <DD>Returns the inverse view of this bimap, which maps each of this bimap's 2442 values to its associated key. 2443 <DT><A HREF="./com/google/common/collect/Multimaps.html#invertFrom(com.google.common.collect.Multimap, M)"><B>invertFrom(Multimap<? extends V, ? extends K>, M)</B></A> - 2444 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 2445 <DD>Copies each key-value mapping in <code>source</code> into <code>dest</code>, with 2446 its key and value reversed. 2447 <DT><A HREF="./com/google/common/base/CharMatcher.html#INVISIBLE"><B>INVISIBLE</B></A> - 2448 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2449 <DD>Determines whether a character is invisible; that is, if its Unicode 2450 category is any of SPACE_SEPARATOR, LINE_SEPARATOR, 2451 PARAGRAPH_SEPARATOR, CONTROL, FORMAT, SURROGATE, and PRIVATE_USE according 2452 to ICU4J. 2453 <DT><A HREF="./com/google/common/base/CharMatcher.html#is(char)"><B>is(char)</B></A> - 2454 Static method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2455 <DD>Returns a <code>char</code> matcher that matches only one specified character. 2456 <DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#isCancelled()"><B>isCancelled()</B></A> - 2457 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 2458 <DD> 2459 <DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html#isCancelled()"><B>isCancelled()</B></A> - 2460 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent">AbstractFuture</A> 2461 <DD> 2462 <DT><A HREF="./com/google/common/util/concurrent/ForwardingFuture.html#isCancelled()"><B>isCancelled()</B></A> - 2463 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingFuture.html" title="class in com.google.common.util.concurrent">ForwardingFuture</A> 2464 <DD> 2465 <DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#isDone()"><B>isDone()</B></A> - 2466 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 2467 <DD> 2468 <DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html#isDone()"><B>isDone()</B></A> - 2469 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent">AbstractFuture</A> 2470 <DD> 2471 <DT><A HREF="./com/google/common/util/concurrent/ForwardingFuture.html#isDone()"><B>isDone()</B></A> - 2472 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingFuture.html" title="class in com.google.common.util.concurrent">ForwardingFuture</A> 2473 <DD> 2474 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#isEmpty()"><B>isEmpty()</B></A> - 2475 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 2476 <DD> 2477 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#isEmpty()"><B>isEmpty()</B></A> - 2478 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 2479 <DD> 2480 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#isEmpty()"><B>isEmpty()</B></A> - 2481 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 2482 <DD> 2483 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#isEmpty()"><B>isEmpty()</B></A> - 2484 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 2485 <DD> 2486 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#isEmpty()"><B>isEmpty()</B></A> - 2487 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 2488 <DD> 2489 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#isEmpty()"><B>isEmpty()</B></A> - 2490 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 2491 <DD> 2492 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#isEmpty()"><B>isEmpty()</B></A> - 2493 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 2494 <DD> 2495 <DT><A HREF="./com/google/common/collect/Iterables.html#isEmpty(java.lang.Iterable)"><B>isEmpty(Iterable<T>)</B></A> - 2496 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 2497 <DD>Determines if the given iterable contains no elements. 2498 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#isEmpty()"><B>isEmpty()</B></A> - 2499 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 2500 <DD> 2501 <DT><A HREF="./com/google/common/collect/Multimap.html#isEmpty()"><B>isEmpty()</B></A> - 2502 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 2503 <DD>Returns <code>true</code> if the multimap contains no key-value pairs. 2504 <DT><A HREF="./com/google/common/base/CharMatcher.html#isNot(char)"><B>isNot(char)</B></A> - 2505 Static method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2506 <DD>Returns a <code>char</code> matcher that matches any character except the one 2507 specified. 2508 <DT><A HREF="./com/google/common/base/Predicates.html#isNull()"><B>isNull()</B></A> - 2509 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 2510 <DD>Returns a predicate that evaluates to <code>true</code> if the object reference 2511 being tested is null. 2512 <DT><A HREF="./com/google/common/base/Charsets.html#ISO_8859_1"><B>ISO_8859_1</B></A> - 2513 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/Charsets.html" title="class in com.google.common.base">Charsets</A> 2514 <DD>ISO-8859-1. 2515 <DT><A HREF="./com/google/common/collect/Ordering.html#isOrdered(java.lang.Iterable)"><B>isOrdered(Iterable<? extends T>)</B></A> - 2516 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 2517 <DD>Returns <code>true</code> if each element in <code>iterable</code> after the first is 2518 greater than or equal to the element that preceded it, according to this 2519 ordering. 2520 <DT><A HREF="./com/google/common/base/Service.html#isRunning()"><B>isRunning()</B></A> - 2521 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A> 2522 <DD>Returns <code>true</code> if this service is <A HREF="./com/google/common/base/Service.State.html#RUNNING"><CODE>running</CODE></A>. 2523 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#isRunning()"><B>isRunning()</B></A> - 2524 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 2525 <DD> 2526 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#isRunning()"><B>isRunning()</B></A> - 2527 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 2528 <DD> 2529 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#isRunning()"><B>isRunning()</B></A> - 2530 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 2531 <DD> 2532 <DT><A HREF="./com/google/common/util/concurrent/ForwardingService.html#isRunning()"><B>isRunning()</B></A> - 2533 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingService.html" title="class in com.google.common.util.concurrent">ForwardingService</A> 2534 <DD> 2535 <DT><A HREF="./com/google/common/collect/Ordering.html#isStrictlyOrdered(java.lang.Iterable)"><B>isStrictlyOrdered(Iterable<? extends T>)</B></A> - 2536 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 2537 <DD>Returns <code>true</code> if each element in <code>iterable</code> after the first is 2538 <i>strictly</i> greater than the element that preceded it, according to 2539 this ordering. 2540 <DT><A HREF="./com/google/common/primitives/Primitives.html#isWrapperType(java.lang.Class)"><B>isWrapperType(Class<?>)</B></A> - 2541 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Primitives.html" title="class in com.google.common.primitives">Primitives</A> 2542 <DD>Returns <code>true</code> if <code>type</code> is one of the nine 2543 primitive-wrapper types, such as <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><CODE>Integer</CODE></A>. 2544 <DT><A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect"><B>Iterables</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>This class contains static utility methods that operate on or return objects 2545 of type <code>Iterable</code>.<DT><A HREF="./com/google/common/collect/ForwardingCollection.html#iterator()"><B>iterator()</B></A> - 2546 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 2547 <DD> 2548 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#iterator()"><B>iterator()</B></A> - 2549 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 2550 <DD>Returns an unmodifiable iterator across the elements in this collection. 2551 <DT><A HREF="./com/google/common/collect/ImmutableList.html#iterator()"><B>iterator()</B></A> - 2552 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 2553 <DD> 2554 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#iterator()"><B>iterator()</B></A> - 2555 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 2556 <DD> 2557 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#iterator()"><B>iterator()</B></A> - 2558 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 2559 <DD> 2560 <DT><A HREF="./com/google/common/collect/Multiset.html#iterator()"><B>iterator()</B></A> - 2561 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 2562 <DD> 2563 <DT><A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect"><B>Iterators</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>This class contains static utility methods that operate on or return objects 2564 of type <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Iterator.html?is-external=true" title="class or interface in java.util"><CODE>Iterator</CODE></A>.</DL> 2565 <HR> 2566 <A NAME="_J_"><!-- --></A><H2> 2567 <B>J</B></H2> 2568 <DL> 2569 <DT><A HREF="./com/google/common/base/CharMatcher.html#JAVA_DIGIT"><B>JAVA_DIGIT</B></A> - 2570 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2571 <DD>Determines whether a character is a digit according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isDigit(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>. 2572 <DT><A HREF="./com/google/common/base/CharMatcher.html#JAVA_ISO_CONTROL"><B>JAVA_ISO_CONTROL</B></A> - 2573 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2574 <DD>Determines whether a character is an ISO control character according to 2575 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isISOControl(char)" title="class or interface in java.lang"><CODE>Character.isISOControl(char)</CODE></A>. 2576 <DT><A HREF="./com/google/common/base/CharMatcher.html#JAVA_LETTER"><B>JAVA_LETTER</B></A> - 2577 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2578 <DD>Determines whether a character is a letter according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isLetter(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>. 2579 <DT><A HREF="./com/google/common/base/CharMatcher.html#JAVA_LETTER_OR_DIGIT"><B>JAVA_LETTER_OR_DIGIT</B></A> - 2580 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2581 <DD>Determines whether a character is a letter or digit according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isLetterOrDigit(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>. 2582 <DT><A HREF="./com/google/common/base/CharMatcher.html#JAVA_LOWER_CASE"><B>JAVA_LOWER_CASE</B></A> - 2583 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2584 <DD>Determines whether a character is lower case according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isLowerCase(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>. 2585 <DT><A HREF="./com/google/common/base/CharMatcher.html#JAVA_UPPER_CASE"><B>JAVA_UPPER_CASE</B></A> - 2586 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2587 <DD>Determines whether a character is upper case according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isUpperCase(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>. 2588 <DT><A HREF="./com/google/common/base/CharMatcher.html#JAVA_WHITESPACE"><B>JAVA_WHITESPACE</B></A> - 2589 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2590 <DD>Determines whether a character is whitespace according to <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Character.html?is-external=true#isWhitespace(char)" title="class or interface in java.lang"><CODE>Java's definition</CODE></A>; it is usually preferable 2591 to use <A HREF="./com/google/common/base/CharMatcher.html#WHITESPACE"><CODE>CharMatcher.WHITESPACE</CODE></A>. 2592 <DT><A HREF="./com/google/common/base/Joiner.html#join(java.lang.Iterable)"><B>join(Iterable<?>)</B></A> - 2593 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 2594 <DD>Returns a string containing the string representation of each of <code>parts</code>, using the previously configured separator between each. 2595 <DT><A HREF="./com/google/common/base/Joiner.html#join(java.lang.Object[])"><B>join(Object[])</B></A> - 2596 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 2597 <DD>Returns a string containing the string representation of each of <code>parts</code>, using the previously configured separator between each. 2598 <DT><A HREF="./com/google/common/base/Joiner.html#join(java.lang.Object, java.lang.Object, java.lang.Object...)"><B>join(Object, Object, Object...)</B></A> - 2599 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 2600 <DD>Returns a string containing the string representation of each argument, 2601 using the previously configured separator between each. 2602 <DT><A HREF="./com/google/common/base/Joiner.MapJoiner.html#join(java.util.Map)"><B>join(Map<?, ?>)</B></A> - 2603 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.MapJoiner.html" title="class in com.google.common.base">Joiner.MapJoiner</A> 2604 <DD>Returns a string containing the string representation of each entry of 2605 <code>map</code>, using the previously configured separator and key-value 2606 separator. 2607 <DT><A HREF="./com/google/common/io/ByteStreams.html#join(java.lang.Iterable)"><B>join(Iterable<? extends InputSupplier<? extends InputStream>>)</B></A> - 2608 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 2609 <DD>Joins multiple <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> suppliers into a single supplier. 2610 <DT><A HREF="./com/google/common/io/ByteStreams.html#join(com.google.common.io.InputSupplier...)"><B>join(InputSupplier<? extends InputStream>...)</B></A> - 2611 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 2612 <DD>Varargs form of <A HREF="./com/google/common/io/ByteStreams.html#join(java.lang.Iterable)"><CODE>ByteStreams.join(Iterable)</CODE></A>. 2613 <DT><A HREF="./com/google/common/io/CharStreams.html#join(java.lang.Iterable)"><B>join(Iterable<? extends InputSupplier<? extends Reader>>)</B></A> - 2614 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 2615 <DD>Joins multiple <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Reader.html?is-external=true" title="class or interface in java.io"><CODE>Reader</CODE></A> suppliers into a single supplier. 2616 <DT><A HREF="./com/google/common/io/CharStreams.html#join(com.google.common.io.InputSupplier...)"><B>join(InputSupplier<? extends Reader>...)</B></A> - 2617 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 2618 <DD>Varargs form of <A HREF="./com/google/common/io/CharStreams.html#join(java.lang.Iterable)"><CODE>CharStreams.join(Iterable)</CODE></A>. 2619 <DT><A HREF="./com/google/common/primitives/Booleans.html#join(java.lang.String, boolean...)"><B>join(String, boolean...)</B></A> - 2620 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 2621 <DD>Returns a string containing the supplied <code>boolean</code> values separated 2622 by <code>separator</code>. 2623 <DT><A HREF="./com/google/common/primitives/Chars.html#join(java.lang.String, char...)"><B>join(String, char...)</B></A> - 2624 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 2625 <DD>Returns a string containing the supplied <code>char</code> values separated 2626 by <code>separator</code>. 2627 <DT><A HREF="./com/google/common/primitives/Doubles.html#join(java.lang.String, double...)"><B>join(String, double...)</B></A> - 2628 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 2629 <DD>Returns a string containing the supplied <code>double</code> values, converted 2630 to strings as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Double.html?is-external=true#toString(double)" title="class or interface in java.lang"><CODE>Double.toString(double)</CODE></A>, and separated 2631 by <code>separator</code>. 2632 <DT><A HREF="./com/google/common/primitives/Floats.html#join(java.lang.String, float...)"><B>join(String, float...)</B></A> - 2633 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 2634 <DD>Returns a string containing the supplied <code>float</code> values, converted 2635 to strings as specified by <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Float.html?is-external=true#toString(float)" title="class or interface in java.lang"><CODE>Float.toString(float)</CODE></A>, and separated by 2636 <code>separator</code>. 2637 <DT><A HREF="./com/google/common/primitives/Ints.html#join(java.lang.String, int...)"><B>join(String, int...)</B></A> - 2638 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 2639 <DD>Returns a string containing the supplied <code>int</code> values separated 2640 by <code>separator</code>. 2641 <DT><A HREF="./com/google/common/primitives/Longs.html#join(java.lang.String, long...)"><B>join(String, long...)</B></A> - 2642 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 2643 <DD>Returns a string containing the supplied <code>long</code> values separated 2644 by <code>separator</code>. 2645 <DT><A HREF="./com/google/common/primitives/Shorts.html#join(java.lang.String, short...)"><B>join(String, short...)</B></A> - 2646 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 2647 <DD>Returns a string containing the supplied <code>short</code> values separated 2648 by <code>separator</code>. 2649 <DT><A HREF="./com/google/common/primitives/SignedBytes.html#join(java.lang.String, byte...)"><B>join(String, byte...)</B></A> - 2650 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives">SignedBytes</A> 2651 <DD>Returns a string containing the supplied <code>byte</code> values separated 2652 by <code>separator</code>. 2653 <DT><A HREF="./com/google/common/primitives/UnsignedBytes.html#join(java.lang.String, byte...)"><B>join(String, byte...)</B></A> - 2654 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives">UnsignedBytes</A> 2655 <DD>Returns a string containing the supplied <code>byte</code> values separated by 2656 <code>separator</code>. 2657 <DT><A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base"><B>Joiner</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>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.<DT><A HREF="./com/google/common/base/Joiner.MapJoiner.html" title="class in com.google.common.base"><B>Joiner.MapJoiner</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>An object that joins map entries in the same manner as <code>Joiner</code> joins 2658 iterables and arrays.</DL> 2659 <HR> 2660 <A NAME="_K_"><!-- --></A><H2> 2661 <B>K</B></H2> 2662 <DL> 2663 <DT><A HREF="./com/google/common/collect/TreeMultimap.html#keyComparator()"><B>keyComparator()</B></A> - 2664 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultimap.html" title="class in com.google.common.collect">TreeMultimap</A> 2665 <DD>Returns the comparator that orders the multimap keys. 2666 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#keys()"><B>keys()</B></A> - 2667 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 2668 <DD> 2669 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#keys()"><B>keys()</B></A> - 2670 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 2671 <DD>Returns a collection, which may contain duplicates, of all keys. 2672 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#keys()"><B>keys()</B></A> - 2673 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 2674 <DD> 2675 <DT><A HREF="./com/google/common/collect/Multimap.html#keys()"><B>keys()</B></A> - 2676 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 2677 <DD>Returns a collection, which may contain duplicates, of all keys. 2678 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#keySet()"><B>keySet()</B></A> - 2679 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 2680 <DD> 2681 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#keySet()"><B>keySet()</B></A> - 2682 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 2683 <DD> 2684 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#keySet()"><B>keySet()</B></A> - 2685 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 2686 <DD> 2687 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#keySet()"><B>keySet()</B></A> - 2688 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 2689 <DD>Returns an immutable set of the keys in this map. 2690 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#keySet()"><B>keySet()</B></A> - 2691 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 2692 <DD>Returns an immutable set of the distinct keys in this multimap. 2693 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#keySet()"><B>keySet()</B></A> - 2694 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 2695 <DD>Returns an immutable sorted set of the keys in this map. 2696 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#keySet()"><B>keySet()</B></A> - 2697 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 2698 <DD> 2699 <DT><A HREF="./com/google/common/collect/Multimap.html#keySet()"><B>keySet()</B></A> - 2700 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 2701 <DD>Returns the set of all keys, each appearing once in the returned set. 2702 <DT><A HREF="./com/google/common/collect/TreeMultimap.html#keySet()"><B>keySet()</B></A> - 2703 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultimap.html" title="class in com.google.common.collect">TreeMultimap</A> 2704 <DD>Returns the set of all keys, each appearing once in the returned set. 2705 <DT><A HREF="./com/google/common/collect/EnumBiMap.html#keyType()"><B>keyType()</B></A> - 2706 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumBiMap.html" title="class in com.google.common.collect">EnumBiMap</A> 2707 <DD>Returns the associated key type. 2708 <DT><A HREF="./com/google/common/collect/EnumHashBiMap.html#keyType()"><B>keyType()</B></A> - 2709 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumHashBiMap.html" title="class in com.google.common.collect">EnumHashBiMap</A> 2710 <DD>Returns the associated key type. 2711 </DL> 2712 <HR> 2713 <A NAME="_L_"><!-- --></A><H2> 2714 <B>L</B></H2> 2715 <DL> 2716 <DT><A HREF="./com/google/common/collect/ForwardingSortedSet.html#last()"><B>last()</B></A> - 2717 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedSet.html" title="class in com.google.common.collect">ForwardingSortedSet</A> 2718 <DD> 2719 <DT><A HREF="./com/google/common/base/CharMatcher.html#lastIndexIn(java.lang.CharSequence)"><B>lastIndexIn(CharSequence)</B></A> - 2720 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2721 <DD>Returns the index of the last matching character in a character sequence, 2722 or <code>-1</code> if no matching character is present. 2723 <DT><A HREF="./com/google/common/collect/ForwardingList.html#lastIndexOf(java.lang.Object)"><B>lastIndexOf(Object)</B></A> - 2724 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 2725 <DD> 2726 <DT><A HREF="./com/google/common/collect/ImmutableList.html#lastIndexOf(java.lang.Object)"><B>lastIndexOf(Object)</B></A> - 2727 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 2728 <DD> 2729 <DT><A HREF="./com/google/common/primitives/Booleans.html#lastIndexOf(boolean[], boolean)"><B>lastIndexOf(boolean[], boolean)</B></A> - 2730 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 2731 <DD>Returns the index of the last appearance of the value <code>target</code> in 2732 <code>array</code>. 2733 <DT><A HREF="./com/google/common/primitives/Bytes.html#lastIndexOf(byte[], byte)"><B>lastIndexOf(byte[], byte)</B></A> - 2734 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives">Bytes</A> 2735 <DD>Returns the index of the last appearance of the value <code>target</code> in 2736 <code>array</code>. 2737 <DT><A HREF="./com/google/common/primitives/Chars.html#lastIndexOf(char[], char)"><B>lastIndexOf(char[], char)</B></A> - 2738 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 2739 <DD>Returns the index of the last appearance of the value <code>target</code> in 2740 <code>array</code>. 2741 <DT><A HREF="./com/google/common/primitives/Doubles.html#lastIndexOf(double[], double)"><B>lastIndexOf(double[], double)</B></A> - 2742 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 2743 <DD>Returns the index of the last appearance of the value <code>target</code> in 2744 <code>array</code>. 2745 <DT><A HREF="./com/google/common/primitives/Floats.html#lastIndexOf(float[], float)"><B>lastIndexOf(float[], float)</B></A> - 2746 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 2747 <DD>Returns the index of the last appearance of the value <code>target</code> in 2748 <code>array</code>. 2749 <DT><A HREF="./com/google/common/primitives/Ints.html#lastIndexOf(int[], int)"><B>lastIndexOf(int[], int)</B></A> - 2750 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 2751 <DD>Returns the index of the last appearance of the value <code>target</code> in 2752 <code>array</code>. 2753 <DT><A HREF="./com/google/common/primitives/Longs.html#lastIndexOf(long[], long)"><B>lastIndexOf(long[], long)</B></A> - 2754 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 2755 <DD>Returns the index of the last appearance of the value <code>target</code> in 2756 <code>array</code>. 2757 <DT><A HREF="./com/google/common/primitives/Shorts.html#lastIndexOf(short[], short)"><B>lastIndexOf(short[], short)</B></A> - 2758 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 2759 <DD>Returns the index of the last appearance of the value <code>target</code> in 2760 <code>array</code>. 2761 <DT><A HREF="./com/google/common/collect/ForwardingSortedMap.html#lastKey()"><B>lastKey()</B></A> - 2762 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="class in com.google.common.collect">ForwardingSortedMap</A> 2763 <DD> 2764 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#lastKey()"><B>lastKey()</B></A> - 2765 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 2766 <DD> 2767 <DT><A HREF="./com/google/common/collect/MapDifference.ValueDifference.html#leftValue()"><B>leftValue()</B></A> - 2768 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.ValueDifference.html" title="interface in com.google.common.collect">MapDifference.ValueDifference</A> 2769 <DD>Returns the value from the left map (possibly null). 2770 <DT><A HREF="./com/google/common/io/ByteStreams.html#length(com.google.common.io.InputSupplier)"><B>length(InputSupplier<? extends InputStream>)</B></A> - 2771 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 2772 <DD>Returns the length of a supplied input stream, in bytes. 2773 <DT><A HREF="./com/google/common/collect/Ordering.html#lexicographical()"><B>lexicographical()</B></A> - 2774 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 2775 <DD>Returns a new ordering which sorts iterables by comparing corresponding 2776 elements pairwise until a nonzero result is found; imposes "dictionary 2777 order". 2778 <DT><A HREF="./com/google/common/primitives/Booleans.html#lexicographicalComparator()"><B>lexicographicalComparator()</B></A> - 2779 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 2780 <DD>Returns a comparator that compares two <code>boolean</code> arrays 2781 lexicographically. 2782 <DT><A HREF="./com/google/common/primitives/Chars.html#lexicographicalComparator()"><B>lexicographicalComparator()</B></A> - 2783 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 2784 <DD>Returns a comparator that compares two <code>char</code> arrays 2785 lexicographically. 2786 <DT><A HREF="./com/google/common/primitives/Doubles.html#lexicographicalComparator()"><B>lexicographicalComparator()</B></A> - 2787 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 2788 <DD>Returns a comparator that compares two <code>double</code> arrays 2789 lexicographically. 2790 <DT><A HREF="./com/google/common/primitives/Floats.html#lexicographicalComparator()"><B>lexicographicalComparator()</B></A> - 2791 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 2792 <DD>Returns a comparator that compares two <code>float</code> arrays 2793 lexicographically. 2794 <DT><A HREF="./com/google/common/primitives/Ints.html#lexicographicalComparator()"><B>lexicographicalComparator()</B></A> - 2795 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 2796 <DD>Returns a comparator that compares two <code>int</code> arrays 2797 lexicographically. 2798 <DT><A HREF="./com/google/common/primitives/Longs.html#lexicographicalComparator()"><B>lexicographicalComparator()</B></A> - 2799 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 2800 <DD>Returns a comparator that compares two <code>long</code> arrays 2801 lexicographically. 2802 <DT><A HREF="./com/google/common/primitives/Shorts.html#lexicographicalComparator()"><B>lexicographicalComparator()</B></A> - 2803 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 2804 <DD>Returns a comparator that compares two <code>short</code> arrays 2805 lexicographically. 2806 <DT><A HREF="./com/google/common/primitives/SignedBytes.html#lexicographicalComparator()"><B>lexicographicalComparator()</B></A> - 2807 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives">SignedBytes</A> 2808 <DD>Returns a comparator that compares two <code>byte</code> arrays 2809 lexicographically. 2810 <DT><A HREF="./com/google/common/primitives/UnsignedBytes.html#lexicographicalComparator()"><B>lexicographicalComparator()</B></A> - 2811 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives">UnsignedBytes</A> 2812 <DD>Returns a comparator that compares two <code>byte</code> arrays 2813 lexicographically. 2814 <DT><A HREF="./com/google/common/io/LimitInputStream.html" title="class in com.google.common.io"><B>LimitInputStream</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>An InputStream that limits the number of bytes which can be read.<DT><A HREF="./com/google/common/io/LimitInputStream.html#LimitInputStream(java.io.InputStream, long)"><B>LimitInputStream(InputStream, long)</B></A> - 2815 Constructor for class com.google.common.io.<A HREF="./com/google/common/io/LimitInputStream.html" title="class in com.google.common.io">LimitInputStream</A> 2816 <DD>Wraps another input stream, limiting the number of bytes which can be read. 2817 <DT><A HREF="./com/google/common/io/LineProcessor.html" title="interface in com.google.common.io"><B>LineProcessor</B></A><<A HREF="./com/google/common/io/LineProcessor.html" title="type parameter in LineProcessor">T</A>> - Interface in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>A callback to be used with the streaming <code>readLines</code> methods.<DT><A HREF="./com/google/common/io/LineReader.html" title="class in com.google.common.io"><B>LineReader</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>A class for reading lines of text.<DT><A HREF="./com/google/common/io/LineReader.html#LineReader(java.lang.Readable)"><B>LineReader(Readable)</B></A> - 2818 Constructor for class com.google.common.io.<A HREF="./com/google/common/io/LineReader.html" title="class in com.google.common.io">LineReader</A> 2819 <DD>Creates a new instance that will read lines from the given 2820 <code>Readable</code> object. 2821 <DT><A HREF="./com/google/common/collect/LinkedHashMultimap.html" title="class in com.google.common.collect"><B>LinkedHashMultimap</B></A><<A HREF="./com/google/common/collect/LinkedHashMultimap.html" title="type parameter in LinkedHashMultimap">K</A>,<A HREF="./com/google/common/collect/LinkedHashMultimap.html" title="type parameter in LinkedHashMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Implementation of <code>Multimap</code> that does not allow duplicate key-value 2822 entries and that returns collections whose iterators follow the ordering in 2823 which the data was added to the multimap.<DT><A HREF="./com/google/common/collect/LinkedHashMultiset.html" title="class in com.google.common.collect"><B>LinkedHashMultiset</B></A><<A HREF="./com/google/common/collect/LinkedHashMultiset.html" title="type parameter in LinkedHashMultiset">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A <code>Multiset</code> implementation with predictable iteration order.<DT><A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect"><B>LinkedListMultimap</B></A><<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="type parameter in LinkedListMultimap">K</A>,<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="type parameter in LinkedListMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An implementation of <code>ListMultimap</code> that supports deterministic 2824 iteration order for both keys and values.<DT><A HREF="./com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent"><B>ListenableFuture</B></A><<A HREF="./com/google/common/util/concurrent/ListenableFuture.html" title="type parameter in ListenableFuture">V</A>> - Interface in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>This interface defines a future that has listeners attached to it, which 2825 is useful for asynchronous workflows.<DT><A HREF="./com/google/common/util/concurrent/ListenableFutureTask.html" title="class in com.google.common.util.concurrent"><B>ListenableFutureTask</B></A><<A HREF="./com/google/common/util/concurrent/ListenableFutureTask.html" title="type parameter in ListenableFutureTask">V</A>> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/FutureTask.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>FutureTask</CODE></A> that also implements the <A HREF="./com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent"><CODE>ListenableFuture</CODE></A> 2826 interface.<DT><A HREF="./com/google/common/util/concurrent/ListenableFutureTask.html#ListenableFutureTask(java.util.concurrent.Callable)"><B>ListenableFutureTask(Callable<V>)</B></A> - 2827 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ListenableFutureTask.html" title="class in com.google.common.util.concurrent">ListenableFutureTask</A> 2828 <DD>Creates a <code>ListenableFutureTask</code> that will upon running, execute the 2829 given <code>Callable</code>. 2830 <DT><A HREF="./com/google/common/util/concurrent/ListenableFutureTask.html#ListenableFutureTask(java.lang.Runnable, V)"><B>ListenableFutureTask(Runnable, V)</B></A> - 2831 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ListenableFutureTask.html" title="class in com.google.common.util.concurrent">ListenableFutureTask</A> 2832 <DD>Creates a <code>ListenableFutureTask</code> that will upon running, execute the 2833 given <code>Runnable</code>, and arrange that <code>get</code> will return the 2834 given result on successful completion. 2835 <DT><A HREF="./com/google/common/collect/ForwardingList.html#listIterator()"><B>listIterator()</B></A> - 2836 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 2837 <DD> 2838 <DT><A HREF="./com/google/common/collect/ForwardingList.html#listIterator(int)"><B>listIterator(int)</B></A> - 2839 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 2840 <DD> 2841 <DT><A HREF="./com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect"><B>ListMultimap</B></A><<A HREF="./com/google/common/collect/ListMultimap.html" title="type parameter in ListMultimap">K</A>,<A HREF="./com/google/common/collect/ListMultimap.html" title="type parameter in ListMultimap">V</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A <code>Multimap</code> that can hold duplicate key-value pairs and that maintains 2842 the insertion ordering of values for a given key.<DT><A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect"><B>Lists</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Static utility methods pertaining to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><CODE>List</CODE></A> instances.<DT><A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives"><B>Longs</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Static utility methods pertaining to <code>long</code> primitives, that are not 2843 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Long.html?is-external=true" title="class or interface in java.lang"><CODE>Long</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>.</DL> 2844 <HR> 2845 <A NAME="_M_"><!-- --></A><H2> 2846 <B>M</B></H2> 2847 <DL> 2848 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#makeChecked(java.util.concurrent.Future, com.google.common.base.Function)"><B>makeChecked(Future<T>, Function<Exception, E>)</B></A> - 2849 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 2850 <DD>Creates a <A HREF="./com/google/common/util/concurrent/CheckedFuture.html" title="interface in com.google.common.util.concurrent"><CODE>CheckedFuture</CODE></A> out of a normal <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A> and a 2851 <A HREF="./com/google/common/base/Function.html" title="interface in com.google.common.base"><CODE>Function</CODE></A> that maps from <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><CODE>Exception</CODE></A> instances into the 2852 appropriate checked type. 2853 <DT><A HREF="./com/google/common/collect/MapMaker.html#makeComputingMap(com.google.common.base.Function)"><B>makeComputingMap(Function<? super K, ? extends V>)</B></A> - 2854 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> 2855 <DD>Builds a map that supports atomic, on-demand computation of values. 2856 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#makeListenable(java.util.concurrent.Future)"><B>makeListenable(Future<T>)</B></A> - 2857 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 2858 <DD>Creates a <A HREF="./com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent"><CODE>ListenableFuture</CODE></A> out of a normal <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>Future</CODE></A>. 2859 <DT><A HREF="./com/google/common/collect/MapMaker.html#makeMap()"><B>makeMap()</B></A> - 2860 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> 2861 <DD>Builds the final map, without on-demand computation of values. 2862 <DT><A HREF="./com/google/common/util/concurrent/Futures.html#makeUninterruptible(java.util.concurrent.Future)"><B>makeUninterruptible(Future<V>)</B></A> - 2863 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Futures.html" title="class in com.google.common.util.concurrent">Futures</A> 2864 <DD>Returns an uninterruptible view of a <code>Future</code>. 2865 <DT><A HREF="./com/google/common/io/Files.html#map(java.io.File)"><B>map(File)</B></A> - 2866 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 2867 <DD>Fully maps a file read-only in to memory as per 2868 <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/channels/FileChannel.html?is-external=true#map(java.nio.channels.FileChannel.MapMode, long, long)" title="class or interface in java.nio.channels"><CODE>FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)</CODE></A>. 2869 <DT><A HREF="./com/google/common/io/Files.html#map(java.io.File, java.nio.channels.FileChannel.MapMode)"><B>map(File, FileChannel.MapMode)</B></A> - 2870 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 2871 <DD>Fully maps a file in to memory as per 2872 <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/channels/FileChannel.html?is-external=true#map(java.nio.channels.FileChannel.MapMode, long, long)" title="class or interface in java.nio.channels"><CODE>FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)</CODE></A> 2873 using the requested <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/channels/FileChannel.MapMode.html?is-external=true" title="class or interface in java.nio.channels"><CODE>FileChannel.MapMode</CODE></A>. 2874 <DT><A HREF="./com/google/common/io/Files.html#map(java.io.File, java.nio.channels.FileChannel.MapMode, long)"><B>map(File, FileChannel.MapMode, long)</B></A> - 2875 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 2876 <DD>Maps a file in to memory as per 2877 <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/channels/FileChannel.html?is-external=true#map(java.nio.channels.FileChannel.MapMode, long, long)" title="class or interface in java.nio.channels"><CODE>FileChannel.map(java.nio.channels.FileChannel.MapMode, long, long)</CODE></A> 2878 using the requested <A HREF="http://java.sun.com/javase/6/docs/api/java/nio/channels/FileChannel.MapMode.html?is-external=true" title="class or interface in java.nio.channels"><CODE>FileChannel.MapMode</CODE></A>. 2879 <DT><A HREF="./com/google/common/collect/MapDifference.html" title="interface in com.google.common.collect"><B>MapDifference</B></A><<A HREF="./com/google/common/collect/MapDifference.html" title="type parameter in MapDifference">K</A>,<A HREF="./com/google/common/collect/MapDifference.html" title="type parameter in MapDifference">V</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An object representing the differences between two maps.<DT><A HREF="./com/google/common/collect/MapDifference.ValueDifference.html" title="interface in com.google.common.collect"><B>MapDifference.ValueDifference</B></A><<A HREF="./com/google/common/collect/MapDifference.ValueDifference.html" title="type parameter in MapDifference.ValueDifference">V</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A difference between the mappings from two maps with the same key.<DT><A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html#mapException(java.lang.Exception)"><B>mapException(Exception)</B></A> - 2880 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractCheckedFuture.html" title="class in com.google.common.util.concurrent">AbstractCheckedFuture</A> 2881 <DD>Translate from an <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/InterruptedException.html?is-external=true" title="class or interface in java.lang"><CODE>InterruptedException</CODE></A>, 2882 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/CancellationException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>CancellationException</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutionException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutionException</CODE></A> to an exception 2883 of type <code>E</code>. 2884 <DT><A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect"><B>MapMaker</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ConcurrentMap.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ConcurrentMap</CODE></A> builder, providing any combination of these 2885 features: <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/SoftReference.html?is-external=true" title="class or interface in java.lang.ref">soft</A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/WeakReference.html?is-external=true" title="class or interface in java.lang.ref">weak</A> keys, soft or weak values, timed expiration, and on-demand 2886 computation of values.<DT><A HREF="./com/google/common/collect/MapMaker.html#MapMaker()"><B>MapMaker()</B></A> - 2887 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> 2888 <DD>Constructs a new <code>MapMaker</code> instance with default settings, 2889 including strong keys, strong values, and no automatic expiration. 2890 <DT><A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect"><B>Maps</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Static utility methods pertaining to <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> instances.<DT><A HREF="./com/google/common/io/CountingInputStream.html#mark(int)"><B>mark(int)</B></A> - 2891 Method in class com.google.common.io.<A HREF="./com/google/common/io/CountingInputStream.html" title="class in com.google.common.io">CountingInputStream</A> 2892 <DD> 2893 <DT><A HREF="./com/google/common/io/LimitInputStream.html#mark(int)"><B>mark(int)</B></A> - 2894 Method in class com.google.common.io.<A HREF="./com/google/common/io/LimitInputStream.html" title="class in com.google.common.io">LimitInputStream</A> 2895 <DD> 2896 <DT><A HREF="./com/google/common/base/CharMatcher.html#matches(char)"><B>matches(char)</B></A> - 2897 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2898 <DD>Determines a true or false value for the given character. 2899 <DT><A HREF="./com/google/common/base/CharMatcher.html#matchesAllOf(java.lang.CharSequence)"><B>matchesAllOf(CharSequence)</B></A> - 2900 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2901 <DD>Returns <code>true</code> if a character sequence contains only matching 2902 characters. 2903 <DT><A HREF="./com/google/common/base/CharMatcher.html#matchesNoneOf(java.lang.CharSequence)"><B>matchesNoneOf(CharSequence)</B></A> - 2904 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 2905 <DD>Returns <code>true</code> if a character sequence contains no matching 2906 characters. 2907 <DT><A HREF="./com/google/common/collect/Ordering.html#max(java.lang.Iterable)"><B>max(Iterable<E>)</B></A> - 2908 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 2909 <DD>Returns the largest of the specified values according to this ordering. 2910 <DT><A HREF="./com/google/common/collect/Ordering.html#max(E, E, E, E...)"><B>max(E, E, E, E...)</B></A> - 2911 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 2912 <DD>Returns the largest of the specified values according to this ordering. 2913 <DT><A HREF="./com/google/common/collect/Ordering.html#max(E, E)"><B>max(E, E)</B></A> - 2914 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 2915 <DD>Returns the larger of the two values according to this ordering. 2916 <DT><A HREF="./com/google/common/primitives/Chars.html#max(char...)"><B>max(char...)</B></A> - 2917 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 2918 <DD>Returns the greatest value present in <code>array</code>. 2919 <DT><A HREF="./com/google/common/primitives/Doubles.html#max(double...)"><B>max(double...)</B></A> - 2920 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 2921 <DD>Returns the greatest value present in <code>array</code>, using the same rules 2922 of comparison as <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#max(double, double)" title="class or interface in java.lang"><CODE>Math.max(double, double)</CODE></A>. 2923 <DT><A HREF="./com/google/common/primitives/Floats.html#max(float...)"><B>max(float...)</B></A> - 2924 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 2925 <DD>Returns the greatest value present in <code>array</code>, using the same rules 2926 of comparison as <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#min(float, float)" title="class or interface in java.lang"><CODE>Math.min(float, float)</CODE></A>. 2927 <DT><A HREF="./com/google/common/primitives/Ints.html#max(int...)"><B>max(int...)</B></A> - 2928 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 2929 <DD>Returns the greatest value present in <code>array</code>. 2930 <DT><A HREF="./com/google/common/primitives/Longs.html#max(long...)"><B>max(long...)</B></A> - 2931 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 2932 <DD>Returns the greatest value present in <code>array</code>. 2933 <DT><A HREF="./com/google/common/primitives/Shorts.html#max(short...)"><B>max(short...)</B></A> - 2934 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 2935 <DD>Returns the greatest value present in <code>array</code>. 2936 <DT><A HREF="./com/google/common/primitives/SignedBytes.html#max(byte...)"><B>max(byte...)</B></A> - 2937 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives">SignedBytes</A> 2938 <DD>Returns the greatest value present in <code>array</code>. 2939 <DT><A HREF="./com/google/common/primitives/UnsignedBytes.html#max(byte...)"><B>max(byte...)</B></A> - 2940 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives">UnsignedBytes</A> 2941 <DD>Returns the greatest value present in <code>array</code>. 2942 <DT><A HREF="./com/google/common/base/Suppliers.html#memoize(com.google.common.base.Supplier)"><B>memoize(Supplier<T>)</B></A> - 2943 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Suppliers.html" title="class in com.google.common.base">Suppliers</A> 2944 <DD>Returns a supplier which caches the instance retrieved during the first 2945 call to <code>get()</code> and returns that value on subsequent calls to 2946 <code>get()</code>. 2947 <DT><A HREF="./com/google/common/base/Suppliers.html#memoizeWithExpiration(com.google.common.base.Supplier, long, java.util.concurrent.TimeUnit)"><B>memoizeWithExpiration(Supplier<T>, long, TimeUnit)</B></A> - 2948 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Suppliers.html" title="class in com.google.common.base">Suppliers</A> 2949 <DD>Returns a supplier that caches the instance supplied by the delegate and 2950 removes the cached value after the specified time has passed. 2951 <DT><A HREF="./com/google/common/collect/Ordering.html#min(java.lang.Iterable)"><B>min(Iterable<E>)</B></A> - 2952 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 2953 <DD>Returns the smallest of the specified values according to this ordering. 2954 <DT><A HREF="./com/google/common/collect/Ordering.html#min(E, E, E, E...)"><B>min(E, E, E, E...)</B></A> - 2955 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 2956 <DD>Returns the smallest of the specified values according to this ordering. 2957 <DT><A HREF="./com/google/common/collect/Ordering.html#min(E, E)"><B>min(E, E)</B></A> - 2958 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 2959 <DD>Returns the smaller of the two values according to this ordering. 2960 <DT><A HREF="./com/google/common/primitives/Chars.html#min(char...)"><B>min(char...)</B></A> - 2961 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 2962 <DD>Returns the least value present in <code>array</code>. 2963 <DT><A HREF="./com/google/common/primitives/Doubles.html#min(double...)"><B>min(double...)</B></A> - 2964 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 2965 <DD>Returns the least value present in <code>array</code>, using the same rules of 2966 comparison as <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#min(double, double)" title="class or interface in java.lang"><CODE>Math.min(double, double)</CODE></A>. 2967 <DT><A HREF="./com/google/common/primitives/Floats.html#min(float...)"><B>min(float...)</B></A> - 2968 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 2969 <DD>Returns the least value present in <code>array</code>, using the same rules of 2970 comparison as <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#min(float, float)" title="class or interface in java.lang"><CODE>Math.min(float, float)</CODE></A>. 2971 <DT><A HREF="./com/google/common/primitives/Ints.html#min(int...)"><B>min(int...)</B></A> - 2972 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 2973 <DD>Returns the least value present in <code>array</code>. 2974 <DT><A HREF="./com/google/common/primitives/Longs.html#min(long...)"><B>min(long...)</B></A> - 2975 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 2976 <DD>Returns the least value present in <code>array</code>. 2977 <DT><A HREF="./com/google/common/primitives/Shorts.html#min(short...)"><B>min(short...)</B></A> - 2978 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 2979 <DD>Returns the least value present in <code>array</code>. 2980 <DT><A HREF="./com/google/common/primitives/SignedBytes.html#min(byte...)"><B>min(byte...)</B></A> - 2981 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives">SignedBytes</A> 2982 <DD>Returns the least value present in <code>array</code>. 2983 <DT><A HREF="./com/google/common/primitives/UnsignedBytes.html#min(byte...)"><B>min(byte...)</B></A> - 2984 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives">UnsignedBytes</A> 2985 <DD>Returns the least value present in <code>array</code>. 2986 <DT><A HREF="./com/google/common/io/Files.html#move(java.io.File, java.io.File)"><B>move(File, File)</B></A> - 2987 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 2988 <DD>Moves the file from one path to another. 2989 <DT><A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect"><B>Multimap</B></A><<A HREF="./com/google/common/collect/Multimap.html" title="type parameter in Multimap">K</A>,<A HREF="./com/google/common/collect/Multimap.html" title="type parameter in Multimap">V</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A collection similar to a <code>Map</code>, but which may associate multiple 2990 values with a single key.<DT><A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect"><B>Multimaps</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Provides static methods acting on or generating a <code>Multimap</code>.<DT><A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect"><B>Multiset</B></A><<A HREF="./com/google/common/collect/Multiset.html" title="type parameter in Multiset">E</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A collection that supports order-independent equality, like <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><CODE>Set</CODE></A>, but 2991 may have duplicate elements.<DT><A HREF="./com/google/common/collect/Multiset.Entry.html" title="interface in com.google.common.collect"><B>Multiset.Entry</B></A><<A HREF="./com/google/common/collect/Multiset.Entry.html" title="type parameter in Multiset.Entry">E</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An unmodifiable element-count pair for a multiset.<DT><A HREF="./com/google/common/collect/Multisets.html" title="class in com.google.common.collect"><B>Multisets</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Provides static utility methods for creating and working with <A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect"><CODE>Multiset</CODE></A> instances.<DT><A HREF="./com/google/common/collect/MutableClassToInstanceMap.html" title="class in com.google.common.collect"><B>MutableClassToInstanceMap</B></A><<A HREF="./com/google/common/collect/MutableClassToInstanceMap.html" title="type parameter in MutableClassToInstanceMap">B</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A mutable class-to-instance map backed by an arbitrary user-provided map.</DL> 2992 <HR> 2993 <A NAME="_N_"><!-- --></A><H2> 2994 <B>N</B></H2> 2995 <DL> 2996 <DT><A HREF="./com/google/common/util/concurrent/NamingThreadFactory.html" title="class in com.google.common.util.concurrent"><B>NamingThreadFactory</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A ThreadFactory which decorates another ThreadFactory to set a name on 2997 each thread created.<DT><A HREF="./com/google/common/util/concurrent/NamingThreadFactory.html#NamingThreadFactory(java.lang.String)"><B>NamingThreadFactory(String)</B></A> - 2998 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/NamingThreadFactory.html" title="class in com.google.common.util.concurrent">NamingThreadFactory</A> 2999 <DD>Creates a new factory that delegates to the default thread factory for 3000 thread creation, then uses <code>format</code> to construct a name for the new 3001 thread. 3002 <DT><A HREF="./com/google/common/util/concurrent/NamingThreadFactory.html#NamingThreadFactory(java.lang.String, java.util.concurrent.ThreadFactory)"><B>NamingThreadFactory(String, ThreadFactory)</B></A> - 3003 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/NamingThreadFactory.html" title="class in com.google.common.util.concurrent">NamingThreadFactory</A> 3004 <DD>Creates a new factory that delegates to <code>backingFactory</code> for thread 3005 creation, then uses <code>format</code> to construct a name for the new thread. 3006 <DT><A HREF="./com/google/common/collect/Ordering.html#natural()"><B>natural()</B></A> - 3007 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 3008 <DD>Returns a serializable ordering that uses the natural order of the values. 3009 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#naturalOrder()"><B>naturalOrder()</B></A> - 3010 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 3011 <DD>Returns a builder that creates immutable sorted maps whose keys are 3012 ordered by their natural ordering. 3013 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#naturalOrder()"><B>naturalOrder()</B></A> - 3014 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 3015 <DD>Returns a builder that creates immutable sorted sets whose elements are 3016 ordered by their natural ordering. 3017 <DT><A HREF="./com/google/common/base/CharMatcher.html#negate()"><B>negate()</B></A> - 3018 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 3019 <DD>Returns a matcher that matches any character not matched by this matcher. 3020 <DT><A HREF="./com/google/common/collect/ObjectArrays.html#newArray(java.lang.Class, int)"><B>newArray(Class<T>, int)</B></A> - 3021 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ObjectArrays.html" title="class in com.google.common.collect">ObjectArrays</A> 3022 <DD>Returns a new array of the given length with the specified component type. 3023 <DT><A HREF="./com/google/common/collect/ObjectArrays.html#newArray(T[], int)"><B>newArray(T[], int)</B></A> - 3024 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ObjectArrays.html" title="class in com.google.common.collect">ObjectArrays</A> 3025 <DD>Returns a new array of the given length with the same type as a reference 3026 array. 3027 <DT><A HREF="./com/google/common/collect/Lists.html#newArrayList()"><B>newArrayList()</B></A> - 3028 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 3029 <DD>Creates a <i>mutable</i>, empty <code>ArrayList</code> instance. 3030 <DT><A HREF="./com/google/common/collect/Lists.html#newArrayList(E...)"><B>newArrayList(E...)</B></A> - 3031 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 3032 <DD>Creates a <i>mutable</i> <code>ArrayList</code> instance containing the given 3033 elements. 3034 <DT><A HREF="./com/google/common/collect/Lists.html#newArrayList(java.lang.Iterable)"><B>newArrayList(Iterable<? extends E>)</B></A> - 3035 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 3036 <DD>Creates a <i>mutable</i> <code>ArrayList</code> instance containing the given 3037 elements. 3038 <DT><A HREF="./com/google/common/collect/Lists.html#newArrayList(java.util.Iterator)"><B>newArrayList(Iterator<? extends E>)</B></A> - 3039 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 3040 <DD>Creates a <i>mutable</i> <code>ArrayList</code> instance containing the given 3041 elements. 3042 <DT><A HREF="./com/google/common/collect/Lists.html#newArrayListWithCapacity(int)"><B>newArrayListWithCapacity(int)</B></A> - 3043 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 3044 <DD>Creates an <code>ArrayList</code> instance backed by an array of the 3045 <i>exact</i> size specified; equivalent to 3046 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/ArrayList.html?is-external=true#ArrayList(int)" title="class or interface in java.util"><CODE>ArrayList.ArrayList(int)</CODE></A>. 3047 <DT><A HREF="./com/google/common/collect/Lists.html#newArrayListWithExpectedSize(int)"><B>newArrayListWithExpectedSize(int)</B></A> - 3048 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 3049 <DD>Creates an <code>ArrayList</code> instance sized appropriately to hold an 3050 <i>estimated</i> number of elements without resizing. 3051 <DT><A HREF="./com/google/common/io/ByteStreams.html#newDataInput(byte[])"><B>newDataInput(byte[])</B></A> - 3052 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 3053 <DD>Returns a new <A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io"><CODE>ByteArrayDataInput</CODE></A> instance to read from the <code>bytes</code> array from the beginning. 3054 <DT><A HREF="./com/google/common/io/ByteStreams.html#newDataInput(byte[], int)"><B>newDataInput(byte[], int)</B></A> - 3055 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 3056 <DD>Returns a new <A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io"><CODE>ByteArrayDataInput</CODE></A> instance to read from the <code>bytes</code> array, starting at the given position. 3057 <DT><A HREF="./com/google/common/io/ByteStreams.html#newDataOutput()"><B>newDataOutput()</B></A> - 3058 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 3059 <DD>Returns a new <A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io"><CODE>ByteArrayDataOutput</CODE></A> instance with a default size. 3060 <DT><A HREF="./com/google/common/io/ByteStreams.html#newDataOutput(int)"><B>newDataOutput(int)</B></A> - 3061 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 3062 <DD>Returns a new <A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io"><CODE>ByteArrayDataOutput</CODE></A> instance sized to hold 3063 <code>size</code> bytes before resizing. 3064 <DT><A HREF="./com/google/common/collect/Maps.html#newEnumMap(java.lang.Class)"><B>newEnumMap(Class<K>)</B></A> - 3065 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3066 <DD>Creates an <code>EnumMap</code> instance. 3067 <DT><A HREF="./com/google/common/collect/Maps.html#newEnumMap(java.util.Map)"><B>newEnumMap(Map<K, ? extends V>)</B></A> - 3068 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3069 <DD>Creates an <code>EnumMap</code> with the same mappings as the specified map. 3070 <DT><A HREF="./com/google/common/collect/Sets.html#newEnumSet(java.lang.Iterable, java.lang.Class)"><B>newEnumSet(Iterable<E>, Class<E>)</B></A> - 3071 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3072 <DD>Returns a new <code>EnumSet</code> instance containing the given elements. 3073 <DT><A HREF="./com/google/common/collect/Maps.html#newHashMap()"><B>newHashMap()</B></A> - 3074 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3075 <DD>Creates a <i>mutable</i>, empty <code>HashMap</code> instance. 3076 <DT><A HREF="./com/google/common/collect/Maps.html#newHashMap(java.util.Map)"><B>newHashMap(Map<? extends K, ? extends V>)</B></A> - 3077 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3078 <DD>Creates a <i>mutable</i> <code>HashMap</code> instance with the same mappings as 3079 the specified map. 3080 <DT><A HREF="./com/google/common/collect/Maps.html#newHashMapWithExpectedSize(int)"><B>newHashMapWithExpectedSize(int)</B></A> - 3081 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3082 <DD>Creates a <code>HashMap</code> instance with enough capacity to hold the 3083 specified number of elements without rehashing. 3084 <DT><A HREF="./com/google/common/collect/Sets.html#newHashSet()"><B>newHashSet()</B></A> - 3085 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3086 <DD>Creates a <i>mutable</i>, empty <code>HashSet</code> instance. 3087 <DT><A HREF="./com/google/common/collect/Sets.html#newHashSet(E...)"><B>newHashSet(E...)</B></A> - 3088 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3089 <DD>Creates a <i>mutable</i> <code>HashSet</code> instance containing the given 3090 elements in unspecified order. 3091 <DT><A HREF="./com/google/common/collect/Sets.html#newHashSet(java.lang.Iterable)"><B>newHashSet(Iterable<? extends E>)</B></A> - 3092 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3093 <DD>Creates a <i>mutable</i> <code>HashSet</code> instance containing the given 3094 elements in unspecified order. 3095 <DT><A HREF="./com/google/common/collect/Sets.html#newHashSet(java.util.Iterator)"><B>newHashSet(Iterator<? extends E>)</B></A> - 3096 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3097 <DD>Creates a <i>mutable</i> <code>HashSet</code> instance containing the given 3098 elements in unspecified order. 3099 <DT><A HREF="./com/google/common/collect/Sets.html#newHashSetWithExpectedSize(int)"><B>newHashSetWithExpectedSize(int)</B></A> - 3100 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3101 <DD>Creates an empty <code>HashSet</code> instance with enough capacity to hold the 3102 specified number of elements without rehashing. 3103 <DT><A HREF="./com/google/common/collect/Maps.html#newIdentityHashMap()"><B>newIdentityHashMap()</B></A> - 3104 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3105 <DD>Creates an <code>IdentityHashMap</code> instance. 3106 <DT><A HREF="./com/google/common/io/ByteStreams.html#newInputStreamSupplier(byte[])"><B>newInputStreamSupplier(byte[])</B></A> - 3107 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 3108 <DD>Returns a factory that will supply instances of 3109 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/ByteArrayInputStream.html?is-external=true" title="class or interface in java.io"><CODE>ByteArrayInputStream</CODE></A> that read from the given byte array. 3110 <DT><A HREF="./com/google/common/io/ByteStreams.html#newInputStreamSupplier(byte[], int, int)"><B>newInputStreamSupplier(byte[], int, int)</B></A> - 3111 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 3112 <DD>Returns a factory that will supply instances of 3113 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/ByteArrayInputStream.html?is-external=true" title="class or interface in java.io"><CODE>ByteArrayInputStream</CODE></A> that read from the given byte array. 3114 <DT><A HREF="./com/google/common/io/Files.html#newInputStreamSupplier(java.io.File)"><B>newInputStreamSupplier(File)</B></A> - 3115 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3116 <DD>Returns a factory that will supply instances of <A HREF="http://java.sun.com/javase/6/docs/api/java/io/FileInputStream.html?is-external=true" title="class or interface in java.io"><CODE>FileInputStream</CODE></A> 3117 that read from a file. 3118 <DT><A HREF="./com/google/common/io/Resources.html#newInputStreamSupplier(java.net.URL)"><B>newInputStreamSupplier(URL)</B></A> - 3119 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io">Resources</A> 3120 <DD>Returns a factory that will supply instances of <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> that 3121 read from the given URL. 3122 <DT><A HREF="./com/google/common/collect/Maps.html#newLinkedHashMap()"><B>newLinkedHashMap()</B></A> - 3123 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3124 <DD>Creates a <i>mutable</i>, empty, insertion-ordered <code>LinkedHashMap</code> 3125 instance. 3126 <DT><A HREF="./com/google/common/collect/Maps.html#newLinkedHashMap(java.util.Map)"><B>newLinkedHashMap(Map<? extends K, ? extends V>)</B></A> - 3127 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3128 <DD>Creates a <i>mutable</i>, insertion-ordered <code>LinkedHashMap</code> instance 3129 with the same mappings as the specified map. 3130 <DT><A HREF="./com/google/common/collect/Sets.html#newLinkedHashSet()"><B>newLinkedHashSet()</B></A> - 3131 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3132 <DD>Creates a <i>mutable</i>, empty <code>LinkedHashSet</code> instance. 3133 <DT><A HREF="./com/google/common/collect/Sets.html#newLinkedHashSet(java.lang.Iterable)"><B>newLinkedHashSet(Iterable<? extends E>)</B></A> - 3134 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3135 <DD>Creates a <i>mutable</i> <code>LinkedHashSet</code> instance containing the 3136 given elements in order. 3137 <DT><A HREF="./com/google/common/collect/Lists.html#newLinkedList()"><B>newLinkedList()</B></A> - 3138 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 3139 <DD>Creates an empty <code>LinkedList</code> instance. 3140 <DT><A HREF="./com/google/common/collect/Lists.html#newLinkedList(java.lang.Iterable)"><B>newLinkedList(Iterable<? extends E>)</B></A> - 3141 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 3142 <DD>Creates a <code>LinkedList</code> instance containing the given elements. 3143 <DT><A HREF="./com/google/common/collect/Multimaps.html#newListMultimap(java.util.Map, com.google.common.base.Supplier)"><B>newListMultimap(Map<K, Collection<V>>, Supplier<? extends List<V>>)</B></A> - 3144 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 3145 <DD>Creates a new <code>ListMultimap</code> that uses the provided map and factory. 3146 <DT><A HREF="./com/google/common/collect/Multimaps.html#newMultimap(java.util.Map, com.google.common.base.Supplier)"><B>newMultimap(Map<K, Collection<V>>, Supplier<? extends Collection<V>>)</B></A> - 3147 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 3148 <DD>Creates a new <code>Multimap</code> that uses the provided map and factory. 3149 <DT><A HREF="./com/google/common/io/Files.html#newOutputStreamSupplier(java.io.File)"><B>newOutputStreamSupplier(File)</B></A> - 3150 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3151 <DD>Returns a factory that will supply instances of <A HREF="http://java.sun.com/javase/6/docs/api/java/io/FileOutputStream.html?is-external=true" title="class or interface in java.io"><CODE>FileOutputStream</CODE></A> 3152 that write to a file. 3153 <DT><A HREF="./com/google/common/io/Files.html#newOutputStreamSupplier(java.io.File, boolean)"><B>newOutputStreamSupplier(File, boolean)</B></A> - 3154 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3155 <DD>Returns a factory that will supply instances of <A HREF="http://java.sun.com/javase/6/docs/api/java/io/FileOutputStream.html?is-external=true" title="class or interface in java.io"><CODE>FileOutputStream</CODE></A> 3156 that write to or append to a file. 3157 <DT><A HREF="./com/google/common/util/concurrent/FakeTimeLimiter.html#newProxy(T, java.lang.Class, long, java.util.concurrent.TimeUnit)"><B>newProxy(T, Class<T>, long, TimeUnit)</B></A> - 3158 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/FakeTimeLimiter.html" title="class in com.google.common.util.concurrent">FakeTimeLimiter</A> 3159 <DD> 3160 <DT><A HREF="./com/google/common/util/concurrent/SimpleTimeLimiter.html#newProxy(T, java.lang.Class, long, java.util.concurrent.TimeUnit)"><B>newProxy(T, Class<T>, long, TimeUnit)</B></A> - 3161 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/SimpleTimeLimiter.html" title="class in com.google.common.util.concurrent">SimpleTimeLimiter</A> 3162 <DD> 3163 <DT><A HREF="./com/google/common/util/concurrent/TimeLimiter.html#newProxy(T, java.lang.Class, long, java.util.concurrent.TimeUnit)"><B>newProxy(T, Class<T>, long, TimeUnit)</B></A> - 3164 Method in interface com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/TimeLimiter.html" title="interface in com.google.common.util.concurrent">TimeLimiter</A> 3165 <DD>Returns an instance of <code>interfaceType</code> that delegates all method 3166 calls to the <code>target</code> object, enforcing the specified time limit on 3167 each call. 3168 <DT><A HREF="./com/google/common/io/Files.html#newReader(java.io.File, java.nio.charset.Charset)"><B>newReader(File, Charset)</B></A> - 3169 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3170 <DD>Returns a buffered reader that reads from a file using the given 3171 character set. 3172 <DT><A HREF="./com/google/common/io/CharStreams.html#newReaderSupplier(java.lang.String)"><B>newReaderSupplier(String)</B></A> - 3173 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 3174 <DD>Returns a factory that will supply instances of <A HREF="http://java.sun.com/javase/6/docs/api/java/io/StringReader.html?is-external=true" title="class or interface in java.io"><CODE>StringReader</CODE></A> that 3175 read a string value. 3176 <DT><A HREF="./com/google/common/io/CharStreams.html#newReaderSupplier(com.google.common.io.InputSupplier, java.nio.charset.Charset)"><B>newReaderSupplier(InputSupplier<? extends InputStream>, Charset)</B></A> - 3177 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 3178 <DD>Returns a factory that will supply instances of <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStreamReader.html?is-external=true" title="class or interface in java.io"><CODE>InputStreamReader</CODE></A>, 3179 using the given <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> factory and character set. 3180 <DT><A HREF="./com/google/common/io/Files.html#newReaderSupplier(java.io.File, java.nio.charset.Charset)"><B>newReaderSupplier(File, Charset)</B></A> - 3181 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3182 <DD>Returns a factory that will supply instances of 3183 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStreamReader.html?is-external=true" title="class or interface in java.io"><CODE>InputStreamReader</CODE></A> that read a file using the given character set. 3184 <DT><A HREF="./com/google/common/io/Resources.html#newReaderSupplier(java.net.URL, java.nio.charset.Charset)"><B>newReaderSupplier(URL, Charset)</B></A> - 3185 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io">Resources</A> 3186 <DD>Returns a factory that will supply instances of 3187 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStreamReader.html?is-external=true" title="class or interface in java.io"><CODE>InputStreamReader</CODE></A> that read a URL using the given character set. 3188 <DT><A HREF="./com/google/common/collect/Sets.html#newSetFromMap(java.util.Map)"><B>newSetFromMap(Map<E, Boolean>)</B></A> - 3189 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3190 <DD>Returns a set backed by the specified map. 3191 <DT><A HREF="./com/google/common/collect/Multimaps.html#newSetMultimap(java.util.Map, com.google.common.base.Supplier)"><B>newSetMultimap(Map<K, Collection<V>>, Supplier<? extends Set<V>>)</B></A> - 3192 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 3193 <DD>Creates a new <code>SetMultimap</code> that uses the provided map and factory. 3194 <DT><A HREF="./com/google/common/collect/Multimaps.html#newSortedSetMultimap(java.util.Map, com.google.common.base.Supplier)"><B>newSortedSetMultimap(Map<K, Collection<V>>, Supplier<? extends SortedSet<V>>)</B></A> - 3195 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 3196 <DD>Creates a new <code>SortedSetMultimap</code> that uses the provided map and 3197 factory. 3198 <DT><A HREF="./com/google/common/util/concurrent/DaemonThreadFactory.html#newThread(java.lang.Runnable)"><B>newThread(Runnable)</B></A> - 3199 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/DaemonThreadFactory.html" title="class in com.google.common.util.concurrent">DaemonThreadFactory</A> 3200 <DD> 3201 <DT><A HREF="./com/google/common/util/concurrent/NamingThreadFactory.html#newThread(java.lang.Runnable)"><B>newThread(Runnable)</B></A> - 3202 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/NamingThreadFactory.html" title="class in com.google.common.util.concurrent">NamingThreadFactory</A> 3203 <DD> 3204 <DT><A HREF="./com/google/common/collect/Maps.html#newTreeMap()"><B>newTreeMap()</B></A> - 3205 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3206 <DD>Creates a <i>mutable</i>, empty <code>TreeMap</code> instance using the natural 3207 ordering of its elements. 3208 <DT><A HREF="./com/google/common/collect/Maps.html#newTreeMap(java.util.SortedMap)"><B>newTreeMap(SortedMap<K, ? extends V>)</B></A> - 3209 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3210 <DD>Creates a <i>mutable</i> <code>TreeMap</code> instance with the same mappings as 3211 the specified map and using the same ordering as the specified map. 3212 <DT><A HREF="./com/google/common/collect/Maps.html#newTreeMap(java.util.Comparator)"><B>newTreeMap(Comparator<C>)</B></A> - 3213 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 3214 <DD>Creates a <i>mutable</i>, empty <code>TreeMap</code> instance using the given 3215 comparator. 3216 <DT><A HREF="./com/google/common/collect/Sets.html#newTreeSet()"><B>newTreeSet()</B></A> - 3217 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3218 <DD>Creates a <i>mutable</i>, empty <code>TreeSet</code> instance sorted by the 3219 natural sort ordering of its elements. 3220 <DT><A HREF="./com/google/common/collect/Sets.html#newTreeSet(java.lang.Iterable)"><B>newTreeSet(Iterable<? extends E>)</B></A> - 3221 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3222 <DD>Creates a <i>mutable</i> <code>TreeSet</code> instance containing the given 3223 elements sorted by their natural ordering. 3224 <DT><A HREF="./com/google/common/collect/Sets.html#newTreeSet(java.util.Comparator)"><B>newTreeSet(Comparator<? super E>)</B></A> - 3225 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 3226 <DD>Creates a <i>mutable</i>, empty <code>TreeSet</code> instance with the given 3227 comparator. 3228 <DT><A HREF="./com/google/common/io/Files.html#newWriter(java.io.File, java.nio.charset.Charset)"><B>newWriter(File, Charset)</B></A> - 3229 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3230 <DD>Returns a buffered writer that writes to a file using the given 3231 character set. 3232 <DT><A HREF="./com/google/common/io/CharStreams.html#newWriterSupplier(com.google.common.io.OutputSupplier, java.nio.charset.Charset)"><B>newWriterSupplier(OutputSupplier<? extends OutputStream>, Charset)</B></A> - 3233 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 3234 <DD>Returns a factory that will supply instances of <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStreamWriter.html?is-external=true" title="class or interface in java.io"><CODE>OutputStreamWriter</CODE></A>, 3235 using the given <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><CODE>OutputStream</CODE></A> factory and character set. 3236 <DT><A HREF="./com/google/common/io/Files.html#newWriterSupplier(java.io.File, java.nio.charset.Charset)"><B>newWriterSupplier(File, Charset)</B></A> - 3237 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3238 <DD>Returns a factory that will supply instances of <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStreamWriter.html?is-external=true" title="class or interface in java.io"><CODE>OutputStreamWriter</CODE></A> 3239 that write to a file using the given character set. 3240 <DT><A HREF="./com/google/common/io/Files.html#newWriterSupplier(java.io.File, java.nio.charset.Charset, boolean)"><B>newWriterSupplier(File, Charset, boolean)</B></A> - 3241 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3242 <DD>Returns a factory that will supply instances of <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStreamWriter.html?is-external=true" title="class or interface in java.io"><CODE>OutputStreamWriter</CODE></A> 3243 that write to or append to a file using the given character set. 3244 <DT><A HREF="./com/google/common/collect/AbstractIterator.html#next()"><B>next()</B></A> - 3245 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/AbstractIterator.html" title="class in com.google.common.collect">AbstractIterator</A> 3246 <DD> 3247 <DT><A HREF="./com/google/common/collect/ForwardingIterator.html#next()"><B>next()</B></A> - 3248 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingIterator.html" title="class in com.google.common.collect">ForwardingIterator</A> 3249 <DD> 3250 <DT><A HREF="./com/google/common/collect/PeekingIterator.html#next()"><B>next()</B></A> - 3251 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/PeekingIterator.html" title="interface in com.google.common.collect">PeekingIterator</A> 3252 <DD> 3253 <DT><A HREF="./com/google/common/collect/ForwardingListIterator.html#nextIndex()"><B>nextIndex()</B></A> - 3254 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingListIterator.html" title="class in com.google.common.collect">ForwardingListIterator</A> 3255 <DD> 3256 <DT><A HREF="./com/google/common/base/CharMatcher.html#NONE"><B>NONE</B></A> - 3257 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 3258 <DD>Matches no characters. 3259 <DT><A HREF="./com/google/common/base/CharMatcher.html#noneOf(java.lang.CharSequence)"><B>noneOf(CharSequence)</B></A> - 3260 Static method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 3261 <DD>Returns a <code>char</code> matcher that matches any character not present in 3262 the given character sequence. 3263 <DT><A HREF="./com/google/common/base/Predicates.html#not(com.google.common.base.Predicate)"><B>not(Predicate<T>)</B></A> - 3264 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 3265 <DD>Returns a predicate that evaluates to <code>true</code> if the given predicate 3266 evaluates to <code>false</code>. 3267 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#notifyFailed(java.lang.Throwable)"><B>notifyFailed(Throwable)</B></A> - 3268 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 3269 <DD>Invoke this method to transition the service to the 3270 <A HREF="./com/google/common/base/Service.State.html#FAILED"><CODE>Service.State.FAILED</CODE></A>. 3271 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#notifyStarted()"><B>notifyStarted()</B></A> - 3272 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 3273 <DD>Implementing classes should invoke this method once their service has 3274 started. 3275 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#notifyStopped()"><B>notifyStopped()</B></A> - 3276 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 3277 <DD>Implementing classes should invoke this method once their service has 3278 stopped. 3279 <DT><A HREF="./com/google/common/base/Predicates.html#notNull()"><B>notNull()</B></A> - 3280 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 3281 <DD>Returns a predicate that evaluates to <code>true</code> if the object reference 3282 being tested is not null. 3283 <DT><A HREF="./com/google/common/io/NullOutputStream.html" title="class in com.google.common.io"><B>NullOutputStream</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>Implementation of <A HREF="http://java.sun.com/javase/6/docs/api/java/io/OutputStream.html?is-external=true" title="class or interface in java.io"><CODE>OutputStream</CODE></A> that simply discards written bytes.<DT><A HREF="./com/google/common/io/NullOutputStream.html#NullOutputStream()"><B>NullOutputStream()</B></A> - 3284 Constructor for class com.google.common.io.<A HREF="./com/google/common/io/NullOutputStream.html" title="class in com.google.common.io">NullOutputStream</A> 3285 <DD> 3286 <DT><A HREF="./com/google/common/collect/Ordering.html#nullsFirst()"><B>nullsFirst()</B></A> - 3287 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 3288 <DD>Returns an ordering that treats <code>null</code> as less than all other values 3289 and uses <code>this</code> to compare non-null values. 3290 <DT><A HREF="./com/google/common/collect/Ordering.html#nullsLast()"><B>nullsLast()</B></A> - 3291 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 3292 <DD>Returns an ordering that treats <code>null</code> as greater than all other 3293 values and uses this ordering to compare non-null values. 3294 </DL> 3295 <HR> 3296 <A NAME="_O_"><!-- --></A><H2> 3297 <B>O</B></H2> 3298 <DL> 3299 <DT><A HREF="./com/google/common/collect/ObjectArrays.html" title="class in com.google.common.collect"><B>ObjectArrays</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Static utility methods pertaining to object arrays.<DT><A HREF="./com/google/common/base/Objects.html" title="class in com.google.common.base"><B>Objects</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Helper functions that can operate on any <code>Object</code>.<DT><A HREF="./com/google/common/base/Objects.ToStringHelper.html" title="class in com.google.common.base"><B>Objects.ToStringHelper</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Support class for <A HREF="./com/google/common/base/Objects.html#toStringHelper(java.lang.Object)"><CODE>Objects.toStringHelper(java.lang.Object)</CODE></A>.<DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#of()"><B>of()</B></A> - 3300 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 3301 <DD>Returns the empty bimap. 3302 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#of(K, V)"><B>of(K, V)</B></A> - 3303 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 3304 <DD>Returns an immutable bimap containing a single entry. 3305 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#of(K, V, K, V)"><B>of(K, V, K, V)</B></A> - 3306 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 3307 <DD>Returns an immutable map containing the given entries, in order. 3308 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#of(K, V, K, V, K, V)"><B>of(K, V, K, V, K, V)</B></A> - 3309 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 3310 <DD>Returns an immutable map containing the given entries, in order. 3311 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#of(K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V)</B></A> - 3312 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 3313 <DD>Returns an immutable map containing the given entries, in order. 3314 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#of(K, V, K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V, K, V)</B></A> - 3315 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 3316 <DD>Returns an immutable map containing the given entries, in order. 3317 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of()"><B>of()</B></A> - 3318 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3319 <DD>Returns the empty immutable list. 3320 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E)"><B>of(E)</B></A> - 3321 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3322 <DD>Returns an immutable list containing a single element. 3323 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E, E)"><B>of(E, E)</B></A> - 3324 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3325 <DD>Identical to <A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><CODE>ImmutableList.of(Object[])</CODE></A>. 3326 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E, E, E)"><B>of(E, E, E)</B></A> - 3327 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3328 <DD>Identical to <A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><CODE>ImmutableList.of(Object[])</CODE></A>. 3329 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E, E, E, E)"><B>of(E, E, E, E)</B></A> - 3330 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3331 <DD>Identical to <A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><CODE>ImmutableList.of(Object[])</CODE></A>. 3332 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E, E, E, E, E)"><B>of(E, E, E, E, E)</B></A> - 3333 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3334 <DD>Identical to <A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><CODE>ImmutableList.of(Object[])</CODE></A>. 3335 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E, E, E, E, E, E)"><B>of(E, E, E, E, E, E)</B></A> - 3336 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3337 <DD>Identical to <A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><CODE>ImmutableList.of(Object[])</CODE></A>. 3338 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E, E, E, E, E, E, E)"><B>of(E, E, E, E, E, E, E)</B></A> - 3339 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3340 <DD>Identical to <A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><CODE>ImmutableList.of(Object[])</CODE></A>. 3341 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E, E, E, E, E, E, E, E)"><B>of(E, E, E, E, E, E, E, E)</B></A> - 3342 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3343 <DD>Identical to <A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><CODE>ImmutableList.of(Object[])</CODE></A>. 3344 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E, E, E, E, E, E, E, E, E)"><B>of(E, E, E, E, E, E, E, E, E)</B></A> - 3345 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3346 <DD>Identical to <A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><CODE>ImmutableList.of(Object[])</CODE></A>. 3347 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E, E, E, E, E, E, E, E, E, E)"><B>of(E, E, E, E, E, E, E, E, E, E)</B></A> - 3348 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3349 <DD>Identical to <A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><CODE>ImmutableList.of(Object[])</CODE></A>. 3350 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E, E, E, E, E, E, E, E, E, E, E)"><B>of(E, E, E, E, E, E, E, E, E, E, E)</B></A> - 3351 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3352 <DD>Identical to <A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><CODE>ImmutableList.of(Object[])</CODE></A>. 3353 <DT><A HREF="./com/google/common/collect/ImmutableList.html#of(E...)"><B>of(E...)</B></A> - 3354 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3355 <DD>Returns an immutable list containing the given elements, in order. 3356 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#of()"><B>of()</B></A> - 3357 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 3358 <DD>Returns the empty multimap. 3359 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#of(K, V)"><B>of(K, V)</B></A> - 3360 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 3361 <DD>Returns an immutable multimap containing a single entry. 3362 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#of(K, V, K, V)"><B>of(K, V, K, V)</B></A> - 3363 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 3364 <DD>Returns an immutable multimap containing the given entries, in order. 3365 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#of(K, V, K, V, K, V)"><B>of(K, V, K, V, K, V)</B></A> - 3366 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 3367 <DD>Returns an immutable multimap containing the given entries, in order. 3368 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#of(K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V)</B></A> - 3369 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 3370 <DD>Returns an immutable multimap containing the given entries, in order. 3371 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#of(K, V, K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V, K, V)</B></A> - 3372 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 3373 <DD>Returns an immutable multimap containing the given entries, in order. 3374 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#of()"><B>of()</B></A> - 3375 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 3376 <DD>Returns the empty map. 3377 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#of(K, V)"><B>of(K, V)</B></A> - 3378 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 3379 <DD>Returns an immutable map containing a single entry. 3380 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#of(K, V, K, V)"><B>of(K, V, K, V)</B></A> - 3381 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 3382 <DD>Returns an immutable map containing the given entries, in order. 3383 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#of(K, V, K, V, K, V)"><B>of(K, V, K, V, K, V)</B></A> - 3384 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 3385 <DD>Returns an immutable map containing the given entries, in order. 3386 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#of(K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V)</B></A> - 3387 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 3388 <DD>Returns an immutable map containing the given entries, in order. 3389 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#of(K, V, K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V, K, V)</B></A> - 3390 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 3391 <DD>Returns an immutable map containing the given entries, in order. 3392 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#of()"><B>of()</B></A> - 3393 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3394 <DD>Returns an empty multimap. 3395 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#of(K, V)"><B>of(K, V)</B></A> - 3396 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3397 <DD>Returns an immutable multimap containing a single entry. 3398 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#of(K, V, K, V)"><B>of(K, V, K, V)</B></A> - 3399 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3400 <DD>Returns an immutable multimap containing the given entries, in order. 3401 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#of(K, V, K, V, K, V)"><B>of(K, V, K, V, K, V)</B></A> - 3402 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3403 <DD>Returns an immutable multimap containing the given entries, in order. 3404 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#of(K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V)</B></A> - 3405 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3406 <DD>Returns an immutable multimap containing the given entries, in order. 3407 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#of(K, V, K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V, K, V)</B></A> - 3408 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3409 <DD>Returns an immutable multimap containing the given entries, in order. 3410 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#of()"><B>of()</B></A> - 3411 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 3412 <DD>Returns the empty immutable multiset. 3413 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#of(E...)"><B>of(E...)</B></A> - 3414 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 3415 <DD>Returns an immutable multiset containing the given elements. 3416 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#of()"><B>of()</B></A> - 3417 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 3418 <DD>Returns the empty immutable set. 3419 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#of(E)"><B>of(E)</B></A> - 3420 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 3421 <DD>Returns an immutable set containing a single element. 3422 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#of(E, E)"><B>of(E, E)</B></A> - 3423 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 3424 <DD>Returns an immutable set containing the given elements, in order. 3425 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#of(E, E, E)"><B>of(E, E, E)</B></A> - 3426 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 3427 <DD>Returns an immutable set containing the given elements, in order. 3428 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#of(E, E, E, E)"><B>of(E, E, E, E)</B></A> - 3429 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 3430 <DD>Returns an immutable set containing the given elements, in order. 3431 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#of(E, E, E, E, E)"><B>of(E, E, E, E, E)</B></A> - 3432 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 3433 <DD>Returns an immutable set containing the given elements, in order. 3434 <DT><A HREF="./com/google/common/collect/ImmutableSet.html#of(E...)"><B>of(E...)</B></A> - 3435 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSet.html" title="class in com.google.common.collect">ImmutableSet</A> 3436 <DD>Returns an immutable set containing the given elements, in order. 3437 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#of()"><B>of()</B></A> - 3438 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 3439 <DD>Returns the empty multimap. 3440 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#of(K, V)"><B>of(K, V)</B></A> - 3441 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 3442 <DD>Returns an immutable multimap containing a single entry. 3443 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#of(K, V, K, V)"><B>of(K, V, K, V)</B></A> - 3444 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 3445 <DD>Returns an immutable multimap containing the given entries, in order. 3446 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#of(K, V, K, V, K, V)"><B>of(K, V, K, V, K, V)</B></A> - 3447 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 3448 <DD>Returns an immutable multimap containing the given entries, in order. 3449 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#of(K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V)</B></A> - 3450 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 3451 <DD>Returns an immutable multimap containing the given entries, in order. 3452 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#of(K, V, K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V, K, V)</B></A> - 3453 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 3454 <DD>Returns an immutable multimap containing the given entries, in order. 3455 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#of()"><B>of()</B></A> - 3456 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 3457 <DD>Returns the empty sorted map. 3458 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#of(K, V)"><B>of(K, V)</B></A> - 3459 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 3460 <DD>Returns an immutable map containing a single entry. 3461 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#of(K, V, K, V)"><B>of(K, V, K, V)</B></A> - 3462 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 3463 <DD>Returns an immutable sorted map containing the given entries, sorted by the 3464 natural ordering of their keys. 3465 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#of(K, V, K, V, K, V)"><B>of(K, V, K, V, K, V)</B></A> - 3466 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 3467 <DD>Returns an immutable sorted map containing the given entries, sorted by the 3468 natural ordering of their keys. 3469 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#of(K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V)</B></A> - 3470 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 3471 <DD>Returns an immutable sorted map containing the given entries, sorted by the 3472 natural ordering of their keys. 3473 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#of(K, V, K, V, K, V, K, V, K, V)"><B>of(K, V, K, V, K, V, K, V, K, V)</B></A> - 3474 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 3475 <DD>Returns an immutable sorted map containing the given entries, sorted by the 3476 natural ordering of their keys. 3477 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#of()"><B>of()</B></A> - 3478 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 3479 <DD>Returns the empty immutable sorted set. 3480 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#of(E)"><B>of(E)</B></A> - 3481 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 3482 <DD>Returns an immutable sorted set containing a single element. 3483 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#of(E, E)"><B>of(E, E)</B></A> - 3484 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 3485 <DD>Returns an immutable sorted set containing the given elements sorted by 3486 their natural ordering. 3487 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#of(E, E, E)"><B>of(E, E, E)</B></A> - 3488 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 3489 <DD>Returns an immutable sorted set containing the given elements sorted by 3490 their natural ordering. 3491 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#of(E, E, E, E)"><B>of(E, E, E, E)</B></A> - 3492 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 3493 <DD>Returns an immutable sorted set containing the given elements sorted by 3494 their natural ordering. 3495 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#of(E, E, E, E, E)"><B>of(E, E, E, E, E)</B></A> - 3496 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 3497 <DD>Returns an immutable sorted set containing the given elements sorted by 3498 their natural ordering. 3499 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#of(E...)"><B>of(E...)</B></A> - 3500 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 3501 <DD>Returns an immutable sorted set containing the given elements sorted by 3502 their natural ordering. 3503 <DT><A HREF="./com/google/common/collect/ForwardingQueue.html#offer(E)"><B>offer(E)</B></A> - 3504 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingQueue.html" title="class in com.google.common.collect">ForwardingQueue</A> 3505 <DD> 3506 <DT><A HREF="./com/google/common/base/Suppliers.html#ofInstance(T)"><B>ofInstance(T)</B></A> - 3507 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Suppliers.html" title="class in com.google.common.base">Suppliers</A> 3508 <DD>Returns a supplier that always supplies <code>instance</code>. 3509 <DT><A HREF="./com/google/common/base/Splitter.html#omitEmptyStrings()"><B>omitEmptyStrings()</B></A> - 3510 Method in class com.google.common.base.<A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A> 3511 <DD>Returns a splitter that behaves equivalently to <code>this</code> splitter, but 3512 automatically omits empty strings from the results. 3513 <DT><A HREF="./com/google/common/base/Joiner.html#on(java.lang.String)"><B>on(String)</B></A> - 3514 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 3515 <DD>Returns a joiner which automatically places <code>separator</code> between 3516 consecutive elements. 3517 <DT><A HREF="./com/google/common/base/Joiner.html#on(char)"><B>on(char)</B></A> - 3518 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 3519 <DD>Returns a joiner which automatically places <code>separator</code> between 3520 consecutive elements. 3521 <DT><A HREF="./com/google/common/base/Splitter.html#on(char)"><B>on(char)</B></A> - 3522 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A> 3523 <DD>Returns a splitter that uses the given single-character separator. 3524 <DT><A HREF="./com/google/common/base/Splitter.html#on(com.google.common.base.CharMatcher)"><B>on(CharMatcher)</B></A> - 3525 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A> 3526 <DD>Returns a splitter that considers any single character matched by the 3527 given <code>CharMatcher</code> to be a separator. 3528 <DT><A HREF="./com/google/common/base/Splitter.html#on(java.lang.String)"><B>on(String)</B></A> - 3529 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A> 3530 <DD>Returns a splitter that uses the given fixed string as a separator. 3531 <DT><A HREF="./com/google/common/base/Splitter.html#on(java.util.regex.Pattern)"><B>on(Pattern)</B></A> - 3532 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A> 3533 <DD>Returns a splitter that considers any subsequence matching <code>pattern</code> to be a separator. 3534 <DT><A HREF="./com/google/common/base/Splitter.html#onPattern(java.lang.String)"><B>onPattern(String)</B></A> - 3535 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A> 3536 <DD>Returns a splitter that considers any subsequence matching a given 3537 pattern (regular expression) to be a separator. 3538 <DT><A HREF="./com/google/common/collect/Ordering.html#onResultOf(com.google.common.base.Function)"><B>onResultOf(Function<F, ? extends T>)</B></A> - 3539 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 3540 <DD>Returns a new ordering on <code>F</code> which orders elements by first applying 3541 a function to them, then comparing those results using <code>this</code>. 3542 <DT><A HREF="./com/google/common/base/CharMatcher.html#or(com.google.common.base.CharMatcher)"><B>or(CharMatcher)</B></A> - 3543 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 3544 <DD>Returns a matcher that matches any character matched by either this matcher 3545 or <code>other</code>. 3546 <DT><A HREF="./com/google/common/base/Predicates.html#or(java.lang.Iterable)"><B>or(Iterable<? extends Predicate<? super T>>)</B></A> - 3547 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 3548 <DD>Returns a predicate that evaluates to <code>true</code> if any one of its 3549 components evaluates to <code>true</code>. 3550 <DT><A HREF="./com/google/common/base/Predicates.html#or(com.google.common.base.Predicate...)"><B>or(Predicate<? super T>...)</B></A> - 3551 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 3552 <DD>Returns a predicate that evaluates to <code>true</code> if any one of its 3553 components evaluates to <code>true</code>. 3554 <DT><A HREF="./com/google/common/base/Predicates.html#or(com.google.common.base.Predicate, com.google.common.base.Predicate)"><B>or(Predicate<? super T>, Predicate<? super T>)</B></A> - 3555 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base">Predicates</A> 3556 <DD>Returns a predicate that evaluates to <code>true</code> if either of its 3557 components evaluates to <code>true</code>. 3558 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#orderedBy(java.util.Comparator)"><B>orderedBy(Comparator<K>)</B></A> - 3559 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 3560 <DD>Returns a builder that creates immutable sorted maps with an explicit 3561 comparator. 3562 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#orderedBy(java.util.Comparator)"><B>orderedBy(Comparator<E>)</B></A> - 3563 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 3564 <DD>Returns a builder that creates immutable sorted sets with an explicit 3565 comparator. 3566 <DT><A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect"><B>Ordering</B></A><<A HREF="./com/google/common/collect/Ordering.html" title="type parameter in Ordering">T</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A comparator with added methods to support common functions.<DT><A HREF="./com/google/common/collect/Ordering.html#Ordering()"><B>Ordering()</B></A> - 3567 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 3568 <DD>Constructs a new instance of this class (only invokable by the subclass 3569 constructor, typically implicit). 3570 <DT><A HREF="./com/google/common/io/OutputSupplier.html" title="interface in com.google.common.io"><B>OutputSupplier</B></A><<A HREF="./com/google/common/io/OutputSupplier.html" title="type parameter in OutputSupplier">T</A>> - Interface in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>An factory for writable streams of bytes or characters.</DL> 3571 <HR> 3572 <A NAME="_P_"><!-- --></A><H2> 3573 <B>P</B></H2> 3574 <DL> 3575 <DT><A HREF="./com/google/common/collect/Iterables.html#paddedPartition(java.lang.Iterable, int)"><B>paddedPartition(Iterable<T>, int)</B></A> - 3576 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 3577 <DD>Divides an iterable into unmodifiable sublists of the given size, padding 3578 the final iterable with null values if necessary. 3579 <DT><A HREF="./com/google/common/collect/Iterators.html#paddedPartition(java.util.Iterator, int)"><B>paddedPartition(Iterator<T>, int)</B></A> - 3580 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 3581 <DD>Divides an iterator into unmodifiable sublists of the given size, padding 3582 the final iterator with null values if necessary. 3583 <DT><A HREF="./com/google/common/collect/Iterables.html#partition(java.lang.Iterable, int)"><B>partition(Iterable<T>, int)</B></A> - 3584 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 3585 <DD>Divides an iterable into unmodifiable sublists of the given size (the final 3586 iterable may be smaller). 3587 <DT><A HREF="./com/google/common/collect/Iterators.html#partition(java.util.Iterator, int)"><B>partition(Iterator<T>, int)</B></A> - 3588 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 3589 <DD>Divides an iterator into unmodifiable sublists of the given size (the final 3590 list may be smaller). 3591 <DT><A HREF="./com/google/common/collect/Lists.html#partition(java.util.List, int)"><B>partition(List<T>, int)</B></A> - 3592 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 3593 <DD>Returns consecutive <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true#subList(int, int)" title="class or interface in java.util">sublists</A> of a list, 3594 each of the same size (the final list may be smaller). 3595 <DT><A HREF="./com/google/common/io/PatternFilenameFilter.html" title="class in com.google.common.io"><B>PatternFilenameFilter</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>File name filter that only accepts files matching a regular expression.<DT><A HREF="./com/google/common/io/PatternFilenameFilter.html#PatternFilenameFilter(java.lang.String)"><B>PatternFilenameFilter(String)</B></A> - 3596 Constructor for class com.google.common.io.<A HREF="./com/google/common/io/PatternFilenameFilter.html" title="class in com.google.common.io">PatternFilenameFilter</A> 3597 <DD>Constructs a pattern file name filter object. 3598 <DT><A HREF="./com/google/common/io/PatternFilenameFilter.html#PatternFilenameFilter(java.util.regex.Pattern)"><B>PatternFilenameFilter(Pattern)</B></A> - 3599 Constructor for class com.google.common.io.<A HREF="./com/google/common/io/PatternFilenameFilter.html" title="class in com.google.common.io">PatternFilenameFilter</A> 3600 <DD>Constructs a pattern file name filter object. 3601 <DT><A HREF="./com/google/common/collect/AbstractIterator.html#peek()"><B>peek()</B></A> - 3602 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/AbstractIterator.html" title="class in com.google.common.collect">AbstractIterator</A> 3603 <DD>Returns the next element in the iteration without advancing the iteration, 3604 according to the contract of <A HREF="./com/google/common/collect/PeekingIterator.html#peek()"><CODE>PeekingIterator.peek()</CODE></A>. 3605 <DT><A HREF="./com/google/common/collect/ForwardingQueue.html#peek()"><B>peek()</B></A> - 3606 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingQueue.html" title="class in com.google.common.collect">ForwardingQueue</A> 3607 <DD> 3608 <DT><A HREF="./com/google/common/collect/PeekingIterator.html#peek()"><B>peek()</B></A> - 3609 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/PeekingIterator.html" title="interface in com.google.common.collect">PeekingIterator</A> 3610 <DD>Returns the next element in the iteration, without advancing the iteration. 3611 <DT><A HREF="./com/google/common/collect/Iterators.html#peekingIterator(java.util.Iterator)"><B>peekingIterator(Iterator<? extends T>)</B></A> - 3612 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 3613 <DD>Returns a <code>PeekingIterator</code> backed by the given iterator. 3614 <DT><A HREF="./com/google/common/collect/PeekingIterator.html" title="interface in com.google.common.collect"><B>PeekingIterator</B></A><<A HREF="./com/google/common/collect/PeekingIterator.html" title="type parameter in PeekingIterator">E</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An iterator that supports a one-element lookahead while iterating.<DT><A HREF="./com/google/common/collect/ForwardingQueue.html#poll()"><B>poll()</B></A> - 3615 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingQueue.html" title="class in com.google.common.collect">ForwardingQueue</A> 3616 <DD> 3617 <DT><A HREF="./com/google/common/base/CharMatcher.html#precomputed()"><B>precomputed()</B></A> - 3618 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 3619 <DD>Returns a <code>char</code> matcher functionally equivalent to this one, but 3620 which may be faster to query than the original; your mileage may vary. 3621 <DT><A HREF="./com/google/common/base/Preconditions.html" title="class in com.google.common.base"><B>Preconditions</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Simple static methods to be called at the start of your own methods to verify 3622 correct arguments and state.<DT><A HREF="./com/google/common/base/Predicate.html" title="interface in com.google.common.base"><B>Predicate</B></A><<A HREF="./com/google/common/base/Predicate.html" title="type parameter in Predicate">T</A>> - Interface in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Determines a true or false value for a given input.<DT><A HREF="./com/google/common/base/Predicates.html" title="class in com.google.common.base"><B>Predicates</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Contains static factory methods for creating <code>Predicate</code> instances.<DT><A HREF="./com/google/common/collect/ForwardingListIterator.html#previous()"><B>previous()</B></A> - 3623 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingListIterator.html" title="class in com.google.common.collect">ForwardingListIterator</A> 3624 <DD> 3625 <DT><A HREF="./com/google/common/collect/ForwardingListIterator.html#previousIndex()"><B>previousIndex()</B></A> - 3626 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingListIterator.html" title="class in com.google.common.collect">ForwardingListIterator</A> 3627 <DD> 3628 <DT><A HREF="./com/google/common/primitives/Primitives.html#PRIMITIVE_TO_WRAPPER_TYPE"><B>PRIMITIVE_TO_WRAPPER_TYPE</B></A> - 3629 Static variable in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Primitives.html" title="class in com.google.common.primitives">Primitives</A> 3630 <DD>A map from primitive types to their corresponding wrapper types. 3631 <DT><A HREF="./com/google/common/primitives/Primitives.html#PRIMITIVE_TYPES"><B>PRIMITIVE_TYPES</B></A> - 3632 Static variable in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Primitives.html" title="class in com.google.common.primitives">Primitives</A> 3633 <DD>All nine primitive types (including void). 3634 <DT><A HREF="./com/google/common/primitives/Primitives.html" title="class in com.google.common.primitives"><B>Primitives</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Contains static utility methods pertaining to primitive types and their 3635 corresponding wrapper types.<DT><A HREF="./com/google/common/io/ByteProcessor.html#processBytes(byte[], int, int)"><B>processBytes(byte[], int, int)</B></A> - 3636 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteProcessor.html" title="interface in com.google.common.io">ByteProcessor</A> 3637 <DD>This method will be called for each chunk of bytes in an 3638 input stream. 3639 <DT><A HREF="./com/google/common/io/LineProcessor.html#processLine(java.lang.String)"><B>processLine(String)</B></A> - 3640 Method in interface com.google.common.io.<A HREF="./com/google/common/io/LineProcessor.html" title="interface in com.google.common.io">LineProcessor</A> 3641 <DD>This method will be called once for each line. 3642 <DT><A HREF="./com/google/common/base/Throwables.html#propagate(java.lang.Throwable)"><B>propagate(Throwable)</B></A> - 3643 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Throwables.html" title="class in com.google.common.base">Throwables</A> 3644 <DD>Propagates <code>throwable</code> as-is if it is an instance of 3645 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><CODE>RuntimeException</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang"><CODE>Error</CODE></A>, or else as a last resort, wraps 3646 it in a <code>RuntimeException</code> then propagates. 3647 <DT><A HREF="./com/google/common/base/Throwables.html#propagateIfInstanceOf(java.lang.Throwable, java.lang.Class)"><B>propagateIfInstanceOf(Throwable, Class<X>)</B></A> - 3648 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Throwables.html" title="class in com.google.common.base">Throwables</A> 3649 <DD>Propagates <code>throwable</code> exactly as-is, if and only if it is an 3650 instance of <code>declaredType</code>. 3651 <DT><A HREF="./com/google/common/base/Throwables.html#propagateIfPossible(java.lang.Throwable)"><B>propagateIfPossible(Throwable)</B></A> - 3652 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Throwables.html" title="class in com.google.common.base">Throwables</A> 3653 <DD>Propagates <code>throwable</code> exactly as-is, if and only if it is an 3654 instance of <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><CODE>RuntimeException</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang"><CODE>Error</CODE></A>. 3655 <DT><A HREF="./com/google/common/base/Throwables.html#propagateIfPossible(java.lang.Throwable, java.lang.Class)"><B>propagateIfPossible(Throwable, Class<X>)</B></A> - 3656 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Throwables.html" title="class in com.google.common.base">Throwables</A> 3657 <DD>Propagates <code>throwable</code> exactly as-is, if and only if it is an 3658 instance of <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><CODE>RuntimeException</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang"><CODE>Error</CODE></A>, or 3659 <code>declaredType</code>. 3660 <DT><A HREF="./com/google/common/base/Throwables.html#propagateIfPossible(java.lang.Throwable, java.lang.Class, java.lang.Class)"><B>propagateIfPossible(Throwable, Class<X1>, Class<X2>)</B></A> - 3661 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Throwables.html" title="class in com.google.common.base">Throwables</A> 3662 <DD>Propagates <code>throwable</code> exactly as-is, if and only if it is an 3663 instance of <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><CODE>RuntimeException</CODE></A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Error.html?is-external=true" title="class or interface in java.lang"><CODE>Error</CODE></A>, <code>aDeclaredType</code>, 3664 or <code>anotherDeclaredType</code>. 3665 <DT><A HREF="./com/google/common/collect/BiMap.html#put(K, V)"><B>put(K, V)</B></A> - 3666 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/BiMap.html" title="interface in com.google.common.collect">BiMap</A> 3667 <DD> 3668 <DT><A HREF="./com/google/common/collect/EnumHashBiMap.html#put(K, V)"><B>put(K, V)</B></A> - 3669 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumHashBiMap.html" title="class in com.google.common.collect">EnumHashBiMap</A> 3670 <DD> 3671 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#put(K, V)"><B>put(K, V)</B></A> - 3672 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 3673 <DD> 3674 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#put(K, V)"><B>put(K, V)</B></A> - 3675 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 3676 <DD> 3677 <DT><A HREF="./com/google/common/collect/HashBiMap.html#put(K, V)"><B>put(K, V)</B></A> - 3678 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/HashBiMap.html" title="class in com.google.common.collect">HashBiMap</A> 3679 <DD> 3680 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html#put(K, V)"><B>put(K, V)</B></A> - 3681 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html" title="class in com.google.common.collect">ImmutableBiMap.Builder</A> 3682 <DD>Associates <code>key</code> with <code>value</code> in the built bimap. 3683 <DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html#put(java.lang.Class, T)"><B>put(Class<T>, T)</B></A> - 3684 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html" title="class in com.google.common.collect">ImmutableClassToInstanceMap.Builder</A> 3685 <DD>Associates <code>key</code> with <code>value</code> in the built map. 3686 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html#put(K, V)"><B>put(K, V)</B></A> - 3687 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect">ImmutableListMultimap.Builder</A> 3688 <DD>Adds a key-value mapping to the built multimap. 3689 <DT><A HREF="./com/google/common/collect/ImmutableMap.Builder.html#put(K, V)"><B>put(K, V)</B></A> - 3690 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.Builder.html" title="class in com.google.common.collect">ImmutableMap.Builder</A> 3691 <DD>Associates <code>key</code> with <code>value</code> in the built map. 3692 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#put(K, V)"><B>put(K, V)</B></A> - 3693 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 3694 <DD>Guaranteed to throw an exception and leave the map unmodified. 3695 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html#put(K, V)"><B>put(K, V)</B></A> - 3696 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="class in com.google.common.collect">ImmutableMultimap.Builder</A> 3697 <DD>Adds a key-value mapping to the built multimap. 3698 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#put(K, V)"><B>put(K, V)</B></A> - 3699 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3700 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 3701 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html#put(K, V)"><B>put(K, V)</B></A> - 3702 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="class in com.google.common.collect">ImmutableSetMultimap.Builder</A> 3703 <DD>Adds a key-value mapping to the built multimap if it is not already 3704 present. 3705 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html#put(K, V)"><B>put(K, V)</B></A> - 3706 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</A> 3707 <DD>Associates <code>key</code> with <code>value</code> in the built map. 3708 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#put(K, V)"><B>put(K, V)</B></A> - 3709 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 3710 <DD>Stores a key-value pair in the multimap. 3711 <DT><A HREF="./com/google/common/collect/Multimap.html#put(K, V)"><B>put(K, V)</B></A> - 3712 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 3713 <DD>Stores a key-value pair in the multimap. 3714 <DT><A HREF="./com/google/common/collect/BiMap.html#putAll(java.util.Map)"><B>putAll(Map<? extends K, ? extends V>)</B></A> - 3715 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/BiMap.html" title="interface in com.google.common.collect">BiMap</A> 3716 <DD> 3717 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#putAll(java.util.Map)"><B>putAll(Map<? extends K, ? extends V>)</B></A> - 3718 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 3719 <DD> 3720 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#putAll(K, java.lang.Iterable)"><B>putAll(K, Iterable<? extends V>)</B></A> - 3721 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 3722 <DD> 3723 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#putAll(com.google.common.collect.Multimap)"><B>putAll(Multimap<? extends K, ? extends V>)</B></A> - 3724 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 3725 <DD> 3726 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html#putAll(java.util.Map)"><B>putAll(Map<? extends K, ? extends V>)</B></A> - 3727 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.Builder.html" title="class in com.google.common.collect">ImmutableBiMap.Builder</A> 3728 <DD>Associates all of the given map's keys and values in the built bimap. 3729 <DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html#putAll(java.util.Map)"><B>putAll(Map<? extends Class<? extends T>, ? extends T>)</B></A> - 3730 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.Builder.html" title="class in com.google.common.collect">ImmutableClassToInstanceMap.Builder</A> 3731 <DD>Associates all of <code>map's</code> keys and values in the built map. 3732 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html#putAll(K, java.lang.Iterable)"><B>putAll(K, Iterable<? extends V>)</B></A> - 3733 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect">ImmutableListMultimap.Builder</A> 3734 <DD>Stores a collection of values with the same key in the built multimap. 3735 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html#putAll(K, V...)"><B>putAll(K, V...)</B></A> - 3736 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect">ImmutableListMultimap.Builder</A> 3737 <DD>Stores an array of values with the same key in the built multimap. 3738 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html#putAll(com.google.common.collect.Multimap)"><B>putAll(Multimap<? extends K, ? extends V>)</B></A> - 3739 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.Builder.html" title="class in com.google.common.collect">ImmutableListMultimap.Builder</A> 3740 <DD>Stores another multimap's entries in the built multimap. 3741 <DT><A HREF="./com/google/common/collect/ImmutableMap.Builder.html#putAll(java.util.Map)"><B>putAll(Map<? extends K, ? extends V>)</B></A> - 3742 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.Builder.html" title="class in com.google.common.collect">ImmutableMap.Builder</A> 3743 <DD>Associates all of the given map's keys and values in the built map. 3744 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#putAll(java.util.Map)"><B>putAll(Map<? extends K, ? extends V>)</B></A> - 3745 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 3746 <DD>Guaranteed to throw an exception and leave the map unmodified. 3747 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html#putAll(K, java.lang.Iterable)"><B>putAll(K, Iterable<? extends V>)</B></A> - 3748 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="class in com.google.common.collect">ImmutableMultimap.Builder</A> 3749 <DD>Stores a collection of values with the same key in the built multimap. 3750 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html#putAll(K, V...)"><B>putAll(K, V...)</B></A> - 3751 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="class in com.google.common.collect">ImmutableMultimap.Builder</A> 3752 <DD>Stores an array of values with the same key in the built multimap. 3753 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html#putAll(com.google.common.collect.Multimap)"><B>putAll(Multimap<? extends K, ? extends V>)</B></A> - 3754 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.Builder.html" title="class in com.google.common.collect">ImmutableMultimap.Builder</A> 3755 <DD>Stores another multimap's entries in the built multimap. 3756 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#putAll(K, java.lang.Iterable)"><B>putAll(K, Iterable<? extends V>)</B></A> - 3757 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3758 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 3759 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#putAll(com.google.common.collect.Multimap)"><B>putAll(Multimap<? extends K, ? extends V>)</B></A> - 3760 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3761 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 3762 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html#putAll(K, java.lang.Iterable)"><B>putAll(K, Iterable<? extends V>)</B></A> - 3763 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="class in com.google.common.collect">ImmutableSetMultimap.Builder</A> 3764 <DD>Stores a collection of values with the same key in the built multimap. 3765 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html#putAll(K, V...)"><B>putAll(K, V...)</B></A> - 3766 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="class in com.google.common.collect">ImmutableSetMultimap.Builder</A> 3767 <DD>Stores an array of values with the same key in the built multimap. 3768 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html#putAll(com.google.common.collect.Multimap)"><B>putAll(Multimap<? extends K, ? extends V>)</B></A> - 3769 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.Builder.html" title="class in com.google.common.collect">ImmutableSetMultimap.Builder</A> 3770 <DD>Stores another multimap's entries in the built multimap. 3771 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html#putAll(java.util.Map)"><B>putAll(Map<? extends K, ? extends V>)</B></A> - 3772 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.Builder.html" title="class in com.google.common.collect">ImmutableSortedMap.Builder</A> 3773 <DD>Associates all of the given map's keys and values in the built map. 3774 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#putAll(K, java.lang.Iterable)"><B>putAll(K, Iterable<? extends V>)</B></A> - 3775 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 3776 <DD> 3777 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#putAll(com.google.common.collect.Multimap)"><B>putAll(Multimap<? extends K, ? extends V>)</B></A> - 3778 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 3779 <DD> 3780 <DT><A HREF="./com/google/common/collect/Multimap.html#putAll(K, java.lang.Iterable)"><B>putAll(K, Iterable<? extends V>)</B></A> - 3781 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 3782 <DD>Stores a collection of values with the same key. 3783 <DT><A HREF="./com/google/common/collect/Multimap.html#putAll(com.google.common.collect.Multimap)"><B>putAll(Multimap<? extends K, ? extends V>)</B></A> - 3784 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 3785 <DD>Copies all of another multimap's key-value pairs into this multimap. 3786 <DT><A HREF="./com/google/common/collect/ForwardingConcurrentMap.html#putIfAbsent(K, V)"><B>putIfAbsent(K, V)</B></A> - 3787 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingConcurrentMap.html" title="class in com.google.common.collect">ForwardingConcurrentMap</A> 3788 <DD> 3789 <DT><A HREF="./com/google/common/collect/ClassToInstanceMap.html#putInstance(java.lang.Class, T)"><B>putInstance(Class<T>, T)</B></A> - 3790 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/ClassToInstanceMap.html" title="interface in com.google.common.collect">ClassToInstanceMap</A> 3791 <DD>Maps the specified class to the specified value. 3792 <DT><A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html#putInstance(java.lang.Class, T)"><B>putInstance(Class<T>, T)</B></A> - 3793 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableClassToInstanceMap.html" title="class in com.google.common.collect">ImmutableClassToInstanceMap</A> 3794 <DD>Guaranteed to throw an exception and leave the map unmodified. 3795 <DT><A HREF="./com/google/common/collect/MutableClassToInstanceMap.html#putInstance(java.lang.Class, T)"><B>putInstance(Class<T>, T)</B></A> - 3796 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MutableClassToInstanceMap.html" title="class in com.google.common.collect">MutableClassToInstanceMap</A> 3797 <DD> 3798 </DL> 3799 <HR> 3800 <A NAME="_R_"><!-- --></A><H2> 3801 <B>R</B></H2> 3802 <DL> 3803 <DT><A HREF="./com/google/common/io/ByteStreams.html#read(java.io.InputStream, byte[], int, int)"><B>read(InputStream, byte[], int, int)</B></A> - 3804 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 3805 <DD>Reads some bytes from an input stream and stores them into the buffer array 3806 <code>b</code>. 3807 <DT><A HREF="./com/google/common/io/CountingInputStream.html#read()"><B>read()</B></A> - 3808 Method in class com.google.common.io.<A HREF="./com/google/common/io/CountingInputStream.html" title="class in com.google.common.io">CountingInputStream</A> 3809 <DD> 3810 <DT><A HREF="./com/google/common/io/CountingInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - 3811 Method in class com.google.common.io.<A HREF="./com/google/common/io/CountingInputStream.html" title="class in com.google.common.io">CountingInputStream</A> 3812 <DD> 3813 <DT><A HREF="./com/google/common/io/LimitInputStream.html#read()"><B>read()</B></A> - 3814 Method in class com.google.common.io.<A HREF="./com/google/common/io/LimitInputStream.html" title="class in com.google.common.io">LimitInputStream</A> 3815 <DD> 3816 <DT><A HREF="./com/google/common/io/LimitInputStream.html#read(byte[], int, int)"><B>read(byte[], int, int)</B></A> - 3817 Method in class com.google.common.io.<A HREF="./com/google/common/io/LimitInputStream.html" title="class in com.google.common.io">LimitInputStream</A> 3818 <DD> 3819 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readBoolean()"><B>readBoolean()</B></A> - 3820 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3821 <DD> 3822 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readByte()"><B>readByte()</B></A> - 3823 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3824 <DD> 3825 <DT><A HREF="./com/google/common/io/ByteStreams.html#readBytes(com.google.common.io.InputSupplier, com.google.common.io.ByteProcessor)"><B>readBytes(InputSupplier<? extends InputStream>, ByteProcessor<T>)</B></A> - 3826 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 3827 <DD>Process the bytes of a supplied stream 3828 <DT><A HREF="./com/google/common/io/Files.html#readBytes(java.io.File, com.google.common.io.ByteProcessor)"><B>readBytes(File, ByteProcessor<T>)</B></A> - 3829 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3830 <DD>Process the bytes of a file. 3831 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readChar()"><B>readChar()</B></A> - 3832 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3833 <DD> 3834 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readDouble()"><B>readDouble()</B></A> - 3835 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3836 <DD> 3837 <DT><A HREF="./com/google/common/io/CharStreams.html#readFirstLine(com.google.common.io.InputSupplier)"><B>readFirstLine(InputSupplier<R>)</B></A> - 3838 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 3839 <DD>Reads the first line from a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A> & <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><CODE>Closeable</CODE></A> object 3840 supplied by a factory. 3841 <DT><A HREF="./com/google/common/io/Files.html#readFirstLine(java.io.File, java.nio.charset.Charset)"><B>readFirstLine(File, Charset)</B></A> - 3842 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3843 <DD>Reads the first line from a file. 3844 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readFloat()"><B>readFloat()</B></A> - 3845 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3846 <DD> 3847 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readFully(byte[])"><B>readFully(byte[])</B></A> - 3848 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3849 <DD> 3850 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readFully(byte[], int, int)"><B>readFully(byte[], int, int)</B></A> - 3851 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3852 <DD> 3853 <DT><A HREF="./com/google/common/io/ByteStreams.html#readFully(java.io.InputStream, byte[])"><B>readFully(InputStream, byte[])</B></A> - 3854 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 3855 <DD>Attempts to read enough bytes from the stream to fill the given byte array, 3856 with the same behavior as <A HREF="http://java.sun.com/javase/6/docs/api/java/io/DataInput.html?is-external=true#readFully(byte[])" title="class or interface in java.io"><CODE>DataInput.readFully(byte[])</CODE></A>. 3857 <DT><A HREF="./com/google/common/io/ByteStreams.html#readFully(java.io.InputStream, byte[], int, int)"><B>readFully(InputStream, byte[], int, int)</B></A> - 3858 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 3859 <DD>Attempts to read <code>len</code> bytes from the stream into the given array 3860 starting at <code>off</code>, with the same behavior as 3861 <A HREF="http://java.sun.com/javase/6/docs/api/java/io/DataInput.html?is-external=true#readFully(byte[], int, int)" title="class or interface in java.io"><CODE>DataInput.readFully(byte[], int, int)</CODE></A>. 3862 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readInt()"><B>readInt()</B></A> - 3863 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3864 <DD> 3865 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readLine()"><B>readLine()</B></A> - 3866 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3867 <DD> 3868 <DT><A HREF="./com/google/common/io/LineReader.html#readLine()"><B>readLine()</B></A> - 3869 Method in class com.google.common.io.<A HREF="./com/google/common/io/LineReader.html" title="class in com.google.common.io">LineReader</A> 3870 <DD>Reads a line of text. 3871 <DT><A HREF="./com/google/common/io/CharStreams.html#readLines(com.google.common.io.InputSupplier)"><B>readLines(InputSupplier<R>)</B></A> - 3872 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 3873 <DD>Reads all of the lines from a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A> & <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><CODE>Closeable</CODE></A> object 3874 supplied by a factory. 3875 <DT><A HREF="./com/google/common/io/CharStreams.html#readLines(java.lang.Readable)"><B>readLines(Readable)</B></A> - 3876 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 3877 <DD>Reads all of the lines from a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A> object. 3878 <DT><A HREF="./com/google/common/io/CharStreams.html#readLines(com.google.common.io.InputSupplier, com.google.common.io.LineProcessor)"><B>readLines(InputSupplier<R>, LineProcessor<T>)</B></A> - 3879 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 3880 <DD>Streams lines from a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A> and <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><CODE>Closeable</CODE></A> object 3881 supplied by a factory, stopping when our callback returns false, or we 3882 have read all of the lines. 3883 <DT><A HREF="./com/google/common/io/Files.html#readLines(java.io.File, java.nio.charset.Charset)"><B>readLines(File, Charset)</B></A> - 3884 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3885 <DD>Reads all of the lines from a file. 3886 <DT><A HREF="./com/google/common/io/Files.html#readLines(java.io.File, java.nio.charset.Charset, com.google.common.io.LineProcessor)"><B>readLines(File, Charset, LineProcessor<T>)</B></A> - 3887 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 3888 <DD>Streams lines from a <A HREF="http://java.sun.com/javase/6/docs/api/java/io/File.html?is-external=true" title="class or interface in java.io"><CODE>File</CODE></A>, stopping when our callback returns 3889 false, or we have read all of the lines. 3890 <DT><A HREF="./com/google/common/io/Resources.html#readLines(java.net.URL, java.nio.charset.Charset, com.google.common.io.LineProcessor)"><B>readLines(URL, Charset, LineProcessor<T>)</B></A> - 3891 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io">Resources</A> 3892 <DD>Streams lines from a URL, stopping when our callback returns false, or we 3893 have read all of the lines. 3894 <DT><A HREF="./com/google/common/io/Resources.html#readLines(java.net.URL, java.nio.charset.Charset)"><B>readLines(URL, Charset)</B></A> - 3895 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io">Resources</A> 3896 <DD>Reads all of the lines from a URL. 3897 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readLong()"><B>readLong()</B></A> - 3898 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3899 <DD> 3900 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readShort()"><B>readShort()</B></A> - 3901 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3902 <DD> 3903 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readUnsignedByte()"><B>readUnsignedByte()</B></A> - 3904 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3905 <DD> 3906 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readUnsignedShort()"><B>readUnsignedShort()</B></A> - 3907 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3908 <DD> 3909 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#readUTF()"><B>readUTF()</B></A> - 3910 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 3911 <DD> 3912 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#remove(java.lang.Object, int)"><B>remove(Object, int)</B></A> - 3913 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 3914 <DD>Removes a number of occurrences of the specified element from this 3915 multiset. 3916 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 3917 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 3918 <DD> 3919 <DT><A HREF="./com/google/common/collect/ForwardingConcurrentMap.html#remove(java.lang.Object, java.lang.Object)"><B>remove(Object, Object)</B></A> - 3920 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingConcurrentMap.html" title="class in com.google.common.collect">ForwardingConcurrentMap</A> 3921 <DD> 3922 <DT><A HREF="./com/google/common/collect/ForwardingIterator.html#remove()"><B>remove()</B></A> - 3923 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingIterator.html" title="class in com.google.common.collect">ForwardingIterator</A> 3924 <DD> 3925 <DT><A HREF="./com/google/common/collect/ForwardingList.html#remove(int)"><B>remove(int)</B></A> - 3926 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 3927 <DD> 3928 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 3929 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 3930 <DD> 3931 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#remove(java.lang.Object, java.lang.Object)"><B>remove(Object, Object)</B></A> - 3932 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 3933 <DD> 3934 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#remove(java.lang.Object, int)"><B>remove(Object, int)</B></A> - 3935 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 3936 <DD> 3937 <DT><A HREF="./com/google/common/collect/ForwardingQueue.html#remove()"><B>remove()</B></A> - 3938 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingQueue.html" title="class in com.google.common.collect">ForwardingQueue</A> 3939 <DD> 3940 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 3941 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 3942 <DD>Guaranteed to throw an exception and leave the collection unmodified. 3943 <DT><A HREF="./com/google/common/collect/ImmutableList.html#remove(int)"><B>remove(int)</B></A> - 3944 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 3945 <DD>Guaranteed to throw an exception and leave the list unmodified. 3946 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 3947 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 3948 <DD>Guaranteed to throw an exception and leave the map unmodified. 3949 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#remove(java.lang.Object, java.lang.Object)"><B>remove(Object, Object)</B></A> - 3950 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3951 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 3952 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#remove(java.lang.Object, int)"><B>remove(Object, int)</B></A> - 3953 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 3954 <DD>Guaranteed to throw an exception and leave the collection unmodified. 3955 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#remove(java.lang.Object, java.lang.Object)"><B>remove(Object, Object)</B></A> - 3956 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 3957 <DD> 3958 <DT><A HREF="./com/google/common/collect/Multimap.html#remove(java.lang.Object, java.lang.Object)"><B>remove(Object, Object)</B></A> - 3959 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 3960 <DD>Removes a key-value pair from the multimap. 3961 <DT><A HREF="./com/google/common/collect/Multiset.html#remove(java.lang.Object, int)"><B>remove(Object, int)</B></A> - 3962 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 3963 <DD>Removes a number of occurrences of the specified element from this 3964 multiset. 3965 <DT><A HREF="./com/google/common/collect/Multiset.html#remove(java.lang.Object)"><B>remove(Object)</B></A> - 3966 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 3967 <DD>Removes a <i>single</i> occurrence of the specified element from this 3968 multiset, if present. 3969 <DT><A HREF="./com/google/common/collect/PeekingIterator.html#remove()"><B>remove()</B></A> - 3970 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/PeekingIterator.html" title="interface in com.google.common.collect">PeekingIterator</A> 3971 <DD> 3972 <DT><A HREF="./com/google/common/collect/UnmodifiableIterator.html#remove()"><B>remove()</B></A> - 3973 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</A> 3974 <DD>Guaranteed to throw an exception and leave the underlying data unmodified. 3975 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#removeAll(java.util.Collection)"><B>removeAll(Collection<?>)</B></A> - 3976 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 3977 <DD> 3978 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#removeAll(java.lang.Object)"><B>removeAll(Object)</B></A> - 3979 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 3980 <DD> 3981 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#removeAll(java.util.Collection)"><B>removeAll(Collection<?>)</B></A> - 3982 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 3983 <DD>Guaranteed to throw an exception and leave the collection unmodified. 3984 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#removeAll(java.lang.Object)"><B>removeAll(Object)</B></A> - 3985 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 3986 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 3987 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#removeAll(java.lang.Object)"><B>removeAll(Object)</B></A> - 3988 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 3989 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 3990 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#removeAll(java.lang.Object)"><B>removeAll(Object)</B></A> - 3991 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 3992 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 3993 <DT><A HREF="./com/google/common/collect/Iterables.html#removeAll(java.lang.Iterable, java.util.Collection)"><B>removeAll(Iterable<?>, Collection<?>)</B></A> - 3994 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 3995 <DD>Removes, from an iterable, every element that belongs to the provided 3996 collection. 3997 <DT><A HREF="./com/google/common/collect/Iterators.html#removeAll(java.util.Iterator, java.util.Collection)"><B>removeAll(Iterator<?>, Collection<?>)</B></A> - 3998 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 3999 <DD>Traverses an iterator and removes every element that belongs to the 4000 provided collection. 4001 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#removeAll(java.lang.Object)"><B>removeAll(Object)</B></A> - 4002 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 4003 <DD>Removes all values associated with a given key. 4004 <DT><A HREF="./com/google/common/collect/ListMultimap.html#removeAll(java.lang.Object)"><B>removeAll(Object)</B></A> - 4005 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect">ListMultimap</A> 4006 <DD>Removes all values associated with a given key. 4007 <DT><A HREF="./com/google/common/collect/Multimap.html#removeAll(java.lang.Object)"><B>removeAll(Object)</B></A> - 4008 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 4009 <DD>Removes all values associated with a given key. 4010 <DT><A HREF="./com/google/common/collect/Multiset.html#removeAll(java.util.Collection)"><B>removeAll(Collection<?>)</B></A> - 4011 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 4012 <DD> 4013 <DT><A HREF="./com/google/common/collect/SetMultimap.html#removeAll(java.lang.Object)"><B>removeAll(Object)</B></A> - 4014 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect">SetMultimap</A> 4015 <DD>Removes all values associated with a given key. 4016 <DT><A HREF="./com/google/common/collect/SortedSetMultimap.html#removeAll(java.lang.Object)"><B>removeAll(Object)</B></A> - 4017 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SortedSetMultimap.html" title="interface in com.google.common.collect">SortedSetMultimap</A> 4018 <DD>Removes all values associated with a given key. 4019 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#removeExactly(java.lang.Object, int)"><B>removeExactly(Object, int)</B></A> - 4020 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 4021 <DD>Removes exactly the specified number of occurrences of <code>element</code>, or 4022 makes no change if this is not possible. 4023 <DT><A HREF="./com/google/common/base/CharMatcher.html#removeFrom(java.lang.CharSequence)"><B>removeFrom(CharSequence)</B></A> - 4024 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4025 <DD>Returns a string containing all non-matching characters of a character 4026 sequence, in order. 4027 <DT><A HREF="./com/google/common/collect/Iterables.html#removeIf(java.lang.Iterable, com.google.common.base.Predicate)"><B>removeIf(Iterable<T>, Predicate<? super T>)</B></A> - 4028 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 4029 <DD>Removes, from an iterable, every element that satisfies the provided 4030 predicate. 4031 <DT><A HREF="./com/google/common/collect/Iterators.html#removeIf(java.util.Iterator, com.google.common.base.Predicate)"><B>removeIf(Iterator<T>, Predicate<? super T>)</B></A> - 4032 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 4033 <DD>Removes every element that satisfies the provided predicate from the 4034 iterator. 4035 <DT><A HREF="./com/google/common/collect/ForwardingConcurrentMap.html#replace(K, V)"><B>replace(K, V)</B></A> - 4036 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingConcurrentMap.html" title="class in com.google.common.collect">ForwardingConcurrentMap</A> 4037 <DD> 4038 <DT><A HREF="./com/google/common/collect/ForwardingConcurrentMap.html#replace(K, V, V)"><B>replace(K, V, V)</B></A> - 4039 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingConcurrentMap.html" title="class in com.google.common.collect">ForwardingConcurrentMap</A> 4040 <DD> 4041 <DT><A HREF="./com/google/common/base/CharMatcher.html#replaceFrom(java.lang.CharSequence, char)"><B>replaceFrom(CharSequence, char)</B></A> - 4042 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4043 <DD>Returns a string copy of the input character sequence, with each character 4044 that matches this matcher replaced by a given replacement character. 4045 <DT><A HREF="./com/google/common/base/CharMatcher.html#replaceFrom(java.lang.CharSequence, java.lang.CharSequence)"><B>replaceFrom(CharSequence, CharSequence)</B></A> - 4046 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4047 <DD>Returns a string copy of the input character sequence, with each character 4048 that matches this matcher replaced by a given replacement sequence. 4049 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#replaceValues(K, java.lang.Iterable)"><B>replaceValues(K, Iterable<? extends V>)</B></A> - 4050 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 4051 <DD> 4052 <DT><A HREF="./com/google/common/collect/ImmutableListMultimap.html#replaceValues(K, java.lang.Iterable)"><B>replaceValues(K, Iterable<? extends V>)</B></A> - 4053 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableListMultimap.html" title="class in com.google.common.collect">ImmutableListMultimap</A> 4054 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 4055 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#replaceValues(K, java.lang.Iterable)"><B>replaceValues(K, Iterable<? extends V>)</B></A> - 4056 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 4057 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 4058 <DT><A HREF="./com/google/common/collect/ImmutableSetMultimap.html#replaceValues(K, java.lang.Iterable)"><B>replaceValues(K, Iterable<? extends V>)</B></A> - 4059 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSetMultimap.html" title="class in com.google.common.collect">ImmutableSetMultimap</A> 4060 <DD>Guaranteed to throw an exception and leave the multimap unmodified. 4061 <DT><A HREF="./com/google/common/collect/LinkedHashMultimap.html#replaceValues(K, java.lang.Iterable)"><B>replaceValues(K, Iterable<? extends V>)</B></A> - 4062 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedHashMultimap.html" title="class in com.google.common.collect">LinkedHashMultimap</A> 4063 <DD>Stores a collection of values with the same key, replacing any existing 4064 values for that key. 4065 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#replaceValues(K, java.lang.Iterable)"><B>replaceValues(K, Iterable<? extends V>)</B></A> - 4066 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 4067 <DD>Stores a collection of values with the same key, replacing any existing 4068 values for that key. 4069 <DT><A HREF="./com/google/common/collect/ListMultimap.html#replaceValues(K, java.lang.Iterable)"><B>replaceValues(K, Iterable<? extends V>)</B></A> - 4070 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/ListMultimap.html" title="interface in com.google.common.collect">ListMultimap</A> 4071 <DD>Stores a collection of values with the same key, replacing any existing 4072 values for that key. 4073 <DT><A HREF="./com/google/common/collect/Multimap.html#replaceValues(K, java.lang.Iterable)"><B>replaceValues(K, Iterable<? extends V>)</B></A> - 4074 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 4075 <DD>Stores a collection of values with the same key, replacing any existing 4076 values for that key. 4077 <DT><A HREF="./com/google/common/collect/SetMultimap.html#replaceValues(K, java.lang.Iterable)"><B>replaceValues(K, Iterable<? extends V>)</B></A> - 4078 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect">SetMultimap</A> 4079 <DD>Stores a collection of values with the same key, replacing any existing 4080 values for that key. 4081 <DT><A HREF="./com/google/common/collect/SortedSetMultimap.html#replaceValues(K, java.lang.Iterable)"><B>replaceValues(K, Iterable<? extends V>)</B></A> - 4082 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SortedSetMultimap.html" title="interface in com.google.common.collect">SortedSetMultimap</A> 4083 <DD>Stores a collection of values with the same key, replacing any existing 4084 values for that key. 4085 <DT><A HREF="./com/google/common/io/CountingInputStream.html#reset()"><B>reset()</B></A> - 4086 Method in class com.google.common.io.<A HREF="./com/google/common/io/CountingInputStream.html" title="class in com.google.common.io">CountingInputStream</A> 4087 <DD> 4088 <DT><A HREF="./com/google/common/io/FileBackedOutputStream.html#reset()"><B>reset()</B></A> - 4089 Method in class com.google.common.io.<A HREF="./com/google/common/io/FileBackedOutputStream.html" title="class in com.google.common.io">FileBackedOutputStream</A> 4090 <DD>Calls <A HREF="./com/google/common/io/FileBackedOutputStream.html#close()"><CODE>FileBackedOutputStream.close()</CODE></A> if not already closed, and then resets this 4091 object back to its initial state, for reuse. 4092 <DT><A HREF="./com/google/common/io/LimitInputStream.html#reset()"><B>reset()</B></A> - 4093 Method in class com.google.common.io.<A HREF="./com/google/common/io/LimitInputStream.html" title="class in com.google.common.io">LimitInputStream</A> 4094 <DD> 4095 <DT><A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io"><B>Resources</B></A> - Class in <A HREF="./com/google/common/io/package-summary.html">com.google.common.io</A><DD>Provides utility methods for working with resources in the classpath.<DT><A HREF="./com/google/common/io/Resources.html#Resources()"><B>Resources()</B></A> - 4096 Constructor for class com.google.common.io.<A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io">Resources</A> 4097 <DD> 4098 <DT><A HREF="./com/google/common/collect/ComparisonChain.html#result()"><B>result()</B></A> - 4099 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ComparisonChain.html" title="class in com.google.common.collect">ComparisonChain</A> 4100 <DD>Ends this comparison chain and returns its result: a value having the 4101 same sign as the first nonzero comparison result in the chain, or zero if 4102 every result was zero. 4103 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#retainAll(java.util.Collection)"><B>retainAll(Collection<?>)</B></A> - 4104 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 4105 <DD> 4106 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#retainAll(java.util.Collection)"><B>retainAll(Collection<?>)</B></A> - 4107 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 4108 <DD>Guaranteed to throw an exception and leave the collection unmodified. 4109 <DT><A HREF="./com/google/common/collect/Iterables.html#retainAll(java.lang.Iterable, java.util.Collection)"><B>retainAll(Iterable<?>, Collection<?>)</B></A> - 4110 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 4111 <DD>Removes, from an iterable, every element that does not belong to the 4112 provided collection. 4113 <DT><A HREF="./com/google/common/collect/Iterators.html#retainAll(java.util.Iterator, java.util.Collection)"><B>retainAll(Iterator<?>, Collection<?>)</B></A> - 4114 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 4115 <DD>Traverses an iterator and removes every element that does not belong to the 4116 provided collection. 4117 <DT><A HREF="./com/google/common/collect/Multiset.html#retainAll(java.util.Collection)"><B>retainAll(Collection<?>)</B></A> - 4118 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 4119 <DD> 4120 <DT><A HREF="./com/google/common/base/CharMatcher.html#retainFrom(java.lang.CharSequence)"><B>retainFrom(CharSequence)</B></A> - 4121 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4122 <DD>Returns a string containing all matching characters of a character 4123 sequence, in order. 4124 <DT><A HREF="./com/google/common/util/concurrent/Callables.html#returning(T)"><B>returning(T)</B></A> - 4125 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Callables.html" title="class in com.google.common.util.concurrent">Callables</A> 4126 <DD>Creates a <code>Callable</code> which immediately returns a preset value each 4127 time it is called. 4128 <DT><A HREF="./com/google/common/collect/Iterables.html#reverse(java.util.List)"><B>reverse(List<T>)</B></A> - 4129 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 4130 <DD>Adapts a list to an iterable with reversed iteration order. 4131 <DT><A HREF="./com/google/common/collect/Ordering.html#reverse()"><B>reverse()</B></A> - 4132 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 4133 <DD>Returns the reverse of this ordering; the <code>Ordering</code> equivalent to 4134 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Collections.html?is-external=true#reverseOrder(java.util.Comparator)" title="class or interface in java.util"><CODE>Collections.reverseOrder(Comparator)</CODE></A>. 4135 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#reverseOrder()"><B>reverseOrder()</B></A> - 4136 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 4137 <DD>Returns a builder that creates immutable sorted maps whose keys are 4138 ordered by the reverse of their natural ordering. 4139 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#reverseOrder()"><B>reverseOrder()</B></A> - 4140 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 4141 <DD>Returns a builder that creates immutable sorted sets whose elements are 4142 ordered by the reverse of their natural ordering. 4143 <DT><A HREF="./com/google/common/collect/MapDifference.ValueDifference.html#rightValue()"><B>rightValue()</B></A> - 4144 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/MapDifference.ValueDifference.html" title="interface in com.google.common.collect">MapDifference.ValueDifference</A> 4145 <DD>Returns the value from the right map (possibly null). 4146 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#run()"><B>run()</B></A> - 4147 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 4148 <DD>Run the service. 4149 <DT><A HREF="./com/google/common/util/concurrent/ExecutionList.html#run()"><B>run()</B></A> - 4150 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ExecutionList.html" title="class in com.google.common.util.concurrent">ExecutionList</A> 4151 <DD>Runs this execution list, executing all pairs in the order they were 4152 added. 4153 </DL> 4154 <HR> 4155 <A NAME="_S_"><!-- --></A><H2> 4156 <B>S</B></H2> 4157 <DL> 4158 <DT><A HREF="./com/google/common/util/concurrent/Executors.html#sameThreadExecutor()"><B>sameThreadExecutor()</B></A> - 4159 Static method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/Executors.html" title="class in com.google.common.util.concurrent">Executors</A> 4160 <DD>Creates an executor service that runs each task in the thread 4161 that invokes <code>execute/submit</code>, as in <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ThreadPoolExecutor.CallerRunsPolicy.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ThreadPoolExecutor.CallerRunsPolicy</CODE></A> This 4162 applies both to individually submitted tasks and to collections of tasks 4163 submitted via <code>invokeAll</code> or <code>invokeAny</code>. 4164 <DT><A HREF="./com/google/common/primitives/Chars.html#saturatedCast(long)"><B>saturatedCast(long)</B></A> - 4165 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 4166 <DD>Returns the <code>char</code> nearest in value to <code>value</code>. 4167 <DT><A HREF="./com/google/common/primitives/Ints.html#saturatedCast(long)"><B>saturatedCast(long)</B></A> - 4168 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 4169 <DD>Returns the <code>int</code> nearest in value to <code>value</code>. 4170 <DT><A HREF="./com/google/common/primitives/Shorts.html#saturatedCast(long)"><B>saturatedCast(long)</B></A> - 4171 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 4172 <DD>Returns the <code>short</code> nearest in value to <code>value</code>. 4173 <DT><A HREF="./com/google/common/primitives/SignedBytes.html#saturatedCast(long)"><B>saturatedCast(long)</B></A> - 4174 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives">SignedBytes</A> 4175 <DD>Returns the <code>byte</code> nearest in value to <code>value</code>. 4176 <DT><A HREF="./com/google/common/primitives/UnsignedBytes.html#saturatedCast(long)"><B>saturatedCast(long)</B></A> - 4177 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives">UnsignedBytes</A> 4178 <DD>Returns the <code>byte</code> value that, when treated as unsigned, is nearest 4179 in value to <code>value</code>. 4180 <DT><A HREF="./com/google/common/base/Service.html" title="interface in com.google.common.base"><B>Service</B></A> - Interface in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>An object with an operational state, plus asynchronous <A HREF="./com/google/common/base/Service.html#start()"><CODE>Service.start()</CODE></A> and 4181 <A HREF="./com/google/common/base/Service.html#stop()"><CODE>Service.stop()</CODE></A> lifecycle methods to transfer into and out of this state.<DT><A HREF="./com/google/common/base/Service.State.html" title="enum in com.google.common.base"><B>Service.State</B></A> - Enum in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>The lifecycle states of a service.<DT><A HREF="./com/google/common/collect/ForwardingList.html#set(int, E)"><B>set(int, E)</B></A> - 4182 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 4183 <DD> 4184 <DT><A HREF="./com/google/common/collect/ForwardingListIterator.html#set(E)"><B>set(E)</B></A> - 4185 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingListIterator.html" title="class in com.google.common.collect">ForwardingListIterator</A> 4186 <DD> 4187 <DT><A HREF="./com/google/common/collect/ImmutableList.html#set(int, E)"><B>set(int, E)</B></A> - 4188 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 4189 <DD>Guaranteed to throw an exception and leave the list unmodified. 4190 <DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html#set(V)"><B>set(V)</B></A> - 4191 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent">AbstractFuture</A> 4192 <DD>Subclasses should invoke this method to set the result of the computation 4193 to <code>value</code>. 4194 <DT><A HREF="./com/google/common/util/concurrent/ValueFuture.html#set(V)"><B>set(V)</B></A> - 4195 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ValueFuture.html" title="class in com.google.common.util.concurrent">ValueFuture</A> 4196 <DD>Sets the value of this future. 4197 <DT><A HREF="./com/google/common/base/CharMatcher.html#setBits(com.google.common.base.CharMatcher.LookupTable)"><B>setBits(CharMatcher.LookupTable)</B></A> - 4198 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4199 <DD>For use by implementors; sets the bit corresponding to each character ('\0' 4200 to '\uFFFF') that matches this matcher in the given bit array, 4201 leaving all other bits untouched. 4202 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#setCount(E, int)"><B>setCount(E, int)</B></A> - 4203 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 4204 <DD>Adds or removes occurrences of <code>element</code> such that the <A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#count(java.lang.Object)"><CODE>ConcurrentHashMultiset.count(java.lang.Object)</CODE></A> 4205 of the element becomes <code>count</code>. 4206 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#setCount(E, int, int)"><B>setCount(E, int, int)</B></A> - 4207 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 4208 <DD>Sets the number of occurrences of <code>element</code> to <code>newCount</code>, but 4209 only if the count is currently <code>oldCount</code>. 4210 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#setCount(E, int)"><B>setCount(E, int)</B></A> - 4211 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 4212 <DD> 4213 <DT><A HREF="./com/google/common/collect/ForwardingMultiset.html#setCount(E, int, int)"><B>setCount(E, int, int)</B></A> - 4214 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultiset.html" title="class in com.google.common.collect">ForwardingMultiset</A> 4215 <DD> 4216 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html#setCount(E, int)"><B>setCount(E, int)</B></A> - 4217 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.Builder.html" title="class in com.google.common.collect">ImmutableMultiset.Builder</A> 4218 <DD>Adds or removes the necessary occurrences of an element such that the 4219 element attains the desired count. 4220 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#setCount(E, int)"><B>setCount(E, int)</B></A> - 4221 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 4222 <DD>Guaranteed to throw an exception and leave the collection unmodified. 4223 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#setCount(E, int, int)"><B>setCount(E, int, int)</B></A> - 4224 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 4225 <DD>Guaranteed to throw an exception and leave the collection unmodified. 4226 <DT><A HREF="./com/google/common/collect/Multiset.html#setCount(E, int)"><B>setCount(E, int)</B></A> - 4227 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 4228 <DD>Adds or removes the necessary occurrences of an element such that the 4229 element attains the desired count. 4230 <DT><A HREF="./com/google/common/collect/Multiset.html#setCount(E, int, int)"><B>setCount(E, int, int)</B></A> - 4231 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 4232 <DD>Conditionally sets the count of an element to a new value, as described in 4233 <A HREF="./com/google/common/collect/Multiset.html#setCount(E, int)"><CODE>Multiset.setCount(Object, int)</CODE></A>, provided that the element has the expected 4234 current count. 4235 <DT><A HREF="./com/google/common/util/concurrent/AbstractFuture.html#setException(java.lang.Throwable)"><B>setException(Throwable)</B></A> - 4236 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractFuture.html" title="class in com.google.common.util.concurrent">AbstractFuture</A> 4237 <DD>Subclasses should invoke this method to set the result of the computation 4238 to an error, <code>throwable</code>. 4239 <DT><A HREF="./com/google/common/util/concurrent/ValueFuture.html#setException(java.lang.Throwable)"><B>setException(Throwable)</B></A> - 4240 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ValueFuture.html" title="class in com.google.common.util.concurrent">ValueFuture</A> 4241 <DD>Sets the future to having failed with the given exception. 4242 <DT><A HREF="./com/google/common/collect/SetMultimap.html" title="interface in com.google.common.collect"><B>SetMultimap</B></A><<A HREF="./com/google/common/collect/SetMultimap.html" title="type parameter in SetMultimap">K</A>,<A HREF="./com/google/common/collect/SetMultimap.html" title="type parameter in SetMultimap">V</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A <code>Multimap</code> that cannot hold duplicate key-value pairs.<DT><A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect"><B>Sets</B></A> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Static utility methods pertaining to <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html?is-external=true" title="class or interface in java.util"><CODE>Set</CODE></A> instances.<DT><A HREF="./com/google/common/collect/Sets.SetView.html" title="class in com.google.common.collect"><B>Sets.SetView</B></A><<A HREF="./com/google/common/collect/Sets.SetView.html" title="type parameter in Sets.SetView">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An unmodifiable view of a set which may be backed by other sets; this view 4243 will change as the backing sets do.<DT><A HREF="./com/google/common/collect/ForwardingMapEntry.html#setValue(V)"><B>setValue(V)</B></A> - 4244 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMapEntry.html" title="class in com.google.common.collect">ForwardingMapEntry</A> 4245 <DD> 4246 <DT><A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives"><B>Shorts</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Static utility methods pertaining to <code>short</code> primitives, that are not 4247 already found in either <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Short.html?is-external=true" title="class or interface in java.lang"><CODE>Short</CODE></A> or <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true" title="class or interface in java.util"><CODE>Arrays</CODE></A>.<DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#shutDown()"><B>shutDown()</B></A> - 4248 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 4249 <DD>Stop the service. 4250 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#shutDown()"><B>shutDown()</B></A> - 4251 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 4252 <DD>Stop the service. 4253 <DT><A HREF="./com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives"><B>SignedBytes</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Static utility methods pertaining to <code>byte</code> primitives that 4254 interpret values as signed.<DT><A HREF="./com/google/common/util/concurrent/SimpleTimeLimiter.html" title="class in com.google.common.util.concurrent"><B>SimpleTimeLimiter</B></A> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A TimeLimiter that runs method calls in the background using an 4255 <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/ExecutorService.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>ExecutorService</CODE></A>.<DT><A HREF="./com/google/common/util/concurrent/SimpleTimeLimiter.html#SimpleTimeLimiter(java.util.concurrent.ExecutorService)"><B>SimpleTimeLimiter(ExecutorService)</B></A> - 4256 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/SimpleTimeLimiter.html" title="class in com.google.common.util.concurrent">SimpleTimeLimiter</A> 4257 <DD>Constructs a TimeLimiter instance using the given executor service to 4258 execute proxied method calls. 4259 <DT><A HREF="./com/google/common/util/concurrent/SimpleTimeLimiter.html#SimpleTimeLimiter()"><B>SimpleTimeLimiter()</B></A> - 4260 Constructor for class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/SimpleTimeLimiter.html" title="class in com.google.common.util.concurrent">SimpleTimeLimiter</A> 4261 <DD>Constructs a TimeLimiter instance using a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Executors.html?is-external=true#newCachedThreadPool()" title="class or interface in java.util.concurrent"><CODE>Executors.newCachedThreadPool()</CODE></A> to execute proxied 4262 method calls. 4263 <DT><A HREF="./com/google/common/base/CharMatcher.html#SINGLE_WIDTH"><B>SINGLE_WIDTH</B></A> - 4264 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4265 <DD>Determines whether a character is single-width (not double-width). 4266 <DT><A HREF="./com/google/common/collect/Iterators.html#singletonIterator(T)"><B>singletonIterator(T)</B></A> - 4267 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 4268 <DD>Returns an iterator containing only <code>value</code>. 4269 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#size()"><B>size()</B></A> - 4270 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 4271 <DD> 4272 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#size()"><B>size()</B></A> - 4273 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 4274 <DD> 4275 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#size()"><B>size()</B></A> - 4276 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 4277 <DD> 4278 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#size()"><B>size()</B></A> - 4279 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 4280 <DD> 4281 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#size()"><B>size()</B></A> - 4282 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 4283 <DD> 4284 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#size()"><B>size()</B></A> - 4285 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 4286 <DD> 4287 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#size()"><B>size()</B></A> - 4288 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 4289 <DD> 4290 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#size()"><B>size()</B></A> - 4291 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 4292 <DD> 4293 <DT><A HREF="./com/google/common/collect/Iterables.html#size(java.lang.Iterable)"><B>size(Iterable<?>)</B></A> - 4294 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 4295 <DD>Returns the number of elements in <code>iterable</code>. 4296 <DT><A HREF="./com/google/common/collect/Iterators.html#size(java.util.Iterator)"><B>size(Iterator<?>)</B></A> - 4297 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 4298 <DD>Returns the number of elements remaining in <code>iterator</code>. 4299 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#size()"><B>size()</B></A> - 4300 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 4301 <DD> 4302 <DT><A HREF="./com/google/common/collect/Multimap.html#size()"><B>size()</B></A> - 4303 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 4304 <DD>Returns the number of key-value pairs in the multimap. 4305 <DT><A HREF="./com/google/common/io/CountingInputStream.html#skip(long)"><B>skip(long)</B></A> - 4306 Method in class com.google.common.io.<A HREF="./com/google/common/io/CountingInputStream.html" title="class in com.google.common.io">CountingInputStream</A> 4307 <DD> 4308 <DT><A HREF="./com/google/common/io/LimitInputStream.html#skip(long)"><B>skip(long)</B></A> - 4309 Method in class com.google.common.io.<A HREF="./com/google/common/io/LimitInputStream.html" title="class in com.google.common.io">LimitInputStream</A> 4310 <DD> 4311 <DT><A HREF="./com/google/common/io/ByteArrayDataInput.html#skipBytes(int)"><B>skipBytes(int)</B></A> - 4312 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataInput.html" title="interface in com.google.common.io">ByteArrayDataInput</A> 4313 <DD> 4314 <DT><A HREF="./com/google/common/io/ByteStreams.html#skipFully(java.io.InputStream, long)"><B>skipFully(InputStream, long)</B></A> - 4315 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 4316 <DD>Discards <code>n</code> bytes of data from the input stream. 4317 <DT><A HREF="./com/google/common/io/CharStreams.html#skipFully(java.io.Reader, long)"><B>skipFully(Reader, long)</B></A> - 4318 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 4319 <DD>Discards <code>n</code> characters of data from the reader. 4320 <DT><A HREF="./com/google/common/base/Joiner.html#skipNulls()"><B>skipNulls()</B></A> - 4321 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 4322 <DD>Returns a joiner with the same behavior as this joiner, except 4323 automatically skipping over any provided null elements. 4324 <DT><A HREF="./com/google/common/io/ByteStreams.html#slice(com.google.common.io.InputSupplier, long, long)"><B>slice(InputSupplier<? extends InputStream>, long, long)</B></A> - 4325 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 4326 <DD>Returns an <A HREF="./com/google/common/io/InputSupplier.html" title="interface in com.google.common.io"><CODE>InputSupplier</CODE></A> that returns input streams from the 4327 an underlying supplier, where each stream starts at the given 4328 offset and is limited to the specified number of bytes. 4329 <DT><A HREF="./com/google/common/collect/MapMaker.html#softKeys()"><B>softKeys()</B></A> - 4330 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> 4331 <DD>Specifies that each key (not value) stored in the map should be 4332 wrapped in a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/SoftReference.html?is-external=true" title="class or interface in java.lang.ref"><CODE>SoftReference</CODE></A> (by default, strong references 4333 are used). 4334 <DT><A HREF="./com/google/common/collect/MapMaker.html#softValues()"><B>softValues()</B></A> - 4335 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> 4336 <DD>Specifies that each value (not key) stored in the map should be 4337 wrapped in a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/SoftReference.html?is-external=true" title="class or interface in java.lang.ref"><CODE>SoftReference</CODE></A> (by default, strong references 4338 are used). 4339 <DT><A HREF="./com/google/common/collect/Ordering.html#sortedCopy(java.lang.Iterable)"><B>sortedCopy(Iterable<E>)</B></A> - 4340 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 4341 <DD>Returns a copy of the given iterable sorted by this ordering. 4342 <DT><A HREF="./com/google/common/collect/SortedSetMultimap.html" title="interface in com.google.common.collect"><B>SortedSetMultimap</B></A><<A HREF="./com/google/common/collect/SortedSetMultimap.html" title="type parameter in SortedSetMultimap">K</A>,<A HREF="./com/google/common/collect/SortedSetMultimap.html" title="type parameter in SortedSetMultimap">V</A>> - Interface in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A <code>SetMultimap</code> whose set of values for a given key are kept sorted; 4343 that is, they comprise a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/SortedSet.html?is-external=true" title="class or interface in java.util"><CODE>SortedSet</CODE></A>.<DT><A HREF="./com/google/common/base/Splitter.html#split(java.lang.CharSequence)"><B>split(CharSequence)</B></A> - 4344 Method in class com.google.common.base.<A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A> 4345 <DD>Splits the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/CharSequence.html?is-external=true" title="class or interface in java.lang"><CODE>CharSequence</CODE></A> passed in parameter. 4346 <DT><A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base"><B>Splitter</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>An object that divides strings (or other instances of <code>CharSequence</code>) 4347 into substrings, by recognizing a <i>separator</i> (a.k.a.<DT><A HREF="./com/google/common/base/Service.html#start()"><B>start()</B></A> - 4348 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A> 4349 <DD>If the service state is <A HREF="./com/google/common/base/Service.State.html#NEW"><CODE>Service.State.NEW</CODE></A>, this initiates service startup 4350 and returns immediately. 4351 <DT><A HREF="./com/google/common/collect/ComparisonChain.html#start()"><B>start()</B></A> - 4352 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/ComparisonChain.html" title="class in com.google.common.collect">ComparisonChain</A> 4353 <DD>Begins a new chained comparison statement. 4354 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#start()"><B>start()</B></A> - 4355 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 4356 <DD> 4357 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#start()"><B>start()</B></A> - 4358 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 4359 <DD> 4360 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#start()"><B>start()</B></A> - 4361 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 4362 <DD> 4363 <DT><A HREF="./com/google/common/util/concurrent/ForwardingService.html#start()"><B>start()</B></A> - 4364 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingService.html" title="class in com.google.common.util.concurrent">ForwardingService</A> 4365 <DD> 4366 <DT><A HREF="./com/google/common/base/Service.html#startAndWait()"><B>startAndWait()</B></A> - 4367 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A> 4368 <DD>Initiates service startup (if necessary), returning once the service has 4369 finished starting. 4370 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#startAndWait()"><B>startAndWait()</B></A> - 4371 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 4372 <DD> 4373 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#startAndWait()"><B>startAndWait()</B></A> - 4374 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 4375 <DD> 4376 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#startAndWait()"><B>startAndWait()</B></A> - 4377 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 4378 <DD> 4379 <DT><A HREF="./com/google/common/util/concurrent/ForwardingService.html#startAndWait()"><B>startAndWait()</B></A> - 4380 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingService.html" title="class in com.google.common.util.concurrent">ForwardingService</A> 4381 <DD> 4382 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#startUp()"><B>startUp()</B></A> - 4383 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 4384 <DD>Start the service. 4385 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#startUp()"><B>startUp()</B></A> - 4386 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 4387 <DD>Start the service. 4388 <DT><A HREF="./com/google/common/base/Service.html#state()"><B>state()</B></A> - 4389 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A> 4390 <DD>Returns the lifecycle state of the service. 4391 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#state()"><B>state()</B></A> - 4392 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 4393 <DD> 4394 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#state()"><B>state()</B></A> - 4395 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 4396 <DD> 4397 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#state()"><B>state()</B></A> - 4398 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 4399 <DD> 4400 <DT><A HREF="./com/google/common/util/concurrent/ForwardingService.html#state()"><B>state()</B></A> - 4401 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingService.html" title="class in com.google.common.util.concurrent">ForwardingService</A> 4402 <DD> 4403 <DT><A HREF="./com/google/common/base/Service.html#stop()"><B>stop()</B></A> - 4404 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A> 4405 <DD>If the service is <A HREF="./com/google/common/base/Service.State.html#STARTING"><CODE>Service.State.STARTING</CODE></A> or <A HREF="./com/google/common/base/Service.State.html#RUNNING"><CODE>Service.State.RUNNING</CODE></A>, this 4406 initiates service shutdown and returns immediately. 4407 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#stop()"><B>stop()</B></A> - 4408 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 4409 <DD> 4410 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#stop()"><B>stop()</B></A> - 4411 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 4412 <DD> 4413 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#stop()"><B>stop()</B></A> - 4414 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 4415 <DD> 4416 <DT><A HREF="./com/google/common/util/concurrent/ForwardingService.html#stop()"><B>stop()</B></A> - 4417 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingService.html" title="class in com.google.common.util.concurrent">ForwardingService</A> 4418 <DD> 4419 <DT><A HREF="./com/google/common/base/Service.html#stopAndWait()"><B>stopAndWait()</B></A> - 4420 Method in interface com.google.common.base.<A HREF="./com/google/common/base/Service.html" title="interface in com.google.common.base">Service</A> 4421 <DD>Initiates service shutdown (if necessary), returning once the service has 4422 finished stopping. 4423 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#stopAndWait()"><B>stopAndWait()</B></A> - 4424 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 4425 <DD> 4426 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#stopAndWait()"><B>stopAndWait()</B></A> - 4427 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 4428 <DD> 4429 <DT><A HREF="./com/google/common/util/concurrent/AbstractService.html#stopAndWait()"><B>stopAndWait()</B></A> - 4430 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractService.html" title="class in com.google.common.util.concurrent">AbstractService</A> 4431 <DD> 4432 <DT><A HREF="./com/google/common/util/concurrent/ForwardingService.html#stopAndWait()"><B>stopAndWait()</B></A> - 4433 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/ForwardingService.html" title="class in com.google.common.util.concurrent">ForwardingService</A> 4434 <DD> 4435 <DT><A HREF="./com/google/common/collect/ForwardingList.html#subList(int, int)"><B>subList(int, int)</B></A> - 4436 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingList.html" title="class in com.google.common.collect">ForwardingList</A> 4437 <DD> 4438 <DT><A HREF="./com/google/common/collect/ImmutableList.html#subList(int, int)"><B>subList(int, int)</B></A> - 4439 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableList.html" title="class in com.google.common.collect">ImmutableList</A> 4440 <DD>Returns an immutable list of the elements between the specified <code>fromIndex</code>, inclusive, and <code>toIndex</code>, exclusive. 4441 <DT><A HREF="./com/google/common/collect/ForwardingSortedMap.html#subMap(K, K)"><B>subMap(K, K)</B></A> - 4442 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="class in com.google.common.collect">ForwardingSortedMap</A> 4443 <DD> 4444 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#subMap(K, K)"><B>subMap(K, K)</B></A> - 4445 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 4446 <DD>This method returns a <code>ImmutableSortedMap</code>, consisting of the entries 4447 whose keys ranges from <code>fromKey</code>, inclusive, to <code>toKey</code>, 4448 exclusive. 4449 <DT><A HREF="./com/google/common/collect/ForwardingSortedSet.html#subSet(E, E)"><B>subSet(E, E)</B></A> - 4450 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedSet.html" title="class in com.google.common.collect">ForwardingSortedSet</A> 4451 <DD> 4452 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#subSet(E, E)"><B>subSet(E, E)</B></A> - 4453 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 4454 <DD> 4455 <DT><A HREF="./com/google/common/base/Supplier.html" title="interface in com.google.common.base"><B>Supplier</B></A><<A HREF="./com/google/common/base/Supplier.html" title="type parameter in Supplier">T</A>> - Interface in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>A class that can supply objects of a single type.<DT><A HREF="./com/google/common/base/Suppliers.html" title="class in com.google.common.base"><B>Suppliers</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Useful suppliers.<DT><A HREF="./com/google/common/collect/Maps.html#synchronizedBiMap(com.google.common.collect.BiMap)"><B>synchronizedBiMap(BiMap<K, V>)</B></A> - 4456 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 4457 <DD>Returns a synchronized (thread-safe) bimap backed by the specified bimap. 4458 <DT><A HREF="./com/google/common/collect/Multimaps.html#synchronizedListMultimap(com.google.common.collect.ListMultimap)"><B>synchronizedListMultimap(ListMultimap<K, V>)</B></A> - 4459 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 4460 <DD>Returns a synchronized (thread-safe) <code>ListMultimap</code> backed by the 4461 specified multimap. 4462 <DT><A HREF="./com/google/common/collect/Multimaps.html#synchronizedMultimap(com.google.common.collect.Multimap)"><B>synchronizedMultimap(Multimap<K, V>)</B></A> - 4463 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 4464 <DD>Returns a synchronized (thread-safe) multimap backed by the specified 4465 multimap. 4466 <DT><A HREF="./com/google/common/collect/Multimaps.html#synchronizedSetMultimap(com.google.common.collect.SetMultimap)"><B>synchronizedSetMultimap(SetMultimap<K, V>)</B></A> - 4467 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 4468 <DD>Returns a synchronized (thread-safe) <code>SetMultimap</code> backed by the 4469 specified multimap. 4470 <DT><A HREF="./com/google/common/collect/Multimaps.html#synchronizedSortedSetMultimap(com.google.common.collect.SortedSetMultimap)"><B>synchronizedSortedSetMultimap(SortedSetMultimap<K, V>)</B></A> - 4471 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 4472 <DD>Returns a synchronized (thread-safe) <code>SortedSetMultimap</code> backed by 4473 the specified multimap. 4474 <DT><A HREF="./com/google/common/base/Suppliers.html#synchronizedSupplier(com.google.common.base.Supplier)"><B>synchronizedSupplier(Supplier<T>)</B></A> - 4475 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Suppliers.html" title="class in com.google.common.base">Suppliers</A> 4476 <DD>Returns a supplier whose <code>get()</code> method synchronizes on 4477 <code>delegate</code> before calling it, making it thread-safe. 4478 </DL> 4479 <HR> 4480 <A NAME="_T_"><!-- --></A><H2> 4481 <B>T</B></H2> 4482 <DL> 4483 <DT><A HREF="./com/google/common/collect/ForwardingSortedMap.html#tailMap(K)"><B>tailMap(K)</B></A> - 4484 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedMap.html" title="class in com.google.common.collect">ForwardingSortedMap</A> 4485 <DD> 4486 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#tailMap(K)"><B>tailMap(K)</B></A> - 4487 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 4488 <DD>This method returns a <code>ImmutableSortedMap</code>, consisting of the entries 4489 whose keys are greater than or equals to <code>fromKey</code>. 4490 <DT><A HREF="./com/google/common/collect/ForwardingSortedSet.html#tailSet(E)"><B>tailSet(E)</B></A> - 4491 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingSortedSet.html" title="class in com.google.common.collect">ForwardingSortedSet</A> 4492 <DD> 4493 <DT><A HREF="./com/google/common/collect/ImmutableSortedSet.html#tailSet(E)"><B>tailSet(E)</B></A> - 4494 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedSet.html" title="class in com.google.common.collect">ImmutableSortedSet</A> 4495 <DD> 4496 <DT><A HREF="./com/google/common/base/Throwables.html" title="class in com.google.common.base"><B>Throwables</B></A> - Class in <A HREF="./com/google/common/base/package-summary.html">com.google.common.base</A><DD>Static utility methods pertaining to instances of <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><CODE>Throwable</CODE></A>.<DT><A HREF="./com/google/common/base/Throwables.html#throwCause(java.lang.Exception, boolean)"><B>throwCause(Exception, boolean)</B></A> - 4497 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Throwables.html" title="class in com.google.common.base">Throwables</A> 4498 <DD>Rethrows the cause exception of a given throwable, discarding the original 4499 throwable. 4500 <DT><A HREF="./com/google/common/util/concurrent/TimeLimiter.html" title="interface in com.google.common.util.concurrent"><B>TimeLimiter</B></A> - Interface in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Produces proxies that impose a time limit on method 4501 calls to the proxied object.<DT><A HREF="./com/google/common/base/CaseFormat.html#to(com.google.common.base.CaseFormat, java.lang.String)"><B>to(CaseFormat, String)</B></A> - 4502 Method in enum com.google.common.base.<A HREF="./com/google/common/base/CaseFormat.html" title="enum in com.google.common.base">CaseFormat</A> 4503 <DD>Converts the specified <code>String s</code> from this format to the specified 4504 <code>format</code>. 4505 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#toArray()"><B>toArray()</B></A> - 4506 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 4507 <DD> 4508 <DT><A HREF="./com/google/common/collect/ConcurrentHashMultiset.html#toArray(T[])"><B>toArray(T[])</B></A> - 4509 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ConcurrentHashMultiset.html" title="class in com.google.common.collect">ConcurrentHashMultiset</A> 4510 <DD> 4511 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#toArray()"><B>toArray()</B></A> - 4512 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 4513 <DD> 4514 <DT><A HREF="./com/google/common/collect/ForwardingCollection.html#toArray(T[])"><B>toArray(T[])</B></A> - 4515 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingCollection.html" title="class in com.google.common.collect">ForwardingCollection</A> 4516 <DD> 4517 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#toArray()"><B>toArray()</B></A> - 4518 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 4519 <DD> 4520 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#toArray(T[])"><B>toArray(T[])</B></A> - 4521 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 4522 <DD> 4523 <DT><A HREF="./com/google/common/collect/Iterables.html#toArray(java.lang.Iterable, java.lang.Class)"><B>toArray(Iterable<? extends T>, Class<T>)</B></A> - 4524 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 4525 <DD>Copies an iterable's elements into an array. 4526 <DT><A HREF="./com/google/common/collect/Iterators.html#toArray(java.util.Iterator, java.lang.Class)"><B>toArray(Iterator<? extends T>, Class<T>)</B></A> - 4527 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 4528 <DD>Copies an iterator's elements into an array. 4529 <DT><A HREF="./com/google/common/primitives/Booleans.html#toArray(java.util.Collection)"><B>toArray(Collection<Boolean>)</B></A> - 4530 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Booleans.html" title="class in com.google.common.primitives">Booleans</A> 4531 <DD>Copies a collection of <code>Boolean</code> instances into a new array of 4532 primitive <code>boolean</code> values. 4533 <DT><A HREF="./com/google/common/primitives/Bytes.html#toArray(java.util.Collection)"><B>toArray(Collection<Byte>)</B></A> - 4534 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives">Bytes</A> 4535 <DD>Copies a collection of <code>Byte</code> instances into a new array of 4536 primitive <code>byte</code> values. 4537 <DT><A HREF="./com/google/common/primitives/Chars.html#toArray(java.util.Collection)"><B>toArray(Collection<Character>)</B></A> - 4538 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 4539 <DD>Copies a collection of <code>Character</code> instances into a new array of 4540 primitive <code>char</code> values. 4541 <DT><A HREF="./com/google/common/primitives/Doubles.html#toArray(java.util.Collection)"><B>toArray(Collection<Double>)</B></A> - 4542 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Doubles.html" title="class in com.google.common.primitives">Doubles</A> 4543 <DD>Copies a collection of <code>Double</code> instances into a new array of 4544 primitive <code>double</code> values. 4545 <DT><A HREF="./com/google/common/primitives/Floats.html#toArray(java.util.Collection)"><B>toArray(Collection<Float>)</B></A> - 4546 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Floats.html" title="class in com.google.common.primitives">Floats</A> 4547 <DD>Copies a collection of <code>Float</code> instances into a new array of 4548 primitive <code>float</code> values. 4549 <DT><A HREF="./com/google/common/primitives/Ints.html#toArray(java.util.Collection)"><B>toArray(Collection<Integer>)</B></A> - 4550 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 4551 <DD>Copies a collection of <code>Integer</code> instances into a new array of 4552 primitive <code>int</code> values. 4553 <DT><A HREF="./com/google/common/primitives/Longs.html#toArray(java.util.Collection)"><B>toArray(Collection<Long>)</B></A> - 4554 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 4555 <DD>Copies a collection of <code>Long</code> instances into a new array of 4556 primitive <code>long</code> values. 4557 <DT><A HREF="./com/google/common/primitives/Shorts.html#toArray(java.util.Collection)"><B>toArray(Collection<Short>)</B></A> - 4558 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 4559 <DD>Copies a collection of <code>Short</code> instances into a new array of 4560 primitive <code>short</code> values. 4561 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#toByteArray()"><B>toByteArray()</B></A> - 4562 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4563 <DD>Returns the contents that have been written to this instance, 4564 as a byte array. 4565 <DT><A HREF="./com/google/common/io/ByteStreams.html#toByteArray(java.io.InputStream)"><B>toByteArray(InputStream)</B></A> - 4566 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 4567 <DD>Reads all bytes from an input stream into a byte array. 4568 <DT><A HREF="./com/google/common/io/ByteStreams.html#toByteArray(com.google.common.io.InputSupplier)"><B>toByteArray(InputSupplier<? extends InputStream>)</B></A> - 4569 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 4570 <DD>Returns the data from a <A HREF="http://java.sun.com/javase/6/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io"><CODE>InputStream</CODE></A> factory as a byte array. 4571 <DT><A HREF="./com/google/common/io/Files.html#toByteArray(java.io.File)"><B>toByteArray(File)</B></A> - 4572 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 4573 <DD>Reads all bytes from a file into a byte array. 4574 <DT><A HREF="./com/google/common/io/Resources.html#toByteArray(java.net.URL)"><B>toByteArray(URL)</B></A> - 4575 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io">Resources</A> 4576 <DD>Reads all bytes from a URL into a byte array. 4577 <DT><A HREF="./com/google/common/primitives/Chars.html#toByteArray(char)"><B>toByteArray(char)</B></A> - 4578 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Chars.html" title="class in com.google.common.primitives">Chars</A> 4579 <DD>Returns a big-endian representation of <code>value</code> in a 2-element byte 4580 array; equivalent to <code>ByteBuffer.allocate(2).putChar(value).array()</code>. 4581 <DT><A HREF="./com/google/common/primitives/Ints.html#toByteArray(int)"><B>toByteArray(int)</B></A> - 4582 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Ints.html" title="class in com.google.common.primitives">Ints</A> 4583 <DD>Returns a big-endian representation of <code>value</code> in a 4-element byte 4584 array; equivalent to <code>ByteBuffer.allocate(4).putInt(value).array()</code>. 4585 <DT><A HREF="./com/google/common/primitives/Longs.html#toByteArray(long)"><B>toByteArray(long)</B></A> - 4586 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Longs.html" title="class in com.google.common.primitives">Longs</A> 4587 <DD>Returns a big-endian representation of <code>value</code> in an 8-element byte 4588 array; equivalent to <code>ByteBuffer.allocate(8).putLong(value).array()</code>. 4589 <DT><A HREF="./com/google/common/primitives/Shorts.html#toByteArray(short)"><B>toByteArray(short)</B></A> - 4590 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Shorts.html" title="class in com.google.common.primitives">Shorts</A> 4591 <DD>Returns a big-endian representation of <code>value</code> in a ?-element byte 4592 array; equivalent to <code>ByteBuffer.allocate(?).putShort(value).array()</code>. 4593 <DT><A HREF="./com/google/common/base/Objects.ToStringHelper.html#toString()"><B>toString()</B></A> - 4594 Method in class com.google.common.base.<A HREF="./com/google/common/base/Objects.ToStringHelper.html" title="class in com.google.common.base">Objects.ToStringHelper</A> 4595 <DD>Returns the formatted string. 4596 <DT><A HREF="./com/google/common/collect/ForwardingObject.html#toString()"><B>toString()</B></A> - 4597 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingObject.html" title="class in com.google.common.collect">ForwardingObject</A> 4598 <DD>Returns the string representation generated by the delegate's 4599 <code>toString</code> method. 4600 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#toString()"><B>toString()</B></A> - 4601 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 4602 <DD> 4603 <DT><A HREF="./com/google/common/collect/ImmutableCollection.html#toString()"><B>toString()</B></A> - 4604 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableCollection.html" title="class in com.google.common.collect">ImmutableCollection</A> 4605 <DD> 4606 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#toString()"><B>toString()</B></A> - 4607 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 4608 <DD> 4609 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#toString()"><B>toString()</B></A> - 4610 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 4611 <DD> 4612 <DT><A HREF="./com/google/common/collect/ImmutableMultiset.html#toString()"><B>toString()</B></A> - 4613 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultiset.html" title="class in com.google.common.collect">ImmutableMultiset</A> 4614 <DD> 4615 <DT><A HREF="./com/google/common/collect/Iterables.html#toString(java.lang.Iterable)"><B>toString(Iterable<?>)</B></A> - 4616 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 4617 <DD>Returns a string representation of <code>iterable</code>, with the format 4618 <code>[e1, e2, ..., en]</code>. 4619 <DT><A HREF="./com/google/common/collect/Iterators.html#toString(java.util.Iterator)"><B>toString(Iterator<?>)</B></A> - 4620 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 4621 <DD>Returns a string representation of <code>iterator</code>, with the format 4622 <code>[e1, e2, ..., en]</code>. 4623 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#toString()"><B>toString()</B></A> - 4624 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 4625 <DD>Returns a string representation of the multimap, generated by calling 4626 <code>toString</code> on the map returned by <A HREF="./com/google/common/collect/Multimap.html#asMap()"><CODE>Multimap.asMap()</CODE></A>. 4627 <DT><A HREF="./com/google/common/collect/Multiset.Entry.html#toString()"><B>toString()</B></A> - 4628 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.Entry.html" title="interface in com.google.common.collect">Multiset.Entry</A> 4629 <DD>Returns the canonical string representation of this entry, defined as 4630 follows. 4631 <DT><A HREF="./com/google/common/collect/Multiset.html#toString()"><B>toString()</B></A> - 4632 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multiset.html" title="interface in com.google.common.collect">Multiset</A> 4633 <DD> 4634 <DT><A HREF="./com/google/common/io/CharStreams.html#toString(java.lang.Readable)"><B>toString(Readable)</B></A> - 4635 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 4636 <DD>Reads all characters from a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A> object into a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A>. 4637 <DT><A HREF="./com/google/common/io/CharStreams.html#toString(com.google.common.io.InputSupplier)"><B>toString(InputSupplier<R>)</B></A> - 4638 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 4639 <DD>Returns the characters from a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Readable.html?is-external=true" title="class or interface in java.lang"><CODE>Readable</CODE></A> & <A HREF="http://java.sun.com/javase/6/docs/api/java/io/Closeable.html?is-external=true" title="class or interface in java.io"><CODE>Closeable</CODE></A> object 4640 supplied by a factory as a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A>. 4641 <DT><A HREF="./com/google/common/io/Files.html#toString(java.io.File, java.nio.charset.Charset)"><B>toString(File, Charset)</B></A> - 4642 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 4643 <DD>Reads all characters from a file into a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A>, using the given 4644 character set. 4645 <DT><A HREF="./com/google/common/io/Resources.html#toString(java.net.URL, java.nio.charset.Charset)"><B>toString(URL, Charset)</B></A> - 4646 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Resources.html" title="class in com.google.common.io">Resources</A> 4647 <DD>Reads all characters from a URL into a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang"><CODE>String</CODE></A>, using the given 4648 character set. 4649 <DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#toString()"><B>toString()</B></A> - 4650 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 4651 <DD> 4652 <DT><A HREF="./com/google/common/util/concurrent/AbstractIdleService.html#toString()"><B>toString()</B></A> - 4653 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractIdleService.html" title="class in com.google.common.util.concurrent">AbstractIdleService</A> 4654 <DD> 4655 <DT><A HREF="./com/google/common/base/Functions.html#toStringFunction()"><B>toStringFunction()</B></A> - 4656 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Functions.html" title="class in com.google.common.base">Functions</A> 4657 <DD>Returns a function that calls <code>toString()</code> on its argument. 4658 <DT><A HREF="./com/google/common/base/Objects.html#toStringHelper(java.lang.Object)"><B>toStringHelper(Object)</B></A> - 4659 Static method in class com.google.common.base.<A HREF="./com/google/common/base/Objects.html" title="class in com.google.common.base">Objects</A> 4660 <DD>Creates an instance of <A HREF="./com/google/common/base/Objects.ToStringHelper.html" title="class in com.google.common.base"><CODE>Objects.ToStringHelper</CODE></A>. 4661 <DT><A HREF="./com/google/common/io/Files.html#touch(java.io.File)"><B>touch(File)</B></A> - 4662 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 4663 <DD>Creates an empty file or updates the last updated timestamp on the 4664 same as the unix command of the same name. 4665 <DT><A HREF="./com/google/common/collect/Collections2.html#transform(java.util.Collection, com.google.common.base.Function)"><B>transform(Collection<F>, Function<? super F, T>)</B></A> - 4666 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Collections2.html" title="class in com.google.common.collect">Collections2</A> 4667 <DD>Returns a collection that applies <code>function</code> to each element of 4668 <code>fromCollection</code>. 4669 <DT><A HREF="./com/google/common/collect/Iterables.html#transform(java.lang.Iterable, com.google.common.base.Function)"><B>transform(Iterable<F>, Function<? super F, ? extends T>)</B></A> - 4670 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 4671 <DD>Returns an iterable that applies <code>function</code> to each element of <code>fromIterable</code>. 4672 <DT><A HREF="./com/google/common/collect/Iterators.html#transform(java.util.Iterator, com.google.common.base.Function)"><B>transform(Iterator<F>, Function<? super F, ? extends T>)</B></A> - 4673 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 4674 <DD>Returns an iterator that applies <code>function</code> to each element of <code>fromIterator</code>. 4675 <DT><A HREF="./com/google/common/collect/Lists.html#transform(java.util.List, com.google.common.base.Function)"><B>transform(List<F>, Function<? super F, ? extends T>)</B></A> - 4676 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Lists.html" title="class in com.google.common.collect">Lists</A> 4677 <DD>Returns a list that applies <code>function</code> to each element of <code>fromList</code>. 4678 <DT><A HREF="./com/google/common/collect/Maps.html#transformValues(java.util.Map, com.google.common.base.Function)"><B>transformValues(Map<K, V1>, Function<? super V1, V2>)</B></A> - 4679 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 4680 <DD>Returns a view of a map where each value is transformed by a function. 4681 <DT><A HREF="./com/google/common/collect/TreeMultimap.html" title="class in com.google.common.collect"><B>TreeMultimap</B></A><<A HREF="./com/google/common/collect/TreeMultimap.html" title="type parameter in TreeMultimap">K</A>,<A HREF="./com/google/common/collect/TreeMultimap.html" title="type parameter in TreeMultimap">V</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>Implementation of <code>Multimap</code> whose keys and values are ordered by 4682 their natural ordering or by supplied comparators.<DT><A HREF="./com/google/common/collect/TreeMultiset.html" title="class in com.google.common.collect"><B>TreeMultiset</B></A><<A HREF="./com/google/common/collect/TreeMultiset.html" title="type parameter in TreeMultiset">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>A multiset which maintains the ordering of its elements, according to either 4683 their natural order or an explicit <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util"><CODE>Comparator</CODE></A>.<DT><A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html#triggerShutdown()"><B>triggerShutdown()</B></A> - 4684 Method in class com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/AbstractExecutionThreadService.html" title="class in com.google.common.util.concurrent">AbstractExecutionThreadService</A> 4685 <DD>Invoked to request the service to stop. 4686 <DT><A HREF="./com/google/common/base/CharMatcher.html#trimAndCollapseFrom(java.lang.CharSequence, char)"><B>trimAndCollapseFrom(CharSequence, char)</B></A> - 4687 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4688 <DD>Collapses groups of matching characters exactly as <A HREF="./com/google/common/base/CharMatcher.html#collapseFrom(java.lang.CharSequence, char)"><CODE>CharMatcher.collapseFrom(java.lang.CharSequence, char)</CODE></A> 4689 does, except that groups of matching characters at the start or end of the 4690 sequence are removed without replacement. 4691 <DT><A HREF="./com/google/common/base/CharMatcher.html#trimFrom(java.lang.CharSequence)"><B>trimFrom(CharSequence)</B></A> - 4692 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4693 <DD>Returns a substring of the input character sequence that omits all 4694 characters this matcher matches from the beginning and from the end of the 4695 string. 4696 <DT><A HREF="./com/google/common/base/CharMatcher.html#trimLeadingFrom(java.lang.CharSequence)"><B>trimLeadingFrom(CharSequence)</B></A> - 4697 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4698 <DD>Returns a substring of the input character sequence that omits all 4699 characters this matcher matches from the beginning of the 4700 string. 4701 <DT><A HREF="./com/google/common/base/Splitter.html#trimResults()"><B>trimResults()</B></A> - 4702 Method in class com.google.common.base.<A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A> 4703 <DD>Returns a splitter that behaves equivalently to <code>this</code> splitter, but 4704 automatically removes leading and trailing <A HREF="./com/google/common/base/CharMatcher.html#WHITESPACE">whitespace</A> from each returned substring; equivalent 4705 to <code>trimResults(CharMatcher.WHITESPACE)</code>. 4706 <DT><A HREF="./com/google/common/base/Splitter.html#trimResults(com.google.common.base.CharMatcher)"><B>trimResults(CharMatcher)</B></A> - 4707 Method in class com.google.common.base.<A HREF="./com/google/common/base/Splitter.html" title="class in com.google.common.base">Splitter</A> 4708 <DD>Returns a splitter that behaves equivalently to <code>this</code> splitter, but 4709 removes all leading or trailing characters matching the given <code>CharMatcher</code> from each returned substring. 4710 <DT><A HREF="./com/google/common/collect/ArrayListMultimap.html#trimToSize()"><B>trimToSize()</B></A> - 4711 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ArrayListMultimap.html" title="class in com.google.common.collect">ArrayListMultimap</A> 4712 <DD>Reduces the memory used by this <code>ArrayListMultimap</code>, if feasible. 4713 <DT><A HREF="./com/google/common/base/CharMatcher.html#trimTrailingFrom(java.lang.CharSequence)"><B>trimTrailingFrom(CharSequence)</B></A> - 4714 Method in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4715 <DD>Returns a substring of the input character sequence that omits all 4716 characters this matcher matches from the end of the 4717 string. 4718 </DL> 4719 <HR> 4720 <A NAME="_U_"><!-- --></A><H2> 4721 <B>U</B></H2> 4722 <DL> 4723 <DT><A HREF="./com/google/common/util/concurrent/UncheckedTimeoutException.html" title="class in com.google.common.util.concurrent"><B>UncheckedTimeoutException</B></A> - Exception in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>Unchecked version of <A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/TimeoutException.html?is-external=true" title="class or interface in java.util.concurrent"><CODE>TimeoutException</CODE></A>.<DT><A HREF="./com/google/common/util/concurrent/UncheckedTimeoutException.html#UncheckedTimeoutException()"><B>UncheckedTimeoutException()</B></A> - 4724 Constructor for exception com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/UncheckedTimeoutException.html" title="class in com.google.common.util.concurrent">UncheckedTimeoutException</A> 4725 <DD> 4726 <DT><A HREF="./com/google/common/util/concurrent/UncheckedTimeoutException.html#UncheckedTimeoutException(java.lang.String)"><B>UncheckedTimeoutException(String)</B></A> - 4727 Constructor for exception com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/UncheckedTimeoutException.html" title="class in com.google.common.util.concurrent">UncheckedTimeoutException</A> 4728 <DD> 4729 <DT><A HREF="./com/google/common/util/concurrent/UncheckedTimeoutException.html#UncheckedTimeoutException(java.lang.Throwable)"><B>UncheckedTimeoutException(Throwable)</B></A> - 4730 Constructor for exception com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/UncheckedTimeoutException.html" title="class in com.google.common.util.concurrent">UncheckedTimeoutException</A> 4731 <DD> 4732 <DT><A HREF="./com/google/common/util/concurrent/UncheckedTimeoutException.html#UncheckedTimeoutException(java.lang.String, java.lang.Throwable)"><B>UncheckedTimeoutException(String, Throwable)</B></A> - 4733 Constructor for exception com.google.common.util.concurrent.<A HREF="./com/google/common/util/concurrent/UncheckedTimeoutException.html" title="class in com.google.common.util.concurrent">UncheckedTimeoutException</A> 4734 <DD> 4735 <DT><A HREF="./com/google/common/util/concurrent/UninterruptibleFuture.html" title="interface in com.google.common.util.concurrent"><B>UninterruptibleFuture</B></A><<A HREF="./com/google/common/util/concurrent/UninterruptibleFuture.html" title="type parameter in UninterruptibleFuture">V</A>> - Interface in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A <code>Future</code> whose <code>get</code> calls cannot be interrupted.<DT><A HREF="./com/google/common/collect/Sets.html#union(java.util.Set, java.util.Set)"><B>union(Set<? extends E>, Set<? extends E>)</B></A> - 4736 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Sets.html" title="class in com.google.common.collect">Sets</A> 4737 <DD>Returns an unmodifiable <b>view</b> of the union of two sets. 4738 <DT><A HREF="./com/google/common/collect/Maps.html#uniqueIndex(java.lang.Iterable, com.google.common.base.Function)"><B>uniqueIndex(Iterable<V>, Function<? super V, K>)</B></A> - 4739 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 4740 <DD>Returns an immutable map for which the <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Map.html?is-external=true#values()" title="class or interface in java.util"><CODE>Map.values()</CODE></A> are the given 4741 elements in the given order, and each key is the product of invoking a 4742 supplied function on its corresponding value. 4743 <DT><A HREF="./com/google/common/collect/Maps.html#unmodifiableBiMap(com.google.common.collect.BiMap)"><B>unmodifiableBiMap(BiMap<? extends K, ? extends V>)</B></A> - 4744 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Maps.html" title="class in com.google.common.collect">Maps</A> 4745 <DD>Returns an unmodifiable view of the specified bimap. 4746 <DT><A HREF="./com/google/common/collect/Iterables.html#unmodifiableIterable(java.lang.Iterable)"><B>unmodifiableIterable(Iterable<T>)</B></A> - 4747 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterables.html" title="class in com.google.common.collect">Iterables</A> 4748 <DD>Returns an unmodifiable view of <code>iterable</code>. 4749 <DT><A HREF="./com/google/common/collect/Iterators.html#unmodifiableIterator(java.util.Iterator)"><B>unmodifiableIterator(Iterator<T>)</B></A> - 4750 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Iterators.html" title="class in com.google.common.collect">Iterators</A> 4751 <DD>Returns an unmodifiable view of <code>iterator</code>. 4752 <DT><A HREF="./com/google/common/collect/UnmodifiableIterator.html" title="class in com.google.common.collect"><B>UnmodifiableIterator</B></A><<A HREF="./com/google/common/collect/UnmodifiableIterator.html" title="type parameter in UnmodifiableIterator">E</A>> - Class in <A HREF="./com/google/common/collect/package-summary.html">com.google.common.collect</A><DD>An iterator that does not support <A HREF="./com/google/common/collect/UnmodifiableIterator.html#remove()"><CODE>UnmodifiableIterator.remove()</CODE></A>.<DT><A HREF="./com/google/common/collect/UnmodifiableIterator.html#UnmodifiableIterator()"><B>UnmodifiableIterator()</B></A> - 4753 Constructor for class com.google.common.collect.<A HREF="./com/google/common/collect/UnmodifiableIterator.html" title="class in com.google.common.collect">UnmodifiableIterator</A> 4754 <DD> 4755 <DT><A HREF="./com/google/common/collect/Multimaps.html#unmodifiableListMultimap(com.google.common.collect.ListMultimap)"><B>unmodifiableListMultimap(ListMultimap<K, V>)</B></A> - 4756 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 4757 <DD>Returns an unmodifiable view of the specified <code>ListMultimap</code>. 4758 <DT><A HREF="./com/google/common/collect/Multimaps.html#unmodifiableMultimap(com.google.common.collect.Multimap)"><B>unmodifiableMultimap(Multimap<K, V>)</B></A> - 4759 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 4760 <DD>Returns an unmodifiable view of the specified multimap. 4761 <DT><A HREF="./com/google/common/collect/Multisets.html#unmodifiableMultiset(com.google.common.collect.Multiset)"><B>unmodifiableMultiset(Multiset<? extends E>)</B></A> - 4762 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multisets.html" title="class in com.google.common.collect">Multisets</A> 4763 <DD>Returns an unmodifiable view of the specified multiset. 4764 <DT><A HREF="./com/google/common/collect/Multimaps.html#unmodifiableSetMultimap(com.google.common.collect.SetMultimap)"><B>unmodifiableSetMultimap(SetMultimap<K, V>)</B></A> - 4765 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 4766 <DD>Returns an unmodifiable view of the specified <code>SetMultimap</code>. 4767 <DT><A HREF="./com/google/common/collect/Multimaps.html#unmodifiableSortedSetMultimap(com.google.common.collect.SortedSetMultimap)"><B>unmodifiableSortedSetMultimap(SortedSetMultimap<K, V>)</B></A> - 4768 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Multimaps.html" title="class in com.google.common.collect">Multimaps</A> 4769 <DD>Returns an unmodifiable view of the specified <code>SortedSetMultimap</code>. 4770 <DT><A HREF="./com/google/common/primitives/UnsignedBytes.html" title="class in com.google.common.primitives"><B>UnsignedBytes</B></A> - Class in <A HREF="./com/google/common/primitives/package-summary.html">com.google.common.primitives</A><DD>Static utility methods pertaining to <code>byte</code> primitives that interpret 4771 values as <i>unsigned</i> (that is, any negative value <code>b</code> is treated 4772 as the positive value <code>256 + b</code>).<DT><A HREF="./com/google/common/primitives/Primitives.html#unwrap(java.lang.Class)"><B>unwrap(Class<T>)</B></A> - 4773 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Primitives.html" title="class in com.google.common.primitives">Primitives</A> 4774 <DD>Returns the corresponding primitive type of <code>type</code> if it is a 4775 wrapper type; otherwise returns <code>type</code> itself. 4776 <DT><A HREF="./com/google/common/base/Charsets.html#US_ASCII"><B>US_ASCII</B></A> - 4777 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/Charsets.html" title="class in com.google.common.base">Charsets</A> 4778 <DD>US-ASCII: seven-bit ASCII, a.k.a. 4779 <DT><A HREF="./com/google/common/base/Joiner.MapJoiner.html#useForNull(java.lang.String)"><B>useForNull(String)</B></A> - 4780 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.MapJoiner.html" title="class in com.google.common.base">Joiner.MapJoiner</A> 4781 <DD>Returns a map joiner with the same behavior as this one, except 4782 automatically substituting <code>nullText</code> for any provided null keys or 4783 values. 4784 <DT><A HREF="./com/google/common/base/Joiner.html#useForNull(java.lang.String)"><B>useForNull(String)</B></A> - 4785 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 4786 <DD>Returns a joiner with the same behavior as this one, except automatically 4787 substituting <code>nullText</code> for any provided null elements. 4788 <DT><A HREF="./com/google/common/collect/Ordering.html#usingToString()"><B>usingToString()</B></A> - 4789 Static method in class com.google.common.collect.<A HREF="./com/google/common/collect/Ordering.html" title="class in com.google.common.collect">Ordering</A> 4790 <DD>Returns an ordering that compares objects by the natural ordering of their 4791 string representations as returned by <code>toString()</code>. 4792 <DT><A HREF="./com/google/common/base/Charsets.html#UTF_16"><B>UTF_16</B></A> - 4793 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/Charsets.html" title="class in com.google.common.base">Charsets</A> 4794 <DD>UTF-16: sixteen-bit UCS Transformation Format, byte order identified by an 4795 optional byte-order mark. 4796 <DT><A HREF="./com/google/common/base/Charsets.html#UTF_16BE"><B>UTF_16BE</B></A> - 4797 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/Charsets.html" title="class in com.google.common.base">Charsets</A> 4798 <DD>UTF-16BE: sixteen-bit UCS Transformation Format, big-endian byte order. 4799 <DT><A HREF="./com/google/common/base/Charsets.html#UTF_16LE"><B>UTF_16LE</B></A> - 4800 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/Charsets.html" title="class in com.google.common.base">Charsets</A> 4801 <DD>UTF-16LE: sixteen-bit UCS Transformation Format, little-endian byte order. 4802 <DT><A HREF="./com/google/common/base/Charsets.html#UTF_8"><B>UTF_8</B></A> - 4803 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/Charsets.html" title="class in com.google.common.base">Charsets</A> 4804 <DD>UTF-8: eight-bit UCS Transformation Format. 4805 </DL> 4806 <HR> 4807 <A NAME="_V_"><!-- --></A><H2> 4808 <B>V</B></H2> 4809 <DL> 4810 <DT><A HREF="./com/google/common/collect/SortedSetMultimap.html#valueComparator()"><B>valueComparator()</B></A> - 4811 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/SortedSetMultimap.html" title="interface in com.google.common.collect">SortedSetMultimap</A> 4812 <DD>Returns the comparator that orders the multimap values, with a <code>null</code> 4813 indicating that natural ordering is used. 4814 <DT><A HREF="./com/google/common/collect/TreeMultimap.html#valueComparator()"><B>valueComparator()</B></A> - 4815 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/TreeMultimap.html" title="class in com.google.common.collect">TreeMultimap</A> 4816 <DD> 4817 <DT><A HREF="./com/google/common/util/concurrent/ValueFuture.html" title="class in com.google.common.util.concurrent"><B>ValueFuture</B></A><<A HREF="./com/google/common/util/concurrent/ValueFuture.html" title="type parameter in ValueFuture">V</A>> - Class in <A HREF="./com/google/common/util/concurrent/package-summary.html">com.google.common.util.concurrent</A><DD>A simple ListenableFuture that holds a value or an exception.<DT><A HREF="./com/google/common/base/CaseFormat.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 4818 Static method in enum com.google.common.base.<A HREF="./com/google/common/base/CaseFormat.html" title="enum in com.google.common.base">CaseFormat</A> 4819 <DD>Returns the enum constant of this type with the specified name. 4820 <DT><A HREF="./com/google/common/base/Service.State.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> - 4821 Static method in enum com.google.common.base.<A HREF="./com/google/common/base/Service.State.html" title="enum in com.google.common.base">Service.State</A> 4822 <DD>Returns the enum constant of this type with the specified name. 4823 <DT><A HREF="./com/google/common/base/CaseFormat.html#values()"><B>values()</B></A> - 4824 Static method in enum com.google.common.base.<A HREF="./com/google/common/base/CaseFormat.html" title="enum in com.google.common.base">CaseFormat</A> 4825 <DD>Returns an array containing the constants of this enum type, in 4826 the order they are declared. 4827 <DT><A HREF="./com/google/common/base/Service.State.html#values()"><B>values()</B></A> - 4828 Static method in enum com.google.common.base.<A HREF="./com/google/common/base/Service.State.html" title="enum in com.google.common.base">Service.State</A> 4829 <DD>Returns an array containing the constants of this enum type, in 4830 the order they are declared. 4831 <DT><A HREF="./com/google/common/collect/BiMap.html#values()"><B>values()</B></A> - 4832 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/BiMap.html" title="interface in com.google.common.collect">BiMap</A> 4833 <DD> 4834 <DT><A HREF="./com/google/common/collect/ForwardingMap.html#values()"><B>values()</B></A> - 4835 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMap.html" title="class in com.google.common.collect">ForwardingMap</A> 4836 <DD> 4837 <DT><A HREF="./com/google/common/collect/ForwardingMultimap.html#values()"><B>values()</B></A> - 4838 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ForwardingMultimap.html" title="class in com.google.common.collect">ForwardingMultimap</A> 4839 <DD> 4840 <DT><A HREF="./com/google/common/collect/ImmutableBiMap.html#values()"><B>values()</B></A> - 4841 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableBiMap.html" title="class in com.google.common.collect">ImmutableBiMap</A> 4842 <DD>Returns an immutable set of the values in this map. 4843 <DT><A HREF="./com/google/common/collect/ImmutableMap.html#values()"><B>values()</B></A> - 4844 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMap.html" title="class in com.google.common.collect">ImmutableMap</A> 4845 <DD>Returns an immutable collection of the values in this map. 4846 <DT><A HREF="./com/google/common/collect/ImmutableMultimap.html#values()"><B>values()</B></A> - 4847 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableMultimap.html" title="class in com.google.common.collect">ImmutableMultimap</A> 4848 <DD>Returns an immutable collection of the values in this multimap. 4849 <DT><A HREF="./com/google/common/collect/ImmutableSortedMap.html#values()"><B>values()</B></A> - 4850 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/ImmutableSortedMap.html" title="class in com.google.common.collect">ImmutableSortedMap</A> 4851 <DD>Returns an immutable collection of the values in this map, sorted by the 4852 ordering of the corresponding keys. 4853 <DT><A HREF="./com/google/common/collect/LinkedHashMultimap.html#values()"><B>values()</B></A> - 4854 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedHashMultimap.html" title="class in com.google.common.collect">LinkedHashMultimap</A> 4855 <DD>Returns a collection of all values in the multimap. 4856 <DT><A HREF="./com/google/common/collect/LinkedListMultimap.html#values()"><B>values()</B></A> - 4857 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/LinkedListMultimap.html" title="class in com.google.common.collect">LinkedListMultimap</A> 4858 <DD>Returns a collection of all values in the multimap. 4859 <DT><A HREF="./com/google/common/collect/Multimap.html#values()"><B>values()</B></A> - 4860 Method in interface com.google.common.collect.<A HREF="./com/google/common/collect/Multimap.html" title="interface in com.google.common.collect">Multimap</A> 4861 <DD>Returns a collection of all values in the multimap. 4862 <DT><A HREF="./com/google/common/collect/EnumBiMap.html#valueType()"><B>valueType()</B></A> - 4863 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/EnumBiMap.html" title="class in com.google.common.collect">EnumBiMap</A> 4864 <DD>Returns the associated value type. 4865 <DT><A HREF="./com/google/common/annotations/VisibleForTesting.html" title="annotation in com.google.common.annotations"><B>VisibleForTesting</B></A> - Annotation Type in <A HREF="./com/google/common/annotations/package-summary.html">com.google.common.annotations</A><DD>An annotation that indicates that the visibility of a type or member has 4866 been relaxed to make the code testable.</DL> 4867 <HR> 4868 <A NAME="_W_"><!-- --></A><H2> 4869 <B>W</B></H2> 4870 <DL> 4871 <DT><A HREF="./com/google/common/collect/MapMaker.html#weakKeys()"><B>weakKeys()</B></A> - 4872 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> 4873 <DD>Specifies that each key (not value) stored in the map should be 4874 wrapped in a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/WeakReference.html?is-external=true" title="class or interface in java.lang.ref"><CODE>WeakReference</CODE></A> (by default, strong references 4875 are used). 4876 <DT><A HREF="./com/google/common/collect/MapMaker.html#weakValues()"><B>weakValues()</B></A> - 4877 Method in class com.google.common.collect.<A HREF="./com/google/common/collect/MapMaker.html" title="class in com.google.common.collect">MapMaker</A> 4878 <DD>Specifies that each value (not key) stored in the map should be 4879 wrapped in a <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/ref/WeakReference.html?is-external=true" title="class or interface in java.lang.ref"><CODE>WeakReference</CODE></A> (by default, strong references 4880 are used). 4881 <DT><A HREF="./com/google/common/base/CharMatcher.html#WHITESPACE"><B>WHITESPACE</B></A> - 4882 Static variable in class com.google.common.base.<A HREF="./com/google/common/base/CharMatcher.html" title="class in com.google.common.base">CharMatcher</A> 4883 <DD>Determines whether a character is whitespace according to the latest 4884 Unicode standard, as illustrated 4885 <a href="http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5Cp%7Bwhitespace%7D">here</a>. 4886 <DT><A HREF="./com/google/common/base/Joiner.html#withKeyValueSeparator(java.lang.String)"><B>withKeyValueSeparator(String)</B></A> - 4887 Method in class com.google.common.base.<A HREF="./com/google/common/base/Joiner.html" title="class in com.google.common.base">Joiner</A> 4888 <DD>Returns a <code>MapJoiner</code> using the given key-value separator, and the 4889 same configuration as this <code>Joiner</code> otherwise. 4890 <DT><A HREF="./com/google/common/primitives/Primitives.html#wrap(java.lang.Class)"><B>wrap(Class<T>)</B></A> - 4891 Static method in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Primitives.html" title="class in com.google.common.primitives">Primitives</A> 4892 <DD>Returns the corresponding wrapper type of <code>type</code> if it is a primitive 4893 type; otherwise returns <code>type</code> itself. 4894 <DT><A HREF="./com/google/common/primitives/Primitives.html#WRAPPER_TO_PRIMITIVE_TYPE"><B>WRAPPER_TO_PRIMITIVE_TYPE</B></A> - 4895 Static variable in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Primitives.html" title="class in com.google.common.primitives">Primitives</A> 4896 <DD>A map from wrapper types to their corresponding primitive types. 4897 <DT><A HREF="./com/google/common/primitives/Primitives.html#WRAPPER_TYPES"><B>WRAPPER_TYPES</B></A> - 4898 Static variable in class com.google.common.primitives.<A HREF="./com/google/common/primitives/Primitives.html" title="class in com.google.common.primitives">Primitives</A> 4899 <DD>All nine wrapper types (including Void). 4900 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#write(int)"><B>write(int)</B></A> - 4901 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4902 <DD> 4903 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#write(byte[])"><B>write(byte[])</B></A> - 4904 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4905 <DD> 4906 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 4907 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4908 <DD> 4909 <DT><A HREF="./com/google/common/io/ByteStreams.html#write(byte[], com.google.common.io.OutputSupplier)"><B>write(byte[], OutputSupplier<? extends OutputStream>)</B></A> - 4910 Static method in class com.google.common.io.<A HREF="./com/google/common/io/ByteStreams.html" title="class in com.google.common.io">ByteStreams</A> 4911 <DD>Writes a byte array to an output stream from the given supplier. 4912 <DT><A HREF="./com/google/common/io/CharStreams.html#write(java.lang.CharSequence, com.google.common.io.OutputSupplier)"><B>write(CharSequence, OutputSupplier<W>)</B></A> - 4913 Static method in class com.google.common.io.<A HREF="./com/google/common/io/CharStreams.html" title="class in com.google.common.io">CharStreams</A> 4914 <DD>Writes a character sequence (such as a string) to an appendable 4915 object from the given supplier. 4916 <DT><A HREF="./com/google/common/io/CountingOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 4917 Method in class com.google.common.io.<A HREF="./com/google/common/io/CountingOutputStream.html" title="class in com.google.common.io">CountingOutputStream</A> 4918 <DD> 4919 <DT><A HREF="./com/google/common/io/CountingOutputStream.html#write(int)"><B>write(int)</B></A> - 4920 Method in class com.google.common.io.<A HREF="./com/google/common/io/CountingOutputStream.html" title="class in com.google.common.io">CountingOutputStream</A> 4921 <DD> 4922 <DT><A HREF="./com/google/common/io/FileBackedOutputStream.html#write(int)"><B>write(int)</B></A> - 4923 Method in class com.google.common.io.<A HREF="./com/google/common/io/FileBackedOutputStream.html" title="class in com.google.common.io">FileBackedOutputStream</A> 4924 <DD> 4925 <DT><A HREF="./com/google/common/io/FileBackedOutputStream.html#write(byte[])"><B>write(byte[])</B></A> - 4926 Method in class com.google.common.io.<A HREF="./com/google/common/io/FileBackedOutputStream.html" title="class in com.google.common.io">FileBackedOutputStream</A> 4927 <DD> 4928 <DT><A HREF="./com/google/common/io/FileBackedOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 4929 Method in class com.google.common.io.<A HREF="./com/google/common/io/FileBackedOutputStream.html" title="class in com.google.common.io">FileBackedOutputStream</A> 4930 <DD> 4931 <DT><A HREF="./com/google/common/io/Files.html#write(byte[], java.io.File)"><B>write(byte[], File)</B></A> - 4932 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 4933 <DD>Overwrites a file with the contents of a byte array. 4934 <DT><A HREF="./com/google/common/io/Files.html#write(java.lang.CharSequence, java.io.File, java.nio.charset.Charset)"><B>write(CharSequence, File, Charset)</B></A> - 4935 Static method in class com.google.common.io.<A HREF="./com/google/common/io/Files.html" title="class in com.google.common.io">Files</A> 4936 <DD>Writes a character sequence (such as a string) to a file using the given 4937 character set. 4938 <DT><A HREF="./com/google/common/io/NullOutputStream.html#write(int)"><B>write(int)</B></A> - 4939 Method in class com.google.common.io.<A HREF="./com/google/common/io/NullOutputStream.html" title="class in com.google.common.io">NullOutputStream</A> 4940 <DD>Discards the specified byte. 4941 <DT><A HREF="./com/google/common/io/NullOutputStream.html#write(byte[], int, int)"><B>write(byte[], int, int)</B></A> - 4942 Method in class com.google.common.io.<A HREF="./com/google/common/io/NullOutputStream.html" title="class in com.google.common.io">NullOutputStream</A> 4943 <DD>Discards the specified byte array. 4944 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeBoolean(boolean)"><B>writeBoolean(boolean)</B></A> - 4945 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4946 <DD> 4947 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeByte(int)"><B>writeByte(int)</B></A> - 4948 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4949 <DD> 4950 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeBytes(java.lang.String)"><B>writeBytes(String)</B></A> - 4951 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4952 <DD><B>Deprecated.</B> <I>This method is dangerous as it discards the high byte of 4953 every character. For UTF-8, use <code>write(s.getBytes(Charsets.UTF_8))</code>.</I> 4954 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeChar(int)"><B>writeChar(int)</B></A> - 4955 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4956 <DD> 4957 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeChars(java.lang.String)"><B>writeChars(String)</B></A> - 4958 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4959 <DD> 4960 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeDouble(double)"><B>writeDouble(double)</B></A> - 4961 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4962 <DD> 4963 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeFloat(float)"><B>writeFloat(float)</B></A> - 4964 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4965 <DD> 4966 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeInt(int)"><B>writeInt(int)</B></A> - 4967 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4968 <DD> 4969 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeLong(long)"><B>writeLong(long)</B></A> - 4970 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4971 <DD> 4972 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeShort(int)"><B>writeShort(int)</B></A> - 4973 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4974 <DD> 4975 <DT><A HREF="./com/google/common/io/ByteArrayDataOutput.html#writeUTF(java.lang.String)"><B>writeUTF(String)</B></A> - 4976 Method in interface com.google.common.io.<A HREF="./com/google/common/io/ByteArrayDataOutput.html" title="interface in com.google.common.io">ByteArrayDataOutput</A> 4977 <DD> 4978 </DL> 4979 <HR> 4980 <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> 4981 4982 <!-- ======= START OF BOTTOM NAVBAR ====== --> 4983 <A NAME="navbar_bottom"><!-- --></A> 4984 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 4985 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 4986 <TR> 4987 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 4988 <A NAME="navbar_bottom_firstrow"><!-- --></A> 4989 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 4990 <TR ALIGN="center" VALIGN="top"> 4991 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 4992 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT> </TD> 4993 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT> </TD> 4994 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT> </TD> 4995 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 4996 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 4997 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT> </TD> 4998 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 4999 </TR> 5000 </TABLE> 5001 </TD> 5002 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 5003 </EM> 5004 </TD> 5005 </TR> 5006 5007 <TR> 5008 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 5009 PREV 5010 NEXT</FONT></TD> 5011 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 5012 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> 5013 <A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> 5014 <SCRIPT type="text/javascript"> 5015 <!-- 5016 if(window==top) { 5017 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>'); 5018 } 5019 //--> 5020 </SCRIPT> 5021 <NOSCRIPT> 5022 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A> 5023 </NOSCRIPT> 5024 5025 5026 </FONT></TD> 5027 </TR> 5028 </TABLE> 5029 <A NAME="skip-navbar_bottom"></A> 5030 <!-- ======== END OF BOTTOM NAVBAR ======= --> 5031 5032 <HR> 5033 5034 </BODY> 5035 </HTML> 5036