The com.ms.util package contains the following classes:.
ArraySort Class sorts an Object array using a Comparison object.
EventLog Class implements an event log.
FileVersionInformation Class creates file version information for a given file.
HTMLTokenizer Class parses an HTML 3.2 document.
IncludeExcludeIntRanges Class maintains a set of integers specified by a pair of IntRanges objects.
IncludeExcludeWildcards Class maintains a set of strings specified by a pair of WildcardExpression objects.
IntRanges Class maintains a list of integer ranges.
MultiComparison Class provides a comparison based on an array of other comparisons.
Queue Class provides a queue, implemented in an array.
SetComparer Class compares sets that cannot be subtracted or otherwise have no "inverse" operator.
Sort Class implements an abstract sorting engine.
StringComparison Class provides a simple comparison, similar to that done by String.compareTo.
SystemVersionManager Class provides methods that set and retrieve system version properties.
Task Class schedules and manages the execution of runnable objects in the global task manager.
TaskManager Class schedules or manages the execution of runnable objects.
ThreadLocalStorage Class allows applications to store a per-thread reference to a Java object; added as of versions 2437 through 2925 of the Microsoft virtual machine.
Timer Class implements a timer event source.
TimerEvent Class identifies the expiration of a Timer.
UnsignedIntRanges Class shifts unsigned numbers to the range of signed numbers.
VectorSort Class sorts the specified Vector object using the specified Comparison.
WildcardExpression Class matches simple wildcard expressions, such as txt or report?.doc, commonly recognized by users on most platforms.