|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use org.zkoss.util | |
|---|---|
| org.zkoss.idom | The iDOM representation of XML DOM tree. |
| org.zkoss.idom.impl | Implementation of iDOM. |
| org.zkoss.idom.util | Utilities that simplifies the use of iDOM. |
| org.zkoss.lang | The most fundamental Java utilities relevant. |
| org.zkoss.lang.reflect | Utilities for Java reflection. |
| org.zkoss.util | Utilities for handling data structures. |
| org.zkoss.util.media | Media classes, interfaces and utilities. |
| org.zkoss.util.resource | Resources and their locators and loaders. |
| Classes in org.zkoss.util used by org.zkoss.idom | |
|---|---|
| NotableLinkedList
Linked list implementation of the List interface that provides the callback methods such as NotableLinkedList.onAdd(java.lang.Object, java.lang.Object), NotableLinkedList.onSet(java.lang.Object, java.lang.Object)
and NotableLinkedList.onRemove(java.lang.Object). |
|
| Classes in org.zkoss.util used by org.zkoss.idom.impl | |
|---|---|
| NotableLinkedList
Linked list implementation of the List interface that provides the callback methods such as NotableLinkedList.onAdd(java.lang.Object, java.lang.Object), NotableLinkedList.onSet(java.lang.Object, java.lang.Object)
and NotableLinkedList.onRemove(java.lang.Object). |
|
| Classes in org.zkoss.util used by org.zkoss.idom.util | |
|---|---|
| IllegalSyntaxException
Represents a syntax error. |
|
| Classes in org.zkoss.util used by org.zkoss.lang | |
|---|---|
| IllegalSyntaxException
Represents a syntax error. |
|
| Classes in org.zkoss.util used by org.zkoss.lang.reflect | |
|---|---|
| ModificationException
Denotes a modification fails. |
|
| Classes in org.zkoss.util used by org.zkoss.util | |
|---|---|
| Cache
Represents a cache. |
|
| CacheMap.Value
The class to hold key/value. |
|
| Cleanups.Cleanup
The interface to implement for each cleanup. |
|
| CollectionsX.ArrayIterator
An iterator on top of an array. |
|
| FilterMap.Filter
Filters the given value (to evaluate when the value is retrieved). |
|
| IllegalSyntaxException
Represents a syntax error. |
|
| ListX
Deprecated. As of release 5.0.8, it is not used and no longer maintained. The extended list interface. It provides methods to access the entry of each node in the list. Any class implementing this interface guarantees the binding between the entry and the element never changes even after removed. |
|
| ListX.Entry
Deprecated. Represents the entry of each node in the list. |
|
| ModificationException
Denotes a modification fails. |
|
| ScalableTimerTask
A task that can be scheduled for one-time execution by a scalable timer ( ScalableTimer. |
|
| TreeArray
Deprecated. As of release 5.0.8, it is not used and no longer maintained. Red-black tree based array implementation of List interface. Unlike LinkedList, the random access by index is as fast as log(n). Unlike ArrayList, the insertion is as fast as log(n). It is a great compromise between random and sequential access. In additions, it extends the features by also implementing ListX. The deriving class might override newEntry if it also extends RbEntry; override insert(RbEntry, RbEntry) for adding element; override delete(RbEntry) for removing element; clear() for clearing the whole list. Also, RbEntry.setElement might be overridden if the deriving class wants to do something when the set method is called. The iterator method is designed such that next() will proceed correctly even if getElement() throws an exception. The original algorithm is invented by Henri Chen. |
|
| TreeArray.RbEntry
Deprecated. Caller shall use AbstractList.Entry instead of RbEntry for better portability. |
|
| Classes in org.zkoss.util used by org.zkoss.util.media | |
|---|---|
| ModificationException
Denotes a modification fails. |
|
| Classes in org.zkoss.util used by org.zkoss.util.resource | |
|---|---|
| Cache
Represents a cache. |
|
| CacheMap
The cache map. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||