Microsoft SDK for Java

StringHashtable Class

The StringHashtable class of the com.ms.xml.util package adds objects to the hash table and gets values from the hash table.

public class StringHashtable
{
  // Constructors
  public StringHashtable(int size);

  // Methods
  public Object put(String key, Object value);
  public Object get(String key);
  public Object get(char chars[], int offset, int length);
}

© 1999 Microsoft Corporation. All rights reserved. Terms of use.