Package net.didion.jwnl.util

Utility classes used by JWNL.

See:
          Description

Interface Summary
DeepCloneable A DeepCloneable is a cloneable object that can be cloned shallowly (by creating a copy of the object that contains references to the same members as the original) or deeply (by creating a copy of the object and of all it's member objects).
 

Class Summary
Grep This is a utility class to find a pattern within a file, specifically the sense.idx file.
MessageLog  
MessageLogLevel  
Resolvable Implements lazy resolving for a resource key
ResourceBundleSet A ResourceBundle that is a proxy to multiple ResourceBundles.
TokenizerParser A StringTokenizer with extensions to retrieve the values of numeric tokens, as well as strings.
TypeCheckingList Wrapper for a list that checks the type of arguments before putting them in the list.
 

Package net.didion.jwnl.util Description

Utility classes used by JWNL.