| Class | Description |
|---|---|
| ArrayUtils |
Utility class for managing arrays
|
| BiLevelCacheMap |
A bi-level cache based on HashMap for caching objects with minimal sychronization
overhead.
|
| ClassUtils | |
| DebugUtils |
Utilities for logging.
|
| EnumerationIterator | |
| HashMapUtils | |
| IteratorEnumeration | |
| LocaleUtils | |
| MessageUtils | |
| MyFacesObjectInputStream |
Tried to deploy v0.4.2 on JBoss 3.2.1 and had a classloading problem again.
|
| NullEnumeration |
Enumeration without elements
|
| NullIterator |
Iterator without elements
|
| ReverseListIterator | |
| SelectItemsIterator | |
| StateUtils |
Created by IntelliJ IDEA.
|
| StringUtils |
Implements utility functions for the String class
Emphasis on performance and reduced memory allocation/garbage collection
in exchange for longer more complex code.
|
| ViewIterator |
Iterates over a view structure, i.e. a component tree, in a
depth first manner.
|