Microsoft SDK for Java

StringHashtable Class Constructors

The StringHashtable class contains the following constructor:

StringHashtable(int size)

Constructs an empty hash table of the specified initial capacity.

Syntax

public StringHashtable(int size);

Parameters

size The initial capacity of the hash table.

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