Package wt.fc

Class WTStringMap

java.lang.Object
wt.fc.WTStringMap
All Implemented Interfaces:
Externalizable, Serializable

@GenAsPrimitiveType(java.lang.String.class) public class WTStringMap extends Object implements Externalizable
WTStringMap class maps keys to values. Both the keys and the values must be of type String. A map contains no duplicate keys; each key can map to at most one value.



Supported API: true

Extendable: false

See Also: