Public Member Functions | |
CommentedAlarmMap () | |
CommentedAlarm | put (CommentedAlarm alarm) |
void | putAll (CommentedAlarmMap alarms) |
CommentedAlarm | get (String alarmId) |
CommentedAlarm | remove (String alarmId) |
boolean | containsKey (String alarmId) |
void | clear () |
boolean | isEmpty () |
Collection | values () |
int | size () |
String | toString () |
Private Attributes | |
Map | adaptee = null |
|
Constructor. |
|
Clears this hashtable so that it contains no alarms. |
|
Tests if the specified alarm is a key in this hashtable.
|
|
Returns the commented alarm to which the specified alarm identifier is mapped in this hashtable.
|
|
Tests if this hashtable maps no alarms to comments.
|
|
Maps the specified commented alarm in this hashtable.
|
|
Copies all the mappings from the specified CommentedAlarmMap to this one.
|
|
Removes the commented alarm to which the specified alarm identifeir is mapped in this hashtable.
|
|
Returns the number of commented alarms in this hashtable.
|
|
Returns a string representation.
|
|
Returns a collection of the commented alarms in this hashtable.
|
|
|