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:00 PST 2010 --> 6 <TITLE> 7 UnsignedBytes (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="UnsignedBytes (Guava Libraries 2010.01.04)"; 19 } 20 } 21 </SCRIPT> 22 <NOSCRIPT> 23 </NOSCRIPT> 24 25 </HEAD> 26 27 <BODY BGCOLOR="white" onload="windowTitle();"> 28 <HR> 29 30 31 <!-- ========= START OF TOP NAVBAR ======= --> 32 <A NAME="navbar_top"><!-- --></A> 33 <A HREF="#skip-navbar_top" title="Skip navigation links"></A> 34 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 35 <TR> 36 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 37 <A NAME="navbar_top_firstrow"><!-- --></A> 38 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 39 <TR ALIGN="center" VALIGN="top"> 40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 42 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/UnsignedBytes.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 47 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 48 </TR> 49 </TABLE> 50 </TD> 51 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 52 </EM> 53 </TD> 54 </TR> 55 56 <TR> 57 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 58 <A HREF="../../../../com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives"><B>PREV CLASS</B></A> 59 NEXT CLASS</FONT></TD> 60 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 61 <A HREF="../../../../index.html?com/google/common/primitives/UnsignedBytes.html" target="_top"><B>FRAMES</B></A> 62 <A HREF="UnsignedBytes.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 <TR> 78 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 79 SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> 80 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 81 DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> 82 </TR> 83 </TABLE> 84 <A NAME="skip-navbar_top"></A> 85 <!-- ========= END OF TOP NAVBAR ========= --> 86 87 <HR> 88 <!-- ======== START OF CLASS DATA ======== --> 89 <H2> 90 <FONT SIZE="-1"> 91 com.google.common.primitives</FONT> 92 <BR> 93 Class UnsignedBytes</H2> 94 <PRE> 95 <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</A> 96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.primitives.UnsignedBytes</B> 97 </PRE> 98 <HR> 99 <DL> 100 <DT><PRE>public final class <B>UnsignedBytes</B><DT>extends <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></DL> 101 </PRE> 102 103 <P> 104 Static utility methods pertaining to <code>byte</code> primitives that interpret 105 values as <i>unsigned</i> (that is, any negative value <code>b</code> is treated 106 as the positive value <code>256 + b</code>). The corresponding methods that treat 107 the values as signed are found in <A HREF="../../../../com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives"><CODE>SignedBytes</CODE></A>, and the methods for 108 which signedness is not an issue are in <A HREF="../../../../com/google/common/primitives/Bytes.html" title="class in com.google.common.primitives"><CODE>Bytes</CODE></A>. 109 <P> 110 111 <P> 112 <DL> 113 <DT><B>Since:</B></DT> 114 <DD>2009.09.15 <b>tentative</b></DD> 115 <DT><B>Author:</B></DT> 116 <DD>Kevin Bourrillion</DD> 117 </DL> 118 <HR> 119 120 <P> 121 122 <!-- ========== METHOD SUMMARY =========== --> 123 124 <A NAME="method_summary"><!-- --></A> 125 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 126 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 127 <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> 128 <B>Method Summary</B></FONT></TH> 129 </TR> 130 <TR BGCOLOR="white" CLASS="TableRowColor"> 131 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 132 <CODE>static byte</CODE></FONT></TD> 133 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/UnsignedBytes.html#checkedCast(long)">checkedCast</A></B>(long value)</CODE> 134 135 <BR> 136 Returns the <code>byte</code> value that, when treated as unsigned, is equal to 137 <code>value</code>, if possible.</TD> 138 </TR> 139 <TR BGCOLOR="white" CLASS="TableRowColor"> 140 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 141 <CODE>static int</CODE></FONT></TD> 142 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/UnsignedBytes.html#compare(byte, byte)">compare</A></B>(byte a, 143 byte b)</CODE> 144 145 <BR> 146 Compares the two specified <code>byte</code> values, treating them as unsigned 147 values between 0 and 255 inclusive.</TD> 148 </TR> 149 <TR BGCOLOR="white" CLASS="TableRowColor"> 150 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 151 <CODE>static <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A></CODE></FONT></TD> 152 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/UnsignedBytes.html#join(java.lang.String, byte...)">join</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> separator, 153 byte... array)</CODE> 154 155 <BR> 156 Returns a string containing the supplied <code>byte</code> values separated by 157 <code>separator</code>.</TD> 158 </TR> 159 <TR BGCOLOR="white" CLASS="TableRowColor"> 160 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 161 <CODE>static <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</A><byte[]></CODE></FONT></TD> 162 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/UnsignedBytes.html#lexicographicalComparator()">lexicographicalComparator</A></B>()</CODE> 163 164 <BR> 165 Returns a comparator that compares two <code>byte</code> arrays 166 lexicographically.</TD> 167 </TR> 168 <TR BGCOLOR="white" CLASS="TableRowColor"> 169 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 170 <CODE>static byte</CODE></FONT></TD> 171 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/UnsignedBytes.html#max(byte...)">max</A></B>(byte... array)</CODE> 172 173 <BR> 174 Returns the greatest value present in <code>array</code>.</TD> 175 </TR> 176 <TR BGCOLOR="white" CLASS="TableRowColor"> 177 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 178 <CODE>static byte</CODE></FONT></TD> 179 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/UnsignedBytes.html#min(byte...)">min</A></B>(byte... array)</CODE> 180 181 <BR> 182 Returns the least value present in <code>array</code>.</TD> 183 </TR> 184 <TR BGCOLOR="white" CLASS="TableRowColor"> 185 <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> 186 <CODE>static byte</CODE></FONT></TD> 187 <TD><CODE><B><A HREF="../../../../com/google/common/primitives/UnsignedBytes.html#saturatedCast(long)">saturatedCast</A></B>(long value)</CODE> 188 189 <BR> 190 Returns the <code>byte</code> value that, when treated as unsigned, is nearest 191 in value to <code>value</code>.</TD> 192 </TR> 193 </TABLE> 194 <A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A> 195 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 196 <TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor"> 197 <TH ALIGN="left"><B>Methods inherited from class java.lang.<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</A></B></TH> 198 </TR> 199 <TR BGCOLOR="white" CLASS="TableRowColor"> 200 <TD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#clone()" title="class or interface in java.lang">clone</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang">equals</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#finalize()" title="class or interface in java.lang">finalize</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#getClass()" title="class or interface in java.lang">getClass</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#hashCode()" title="class or interface in java.lang">hashCode</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notify()" title="class or interface in java.lang">notify</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#notifyAll()" title="class or interface in java.lang">notifyAll</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#toString()" title="class or interface in java.lang">toString</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait()" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long)" title="class or interface in java.lang">wait</A>, <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#wait(long, int)" title="class or interface in java.lang">wait</A></CODE></TD> 201 </TR> 202 </TABLE> 203 204 <P> 205 206 <!-- ============ METHOD DETAIL ========== --> 207 208 <A NAME="method_detail"><!-- --></A> 209 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> 210 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> 211 <TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"> 212 <B>Method Detail</B></FONT></TH> 213 </TR> 214 </TABLE> 215 216 <A NAME="checkedCast(long)"><!-- --></A><H3> 217 checkedCast</H3> 218 <PRE> 219 public static byte <B>checkedCast</B>(long value)</PRE> 220 <DL> 221 <DD>Returns the <code>byte</code> value that, when treated as unsigned, is equal to 222 <code>value</code>, if possible. 223 <P> 224 <DD><DL> 225 <DT><B>Parameters:</B><DD><CODE>value</CODE> - a value between 0 and 255 inclusive 226 <DT><B>Returns:</B><DD>the <code>byte</code> value that, when treated as unsigned, equals 227 <code>value</code> 228 <DT><B>Throws:</B> 229 <DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if <code>value</code> is negative or greater 230 than 255</DL> 231 </DD> 232 </DL> 233 <HR> 234 235 <A NAME="saturatedCast(long)"><!-- --></A><H3> 236 saturatedCast</H3> 237 <PRE> 238 public static byte <B>saturatedCast</B>(long value)</PRE> 239 <DL> 240 <DD>Returns the <code>byte</code> value that, when treated as unsigned, is nearest 241 in value to <code>value</code>. 242 <P> 243 <DD><DL> 244 <DT><B>Parameters:</B><DD><CODE>value</CODE> - any <code>long</code> value 245 <DT><B>Returns:</B><DD><code>(byte) 255</code> if <code>value >= 255</code>, <code>(byte) 0</code> if 246 <code>value <= 0</code>, and <code>value</code> cast to <code>byte</code> otherwise</DL> 247 </DD> 248 </DL> 249 <HR> 250 251 <A NAME="compare(byte, byte)"><!-- --></A><H3> 252 compare</H3> 253 <PRE> 254 public static int <B>compare</B>(byte a, 255 byte b)</PRE> 256 <DL> 257 <DD>Compares the two specified <code>byte</code> values, treating them as unsigned 258 values between 0 and 255 inclusive. For example, <code>(byte) -127</code> is 259 considered greater than <code>(byte) 127</code> because it is seen as having 260 the value of positive <code>129</code>. 261 <P> 262 <DD><DL> 263 <DT><B>Parameters:</B><DD><CODE>a</CODE> - the first <code>byte</code> to compare<DD><CODE>b</CODE> - the second <code>byte</code> to compare 264 <DT><B>Returns:</B><DD>a negative value if <code>a</code> is less than <code>b</code>; a positive 265 value if <code>a</code> is greater than <code>b</code>; or zero if they are equal</DL> 266 </DD> 267 </DL> 268 <HR> 269 270 <A NAME="min(byte...)"><!-- --></A><H3> 271 min</H3> 272 <PRE> 273 public static byte <B>min</B>(byte... array)</PRE> 274 <DL> 275 <DD>Returns the least value present in <code>array</code>. 276 <P> 277 <DD><DL> 278 <DT><B>Parameters:</B><DD><CODE>array</CODE> - a <i>nonempty</i> array of <code>byte</code> values 279 <DT><B>Returns:</B><DD>the value present in <code>array</code> that is less than or equal to 280 every other value in the array 281 <DT><B>Throws:</B> 282 <DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if <code>array</code> is empty</DL> 283 </DD> 284 </DL> 285 <HR> 286 287 <A NAME="max(byte...)"><!-- --></A><H3> 288 max</H3> 289 <PRE> 290 public static byte <B>max</B>(byte... array)</PRE> 291 <DL> 292 <DD>Returns the greatest value present in <code>array</code>. 293 <P> 294 <DD><DL> 295 <DT><B>Parameters:</B><DD><CODE>array</CODE> - a <i>nonempty</i> array of <code>byte</code> values 296 <DT><B>Returns:</B><DD>the value present in <code>array</code> that is greater than or equal 297 to every other value in the array 298 <DT><B>Throws:</B> 299 <DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/IllegalArgumentException.html?is-external=true" title="class or interface in java.lang">IllegalArgumentException</A></CODE> - if <code>array</code> is empty</DL> 300 </DD> 301 </DL> 302 <HR> 303 304 <A NAME="join(java.lang.String, byte...)"><!-- --></A><H3> 305 join</H3> 306 <PRE> 307 public static <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> <B>join</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A> separator, 308 byte... array)</PRE> 309 <DL> 310 <DD>Returns a string containing the supplied <code>byte</code> values separated by 311 <code>separator</code>. For example, <code>join(":", (byte) 1, (byte) 2, 312 (byte) 255)</code> returns the string <code>"1:2:255"</code>. 313 <P> 314 <DD><DL> 315 <DT><B>Parameters:</B><DD><CODE>separator</CODE> - the text that should appear between consecutive values in 316 the resulting string (but not at the start or end)<DD><CODE>array</CODE> - an array of <code>byte</code> values, possibly empty</DL> 317 </DD> 318 </DL> 319 <HR> 320 321 <A NAME="lexicographicalComparator()"><!-- --></A><H3> 322 lexicographicalComparator</H3> 323 <PRE> 324 public static <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Comparator.html?is-external=true" title="class or interface in java.util">Comparator</A><byte[]> <B>lexicographicalComparator</B>()</PRE> 325 <DL> 326 <DD>Returns a comparator that compares two <code>byte</code> arrays 327 lexicographically. That is, it compares, using <A HREF="../../../../com/google/common/primitives/UnsignedBytes.html#compare(byte, byte)"><CODE>compare(byte, byte)</CODE></A>), the first pair of values that follow any common 328 prefix, or when one array is a prefix of the other, treats the shorter 329 array as the lesser. For example, <code>[] < [0x01] < [0x01, 0x7F] < 330 [0x01, 0x80] < [0x02]</code>. Values are treated as unsigned. 331 332 <p>The returned comparator is inconsistent with <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html?is-external=true#equals(java.lang.Object)" title="class or interface in java.lang"><CODE>Object.equals(Object)</CODE></A> (since arrays support only identity equality), but 333 it is consistent with <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Arrays.html?is-external=true#equals(byte[], byte[])" title="class or interface in java.util"><CODE>Arrays.equals(byte[], byte[])</CODE></A>. 334 <P> 335 <DD><DL> 336 <DT><B>Since:</B></DT> 337 <DD>2010.01.04 <b>tentative</b></DD> 338 <DT><B>See Also:</B><DD><a href="http://en.wikipedia.org/wiki/Lexicographical_order"> 339 Lexicographical order</a> article at Wikipedia</DL> 340 </DD> 341 </DL> 342 <!-- ========= END OF CLASS DATA ========= --> 343 <HR> 344 345 346 <!-- ======= START OF BOTTOM NAVBAR ====== --> 347 <A NAME="navbar_bottom"><!-- --></A> 348 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> 349 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> 350 <TR> 351 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> 352 <A NAME="navbar_bottom_firstrow"><!-- --></A> 353 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> 354 <TR ALIGN="center" VALIGN="top"> 355 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> 356 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> 357 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> 358 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="class-use/UnsignedBytes.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A> </TD> 359 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> 360 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> 361 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> 362 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> 363 </TR> 364 </TABLE> 365 </TD> 366 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> 367 </EM> 368 </TD> 369 </TR> 370 371 <TR> 372 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 373 <A HREF="../../../../com/google/common/primitives/SignedBytes.html" title="class in com.google.common.primitives"><B>PREV CLASS</B></A> 374 NEXT CLASS</FONT></TD> 375 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> 376 <A HREF="../../../../index.html?com/google/common/primitives/UnsignedBytes.html" target="_top"><B>FRAMES</B></A> 377 <A HREF="UnsignedBytes.html" target="_top"><B>NO FRAMES</B></A> 378 <SCRIPT type="text/javascript"> 379 <!-- 380 if(window==top) { 381 document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); 382 } 383 //--> 384 </SCRIPT> 385 <NOSCRIPT> 386 <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> 387 </NOSCRIPT> 388 389 390 </FONT></TD> 391 </TR> 392 <TR> 393 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 394 SUMMARY: NESTED | FIELD | CONSTR | <A HREF="#method_summary">METHOD</A></FONT></TD> 395 <TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> 396 DETAIL: FIELD | CONSTR | <A HREF="#method_detail">METHOD</A></FONT></TD> 397 </TR> 398 </TABLE> 399 <A NAME="skip-navbar_bottom"></A> 400 <!-- ======== END OF BOTTOM NAVBAR ======= --> 401 402 <HR> 403 404 </BODY> 405 </HTML> 406