Package org.zkoss.util

Utilities for handling data structures.

See:
          Description

Interface Summary
ListX The extended list interface.
ListX.Entry Represents the entry of each node in the list.
 

Class Summary
ArraysX Utilities for handling arrays.
CacheMap The cache map.
CacheMap.Value The class to hold key/value.
CheckableTreeArray The checkable TreeArray.
Checksums Checksum relevant utilities.
CollectionsX The collection related utilities.
CollectionsX.ArrayCollection An readonly collection on top of an array.
CollectionsX.ArrayEnumeration An enumeration on top of an array.
CollectionsX.ArrayIterator An iterator on top of an array.
CollectionsX.ArrayList An readonly list on top of an array.
CollectionsX.ArrayListIterator  
CollectionsX.CollectionEnumeration An enumeration on top of a collection or iterator.
CollectionsX.EnumerationIterator An iterator that iterates thru an Enumeration.
CollectionsX.OneCollection A collection that contains only one element.
CollectionsX.OneEnumeration An enumeration that enumerates one element.
CollectionsX.OneIterator An iterator that iterates one element.
Dates Utilities for java.util.Date
IdentityComparator The comparator uses == and System.identifyHashCode to compare two objects.
IdentityHashSet Like java.util.InternalHashMap, it uses == and System.identityHashCode for doing HashSet.
Locales The locale relevant utilities.
Maps Utilities for process Map.
ModificationException.Aide Utilities.
Pair A pair of keys.
TimeZones Utilities to access time-zone.
TreeArray Red-black tree based array implementation of List interface.
TreeArray.RbEntry Caller shall use AbstractList.Entry instead of RbEntry for better portability.
WaitLock A simple lock used to implement load-on-deman mechanism.
 

Exception Summary
IllegalSyntaxException Represents a syntax error.
InvalidValueException Denotes an invalid value is passed to a setter method.
ModificationException Denotes a modification fails.
 

Package org.zkoss.util Description

Utilities for handling data structures.



Copyright © 2005-2007 Potix Corporation. All Rights Reserved.