All Packages

Package com.ms.wfc.util

Provides miscellaneous utility classes.

Classes

ArrayEnumerator

Enumerates all the elements in an Object array.

ArraySorter

Provides methods to sort arrays.

Debug

Provides a set of utility functions for debugging code.

EmptyEnumeratorException

Represents an exception indicating that there are no more elements to enumerate.

EmptyQueueException

Represents an exception indicating that there are no more items in the queue.

EmptyStackException

Represents an exception indicating that there are no more items in the stack.

HashTable

Implements a hash table data structure, which stores key-value pairs.

List

Provides a lightweight, dynamically sizing array.

NumberFormat

Provides number format styles associated with the Value formatting methods.

Root

Represents the debug version of the com.ms.dll.Root class.

StringSorter

Provides methods to perform a locale-based comparison of strings and the sorting of arrays.

Utils

Represents a collection of small utility functions.

Value

Provides methods for data type conversions, string formatting, and string parsing.

Interfaces

IComparer

Allows two objects to be compared.

IEnumerator

Provides a generic enumeration interface. 

Delegates

DebugMessageEventHandler

Defines a callback delegate that can be inserted into a message that displays events for the Debug class.