Acme.WildcardDictionary Class Reference

List of all members.

Detailed Description

A dictionary with wildcard lookups.

Definition at line 48 of file WildcardDictionary.java.

Public Member Functions

 WildcardDictionary ()
 Constructor.
int size ()
 Returns the number of elements contained within the dictionary.
boolean isEmpty ()
 Returns true if the dictionary contains no elements.
Enumeration keys ()
 Returns an enumeration of the dictionary's keys.
Enumeration elements ()
 Returns an enumeration of the elements. Use the Enumeration methods.
synchronized Object get (Object key)
 Gets the object associated with the specified key in the dictionary.
synchronized Object put (Object key, Object element)
 Puts the specified element into the Dictionary, using the specified.
synchronized Object remove (Object key)
 Removes the element corresponding to the key. Does nothing if the.

Static Public Member Functions

static String trimPathSeparators (String src)


The documentation for this class was generated from the following file:
Generated on Mon Dec 4 11:03:32 2006 for OpenMobileIS by  doxygen 1.5.1-p1