Class TimeSmoother.TreeMultiMap<K,V>
java.lang.Object
de.robertmetzger.flink.utils.eventtime.TimeSmoother.TreeMultiMap<K,V>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TimeSmoother<T>
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TreeMultiMap
public TreeMultiMap()
-
-
Method Details
-
size
public int size() -
remove
Remove element by key.- Parameters:
key- to remove
-
put
Put element into tree.- Parameters:
key- of elementvalue- of element
-
firstEntry
-
headMap
-
reportRemoved
public void reportRemoved(int removed)
-