Class Summary |
ArrayUtils |
Utility class for managing arrays
$Log: ArrayUtils.java,v $
Revision 1.3 2004/10/13 11:51:01 matze
renamed packages to org.apache
Revision 1.2 2004/07/01 22:01:12 mwessendorf
ASF switch
Revision 1.1 2004/03/29 14:57:01 manolito
refactoring for implementation and non-standard component split
Revision 1.8 2004/03/25 12:41:19 manolito
convenient constants for empty 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 |
|
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. |