Package jodd.util

Huge set of various utilities.

See:
          Description

Interface Summary
CloneableObject Since Cloneable is just a marker interface, it is not possible to clone different type of objects at once.
RuntimeJavaSourceLoader.ChangeListener Listener for class changes, invoked after the class reload.
StringPool Pool of String constants.
 

Class Summary
AppletUtil Misc applet utilities.
ArraysUtil More array utilities.
Base64 One of the fastest implementation of the Base64 encoding.
CharUtil Various character utilities.
ClassLoaderUtil  
ComparableComparator<T extends Comparable<T>> Comparator that adapts Comparables to the Comparator interface.
ContextUtil  
DateFormatSymbolsEx Enhanced DateFormatSymbols with improved performance by avoiding duplication of arrays.
ExceptionUtil  
HashCode Collected methods which allow easy implementation of hashCode().
JavaSourceClassLoader A ClassLoader that, unlike usual class loaders, does not load byte code, but reads JavaTM source code and then scans, parses, compiles and loads it into the virtual machine.
LocaleUtil Locale utilities.
MathUtil Various math utilities.
MimeTypeMapping Map extensions to MIME types.
MultiComparator  
Mutex Provides simple mutual exclusion.
NetUtil Network utilities.
ObjectUtil Various object utilities.
PrettyStringBuilder Constructs pretty string representation of object value.
PropertiesUtil Misc java.util.Properties utils.
ReflectUtil Various java.lang.reflect utilities.
RuntimeJavaSourceLoader Manager for JavaSourceClassLoader: loading java sources transparently into the VM.
StringUtil Various String utilities.
SystemUtil Various system utilities.
ThreadUtil Thread utilities.
VmUtil Various VM utilities.
Wildcard Checks whether a string matches a given wildcard pattern.
XmlUtil Some XML and XPath utilities.
 

Exception Summary
UncheckedException Unchecked exception and also a wrapper for checked exceptions.
 

Package jodd.util Description

Huge set of various utilities.



Copyright ©2008 Jodd Team