Map
Map allows key to value mapping for arbitrary value types, and many key types.
Created Map object has methods:
set(key, value) |
Maps key to value. |
key - map key value - map key value |
exists(key) |
Returns true if key has a mapping, false otherwise. |
key - map key |
remove(key) |
Removes the mapping of key and returns true if such a mapping existed, |
key - map key |
keys() |
Returns an Iterator over the keys of this Map. |
|
iterator() |
Returns an Iterator over the values of this Map. |
|
toString() |
Returns a String representation of this Map. |
|
Created with the Personal Edition of HelpNDoc: News and information about help authoring tools and software