Package org.opennms.netmgt.notifd
Class DuplicateTreeMap<K,V>
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.TreeMap<K,java.util.List<V>>
-
- org.opennms.netmgt.notifd.DuplicateTreeMap<K,V>
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Cloneable
,java.util.Map<K,java.util.List<V>>
,java.util.NavigableMap<K,java.util.List<V>>
,java.util.SortedMap<K,java.util.List<V>>
- Direct Known Subclasses:
NoticeQueue
public class DuplicateTreeMap<K,V> extends java.util.TreeMap<K,java.util.List<V>>
DuplicateTreeMap class.
- Version:
- $Id: $
- Author:
- ranger
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateTreeMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
putItem(K key, V value)
putItemjava.lang.String
toString()
-
Methods inherited from class java.util.TreeMap
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values
-
-