- java.lang.Object
-
- kieker.analysisteetime.util.RunningMedian<T>
-
- Type Parameters:
T
- Type of elements the median should be calculated for
public class RunningMedian<T extends java.lang.Comparable<T>>
extends java.lang.Object
This class represents a median that changes in the course of time. Whenever a new element is added the median changes.
- Since:
- 1.14
- Author:
- Sören Henning
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
RunningMedian
public RunningMedian()
-
Method Detail
-
getMedian
public T getMedian()
Copyright 2020 Kieker Project, http://kieker-monitoring.net