org.opennms.netmgt.notifd
Class NoticeQueue
java.lang.Object
java.util.AbstractMap
java.util.TreeMap
org.opennms.netmgt.notifd.NoticeQueue
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable, java.util.SortedMap
- public class NoticeQueue
- extends java.util.TreeMap
This is a data class designed to hold NotificationTasks in an ordered map
that can handle collisions.
- Version:
- 1.1.1.1
- Author:
- Jason Johns , OpenNMS
- See Also:
- Serialized Form
Nested classes inherited from class java.util.TreeMap |
|
Nested classes inherited from class java.util.AbstractMap |
|
Fields inherited from class java.util.TreeMap |
|
Fields inherited from class java.util.AbstractMap |
|
Method Summary |
java.lang.Object |
put(java.lang.Object key,
java.lang.Object task)
|
java.lang.Object |
remove(java.lang.Object task)
|
java.lang.String |
toString()
|
java.util.Collection |
values()
|
Methods inherited from class java.util.TreeMap |
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, putAll, size, subMap, tailMap |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, isEmpty |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode, isEmpty |
NoticeQueue
public NoticeQueue()
NoticeQueue
public NoticeQueue(java.util.Comparator c)
NoticeQueue
public NoticeQueue(java.util.Map m)
NoticeQueue
public NoticeQueue(java.util.SortedMap m)
put
public java.lang.Object put(java.lang.Object key,
java.lang.Object task)
remove
public java.lang.Object remove(java.lang.Object task)
values
public java.util.Collection values()
toString
public java.lang.String toString()
Generated by eevans on May 29 2005 2015.