APTCONVERT 1.1

Package fr.pixware.util

Interface Summary
JobInvoker Implemented by an object (invoker) needed to be notified during a job in progress whose total duration is unknown.
QuickSort.Compare Interface implemented by comparators, that is, objects able to compare two objects.
RE An abstraction of a regular expression matcher.
REFactory An abstraction of a regular expression engine.
 

Class Summary
CharSequenceUtil A collection of utility functions (static methods) operating on CharSequences.
FileUtil A collection of utility functions (static methods) operating on files and directories.
HashtableUtil A collection of utility functions (static methods) operating on Hashtable.
LinearHashtable A hashtable which is more compact and less efficient (modulo the fact that java.util.Hashtable is thread safe and that LinearHashtable is not thread safe) than Hashtable.
PlatformUtil A collection of utility functions (static methods) returning information which is platform dependant.
PropertySet  
QuickSort A quick sort function (static method).
QuickSort.StringCompare The class of String comparators.
REFactoryImpl  
REMatch Text span returned by RE.getMatch(java.lang.String, int).
StringUtil A collection of utility functions (static methods) operating on Strings and on lists of Strings.
 

Exception Summary
JobCanceledException Thrown by a source if its invoker wishes to cancel the job in progress.
RESyntaxException Thrown when the pattern being compiled has syntax errors.
WrappedException Base class for exceptions which are wrappers around other exceptions.
 


APTCONVERT 1.1