Package org.w3c.util

Interface Summary
LRUAble  
PropertyMonitoring  
Status  
 

Class Summary
ArrayDictionary Random-access dictionary: like a dictionary but with a certain Vector-ness to it Besides all the methods from Dictionary, it also has methods that permit direct access to the nth element or nth key.
ArrayEnumeration Iterates through array skipping nulls.
AsyncLRUList  
CountInputStream count the number of bytes read through the stream
CountOutputStream This class can be used to count number of bytes emitted to a stream.
DateParser Date parser for ISO 8601 format http://www.w3.org/TR/1998/NOTE-datetime-19980827
EmptyEnumeration An empty enumeration.
IO  
LookupTable A kind of hashtable (maps keys to values), useful for a limited number of elements.
LRUList  
LRUNode  
MSFileInputStream  
ObservableProperties An enhanced property class that provides support to monitor changes.
StringUtils  
SyncLRUList  
ThreadCache  
TimeFormatter This class does date formatting using the same format strings accepted by the strftime(3) UNIX call.
Trace  
Unix Native methods to do some UNIX specific system calls.
URLUtils  
UUID A UUID (from java.rmi.server.UID)
XMLProperties The Properties class represents a persistent set of properties.
 

Exception Summary
InvalidDateException  
UnixException