pkg.html
来自「java类库详细讲解」· HTML 代码 · 共 278 行
HTML
278 行
<HTML>
<HEAD>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>java.util Examples from The Java Developers Almanac 1.4</TITLE>
<META CONTENT="Patrick Chan" NAME="AUTHOR">
<META CONTENT="Code Examples from the Java Developers Almanac 1.4" NAME="DESCRIPTION">
<META CONTENT="Java Examples" NAME="KEYWORDS">
<META CONTENT="Addison-Wesley/Patrick Chan" NAME="OWNER">
<META CONTENT="3/20/02" NAME="revision">
<STYLE TYPE="text/css">
<!-- BODY CODE {font-family: Courier, Monospace; font-size: 11pt} TABLE, BODY {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt} PRE {font-family: Courier, Monospace; font-size: 10pt} H2 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt} H3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11pt} A.eglink {text-decoration: none} A:hover.eglink {text-decoration: underline} -->
</STYLE>
</HEAD>
<BODY>
<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0">
<TR>
<TD rowspan="3"><A HREF="/?l=ex"><IMG BORDER="0" ALIGN="BOTTOM" HSPACE="10" SRC="/egs/almanac14a.jpg"></A></TD><TD VALIGN="top"><font face="Times" size="6"><b>The Java Developers Almanac 1.4</b></font>
<br>
Order this book from <a href="/cgi-bin/scripts/redirect.pl?l=ex&url=http://www.amazon.com/exec/obidos/ASIN/0201752808/xeo">Amazon</a>.
</TD>
</TR>
<TR>
<TD align="right" valign="bottom">
<FORM method="get" action="/cgi-bin/search/find.pl">
<INPUT size="25" name="words" type="text"><INPUT value="Search" type="submit">
</FORM>
</TD>
</TR>
</TABLE>
<HR color="#6666cc">
<DIV ALIGN="LEFT">
<A HREF="/">Home</A>
>
<A HREF="../index.html">List of Packages</A>
</DIV>
<br>
<h2>java.util</h2>
<TABLE CELLSPACING="0" CELLPADDING="5" BORDER="0" width="600">
<TR>
<TD HEIGHT="2" width="20" VALIGN="TOP"></TD><TD VALIGN="TOP">
e331. <a class="eglink" href="GenRandom.html">Generating a Random Number</a>
<br>
e332. <a class="eglink" href="ParseString.html">Breaking a String into Words</a>
<br>
e333. <a class="eglink" href="CustEvent.html">Creating a Custom Event</a>
<br>
e334. <a class="eglink" href="Obs.html">Implementing a Simple Event Notifier</a>
<br>
e335. <a class="eglink" href="GetAllLocales.html">Listing All Available Locales</a>
<br>
e336. <a class="eglink" href="SetDefLocale.html">Setting the Default Locale</a>
<br>
e337. <a class="eglink" href="ValueOnObj.html">Associating a Value with an Object</a>
<br>
<br>
<a name="Arrays"></a><b>Arrays</b>
<hr>
e338. <a class="eglink" href="coll_CompArray.html">Comparing Arrays</a>
<br>
e339. <a class="eglink" href="coll_Shuffle.html">Shuffling the Elements of a List or Array</a>
<br>
e340. <a class="eglink" href="coll_GetArrayFromVector.html">Converting a Collection to an Array</a>
<br>
e341. <a class="eglink" href="coll_Array2Col.html">Converting an Array to a Collection</a>
<br>
<br>
<a name="Collections"></a><b>Collections</b>
<hr>
e342. <a class="eglink" href="coll_Queue.html">Implementing a Queue</a>
<br>
e343. <a class="eglink" href="coll_Stack.html">Implementing a Stack</a>
<br>
e344. <a class="eglink" href="coll_Cache.html">Implementing a Least-Recently-Used (LRU) Cache</a>
<br>
e345. <a class="eglink" href="coll_Iterate.html">Listing the Elements of a Collection</a>
<br>
e346. <a class="eglink" href="coll_StorePrimitive.html">Storing Primitive Types in a Collection</a>
<br>
e347. <a class="eglink" href="coll_CreateCopy.html">Creating a Copy of a Collection</a>
<br>
e348. <a class="eglink" href="coll_MakeRo.html">Making a Collection Read-Only</a>
<br>
<br>
<a name="Lists"></a><b>Lists</b>
<hr>
e349. <a class="eglink" href="coll_Lists.html">Creating a List</a>
<br>
e350. <a class="eglink" href="coll_SortList.html">Sorting a List</a>
<br>
e351. <a class="eglink" href="coll_ListOps.html">Operating on Lists</a>
<br>
<br>
<a name="Sets"></a><b>Sets</b>
<hr>
e352. <a class="eglink" href="coll_Sets.html">Creating a Set</a>
<br>
e353. <a class="eglink" href="coll_SetOps.html">Operating on Sets</a>
<br>
e354. <a class="eglink" href="coll_SetOrder.html">Creating a Set That Retains Order-of-Insertion</a>
<br>
<br>
<a name="Hash%20Tables"></a><b>Hash Tables</b>
<hr>
e355. <a class="eglink" href="coll_HashTables.html">Creating a Hash Table</a>
<br>
e356. <a class="eglink" href="coll_MapOrder.html">Creating a Map That Retains Order-of-Insertion</a>
<br>
e357. <a class="eglink" href="coll_WeakMap.html">Automatically Removing an Unreferenced Element from a Hash Table</a>
<br>
<br>
<a name="Sorted%20Collections"></a><b>Sorted Collections</b>
<hr>
e358. <a class="eglink" href="coll_SortSet.html">Creating a Sorted Set</a>
<br>
e359. <a class="eglink" href="coll_SortArray.html">Sorting an Array</a>
<br>
e360. <a class="eglink" href="coll_FindObjectInArray.html">Finding an Element in a Sorted Array</a>
<br>
e361. <a class="eglink" href="coll_FindInList.html">Finding an Element in a Sorted List</a>
<br>
e362. <a class="eglink" href="coll_InsertInList.html">Inserting an Element into a Sorted List</a>
<br>
<br>
<a name="Bits"></a><b>Bits</b>
<hr>
e363. <a class="eglink" href="Bits.html">Performing Bitwise Operations on a Bit Vector</a>
<br>
e364. <a class="eglink" href="Bits2Array.html">Converting Between a BitSet and a Byte Array</a>
<br>
<br>
<a name="Property%20Files"></a><b>Property Files</b>
<hr>
e365. <a class="eglink" href="Props.html">Reading and Writing a Properties File</a>
<br>
e366. <a class="eglink" href="GetSetProps.html">Getting and Setting Properties</a>
<br>
<br>
<a name="Timers"></a><b>Timers</b>
<hr>
e367. <a class="eglink" href="ScheduleLater.html">Scheduling a Timer Task to Run at a Certain Time</a>
<br>
e368. <a class="eglink" href="ScheduleRepeat.html">Scheduling a Timer Task to Run Repeatedly</a>
<br>
<br>
<a name="Time"></a><b>Time</b>
<hr>
e369. <a class="eglink" href="GetCurTime.html">Getting the Current Time</a>
<br>
e370. <a class="eglink" href="GetTimeOtherZone.html">Getting the Current Time in Another Time Zone</a>
<br>
e371. <a class="eglink" href="GetAllZones.html">Retrieving Information on All Available Time Zones</a>
<br>
e372. <a class="eglink" href="GetTimeOtherZone2.html">Converting Times Between Time Zones</a>
<br>
<br>
<a name="Dates"></a><b>Dates</b>
<hr>
e373. <a class="eglink" href="GetCurDate.html">Getting the Current Date</a>
<br>
e374. <a class="eglink" href="GetDateFromCalendar.html">Creating a Date Object for a Particular Date</a>
<br>
e375. <a class="eglink" href="GetDaysInMonth.html">Determining the Number of Days in a Month</a>
<br>
e376. <a class="eglink" href="CompDates.html">Comparing Dates</a>
<br>
e377. <a class="eglink" href="GetAge.html">Determining a Person's Age</a>
<br>
e378. <a class="eglink" href="IsLeap.html">Determining If a Year Is a Leap Year</a>
<br>
e379. <a class="eglink" href="DayOfWeek.html">Determining the Day-of-Week for a Particular Date</a>
<br>
</TD>
</TR>
</TABLE>
<br>
<FONT FACE="Verdana, Arial, Helvetica, sans-serif" SIZE="0">
© 2002 Addison-Wesley.
</FONT>
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?