|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
PropertyUtils.Macro | Macro template that expands the specified parameter in the macro-specific way. |
Class Summary | |
ArgvUtils | To be reengineered. |
ArgvUtils.OptionEntry | To be reengineered. |
ArgvUtils.OptionIterator | To be reengineered. |
PropertyUtils | Property and string manipulation and macro expansion utilities. |
PropertyUtils.PropertyExpansionMacro | Property expansion template that resolves property names into values using specified properties. |
Exception Summary | |
ExpansionException | Exception thrown from a macro expansion routine. |
Utility classes developed and/or maintained by the Distributed Computing Laboratory, Emory University. This package highlights are:
PropertyUtils
class.
edu.emory.mathcs.util.VolatileHashMap
is a companion to the
WeakHashMap
that keeps the values (rather than keys) as weak references. Thus,
when a value is no longer in ordinary use, it is subject to garbage
collection and all entries referring to that value are removed from the map.
Integer maps
map ints to objects.
The interface allows to avoid memory allocation
for keys and is thus more efficient than standard maps with Integer keys.
edu.emory.mathcs.util.net
edu.emory.mathcs.util.io
edu.emory.mathcs.util.classloader
edu.emory.mathcs.util.concurrent
edu.emory.mathcs.util.remote
edu.emory.mathcs.util.allocator
edu.emory.mathcs.util.security
edu.emory.mathcs.util.xml
edu.emory.mathcs.util.swing
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |