KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > util

java.util packages
concurrent (2) jar (7) logging (5) prefs (1)
regex (12) zip (11)
java.util classes
AbstractCollection AbstractList
AbstractMap (1) AbstractQueue
AbstractSequentialList (1) AbstractSet
ArrayList (17) Arrays (6)
BitSet (4) Calendar (38)
Collection (9) Collections (6)
Comparator (4) ConcurrentModificationException
Currency Date (4)
Dictionary (1) DuplicateFormatFlagsException
EmptyStackException Enumeration (2)
EnumMap EnumSet
EventListener EventListenerProxy
EventObject (1) FormatFlagsConversionMismatchException
Formattable FormattableFlags
Formatter Formatter.BigDecimalLayoutForm
FormatterClosedException GregorianCalendar (6)
HashMap (19) HashSet (4)
Hashtable (7) IdentityHashMap
IllegalFormatCodePointException IllegalFormatConversionException
IllegalFormatException IllegalFormatFlagsException
IllegalFormatPrecisionException IllegalFormatWidthException
InputMismatchException InvalidPropertiesFormatException
Iterator (6) LinkedHashMap (1)
LinkedHashSet LinkedList (22)
List (10) ListIterator
ListResourceBundle Locale (3)
Map (3) Map.Entry (1)
MissingFormatArgumentException MissingFormatWidthException
MissingResourceException (1) NoSuchElementException (2)
Observable Observer
PriorityQueue (1) Properties (12)
PropertyPermission PropertyResourceBundle
Queue Random (2)
RandomAccess ResourceBundle (2)
Scanner Set (2)
SimpleTimeZone (1) SortedMap
SortedSet Stack (4)
StringTokenizer (6) Timer (4)
TimerTask (1) TimeZone (6)
TooManyListenersException TreeMap (4)
TreeSet (1) UnknownFormatConversionException
UnknownFormatFlagsException UUID
Vector (27) WeakHashMap
java.util examples
A string Comparator 2005-11-04Add and remove vector elements 2004-03-09
Add items to a LinkedList 2004-09-27Add map entry 2005-03-03
Add, remove vector elements 2005-03-03America/Denver timezone 2004-12-18
An undocumented difference in semantics between the Java 1.1.5 and Java 1.2 Vector class 2004-10-01Asia/Kuala_Lumpur timezone 2005-03-01
Behaviour of Calendar Clear 2005-03-08BusinessObject 2004-06-15
Calculate No. of days in a month 2004-09-22Calculate No. of days in a year 2004-11-19
Calendar addition 2006-07-21Calendar year 2004-11-10
Case-insensitive sorting operation 2005-11-04Chack validity of a date 2004-11-19
Change property value 2004-10-07Check for empty collection 2005-02-05
Check Leap year 2005-09-29Check map key set 2005-07-15
Check the last position of an item in a LinkedList 2004-09-27Check the position of an item in a LinkedList 2004-09-27
Check to see if an item in a LinkedList 2005-07-20Check to see if any date is later than today 2005-07-14
Check vector elements 2004-05-06Classe que demonstra as funcionalidades de GregorianCalendar e SimpleDateFormat 2003-11-21
Clear an arraylist 2005-08-08Clear LinkedList 2004-09-27
Compare Calendar 2005-06-30Convert a stack to a LinkedList 2004-09-27
Convert ArrayList to Array 2005-04-05Convert list to array 2004-10-07
Convert list to string array 2005-07-19Convert Map to ArrayList 2005-09-08
Copy all the list objects into the array 2005-07-07Copy vector into array 2004-02-04
Correct way to calculate endDate string 2004-12-23Create a Calendar with specific date 2005-09-14
Create a GregorianCalendar with the Pacific Daylight time zone 2003-07-08Create a structure like a HashMap with case insensitive keys 2005-07-08
Create and clearn bitset 2005-05-21Create different Locale 2004-08-24
Create JSP tag to display HTML Option list in Locale order 2006-07-07Create object pool 2005-09-15
Difference between ArrayList and Array 2005-11-05Difference between HashMap and Hashtable 2005-11-04
Difference between Map and Hashmap 2005-11-04Display contents of a list 2004-09-03
Doesn't return time; it returns GMT offset 2006-01-25easy way to sort an array of dates using arraylist 2006-07-07
Empty tokens are not counted 2005-02-04Empty Vector 2004-12-24
Enumerate through a vector 2005-01-16Enumerate through all request parameters 2005-04-03
Enumerate through properties 2004-10-28Enumerating a vector 2004-07-04
Example for hashset, iterator 2005-10-01Example for Protected Method removeRange 2004-11-26
Extending ArrayList 2005-05-21Format a date to MM/dd/yyyy 2003-08-15
FRIDAY value 2005-04-05Get a list of Keys in a HashMap and iterate through them 2005-09-29
Get a property value from a property file in your working directory 2004-12-13Get all entries from a Map 2003-11-21
Get all items in a list 2005-04-06Get bits from 0 (inclusive) to 5 (exclusive) 2005-05-21
Get current hour of the day 2005-04-05Get First Day Of Week 2005-02-23
Get hours 2004-12-03Get maximum element of the given List 2004-10-07
Get previous and next date 2003-07-08Get the user preferred Locale from the request 2003-03-26
Get the zone offset in hours 2003-08-29Get time of specific time zone 2004-11-15
Gets a string array for the given key 2005-10-11Go through items in the ListIterator 2004-03-18
HashMap containsKey 2004-01-22HashMap containsValue 2005-03-26
HashMap to TreeMap 2006-07-25Hashset demo 2005-09-26
HashSetIterator and set.begin cause errors 2006-03-09HashSetIterator example from Standford/Duke website doesnt work? 2006-03-09
How a ResourceBundle is Related to a Locale 2005-01-09How to sort an array using java.util.Arrays Sort??? 2004-07-27
How to Use ArrayList 2005-07-29Illustrating Vector capacity, Vector LastIndexOf, Vector isEmpty methods 2006-06-13
In current Year, check out this week MONDAY 2005-04-05it does not print differnt values 2006-03-02
Iterate a String collection 2005-09-25Iterate through Map entry set 2005-01-07
Iterator Example 2005-07-07Iterator looping 2005-06-20
java: add elements in array into list 2006-08-07Jaxen compare 2004-02-12
Last element of vecto 2004-11-03let me know reason 2006-04-03
LinkedList 2004-09-27List Of JDOM Elements 2004-02-12
Load a property file 2005-03-11Load current time 2005-02-24
Load data from DB into LinkedHashMap 2005-01-25Logging 2004-01-12
Loop through a Map entries 2005-09-10Loop through a Map keys 2003-08-20
Make a copy of bitset and XOR 2005-05-21Manipulate map entry 2005-04-13
Merge two maps 2004-09-15Modify list 2004-06-05
Month is Zero-Based 2004-09-22More ways to convert ArrayList to Array 2004-11-25
Multibyte unicode lexical comparison 2006-07-28Nested LinkedList 2004-09-27
New and old way of creating a list 2005-09-25New ways to synchronize hashmap 2005-09-25
Number of items in a LinkedList 2004-09-27Object loitering in array-based collection 2006-01-24
Parse string 2005-02-04Parse string with StringTokenizer 2005-07-01
Place elements anywhere in the current list 2004-11-29Populate list 2004-05-18
Populate list by inserting into first position 2005-07-29Populate, show, clear ArrayList 2005-08-10
Print all the properties 2005-02-01Print map value sets 2005-10-07
Print property list 2003-11-20Print the elements of HashMap 2005-09-29
Prints out its arguments in lexicographic (alphabetical) order 2004-10-07Problem with using ResourceBundle in JBoss4 2005-05-22
Properties Demo 2004-10-28Quick and Dirty Hackjob demonstrating PriorityQueue 2005-04-06
Random boolean value 2003-12-03Random double value 2005-05-15
Read a property 2005-02-01remove all from a collection 2004-09-20
Remove an object 2004-09-20Remove duplicate value from a Vector 2004-04-05
Remove item from ArrayList 2003-12-19Remove item from bottom of LinkedList 2004-09-27
Remove item from LinkedList 2004-09-27Remove map entry 2004-07-20
Replace items in a LinkedList 2004-09-27Replace XML Chars 2005-05-06
Retreive Elements of Vector 2006-02-07Retrieve first item from LinkedList 2004-09-27
Retrieve item from LinkedList 2004-09-27Retrieve last item from LinkedList 2004-09-27
Retrieving the DAY_OF_WEEK from a Calendar object 2006-08-09Roll a Calendar day 2003-08-15
Run a task everyday at 12.00 pm 2005-07-05Safely remove all the elements in a list 2004-09-27
SATURDAY 2005-04-05Schedule a task 2003-10-28
Send mail servlet 2003-10-15Set calendar to specific date 2003-07-08
Set the 0th and 1000th bits, and display its attributes 2005-10-05Set the time of a calendar 2003-08-15
Set up rules for daylight savings time 2004-08-18Shallow copy of a HashMap 2005-06-02
Short DateFormat 2004-11-04Simple cache 2004-04-21
Sort a TreeMap by its values not its keys 2005-10-15Sort a vector 2004-07-19
Sort array with a comparator 2005-06-20Sort arraylist 2004-10-07
Sort Hashtable 2003-12-01Sort numberic array 2002-08-07
Sort vector with own comparator 2005-03-16Sorted Map 2004-04-23
Stack is such a poorly designed class 2004-11-06Store a Value object and tie it with the key 2004-03-01
String type ArrayList 2005-03-11strTokAdd 2005-06-24
Synchronized HashMap 2004-02-04Test array as list 2005-08-21
Test hash 2004-03-01Test Set 2005-09-22
Test Vector Capacity 2004-12-21To set Date for Locale as Japan 2005-09-05
TreeSet example 2005-05-17Two ways to retrive elements from a vector 2004-04-22
Type casting of class while adding or reading from collection 2006-06-29Understand the operation of hashtable completely 2005-09-15
Update property file 2003-10-08Use ClassLoader to locate resources such as configuration file 2005-03-11
Use Date & Time operation of calendar class 2003-11-21Use for-each loop through Map entry set 2005-01-07
Use GregorianCalendar to get today 2005-02-27Use HashMap 2005-09-08
Use Iterator on Stack 2005-11-04Use new 1.5 For-Each Loop to iterate through an array 2005-05-27
Use Split instead of StringTokenizer 2005-11-04Use the default set of properties 2005-02-01
Use the StringTokenizer constructor with the useDelim 2005-05-10Uses Generics in Map 2005-01-07
Uses java.util.Timer to schedule a task 2005-08-20Using Vector 2004-11-01
Vector and ArrayList difference 2005-11-04Vector size 2004-12-29
Vector to array 2005-03-17Verctor and Arraylist 2005-01-06
Week of month 2004-05-10Week of year 2004-09-07
Why do I get for all three index number the output 0???? 2004-07-29Yesterday's DAY_OF_YEAR 2006-07-21
Popular Tags