public class TelesalesProperties
extends java.util.HashMap
To successfully store and retrieve objects from a hashtable, the objects used as keys must implement the hashCode method and the equals method.
Clients should use the methods of HashMap to set and retrieve properties.
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
TelesalesProperties()
Constructs a new, empty data type with a default initial capacity (11) and load factor, which is set to 0.75.
|
public static final java.lang.String COPYRIGHT