@Submodule(prefix="053A")
| Class | Description |
|---|---|
| LimitedSetStatistic<K> |
LimitedSetStatistic - class that is similar to Set - but it is limited in size and removes "the weakest" objects when needed (so it is slightly
similar to a cache).
|
| LimitedSetStatistic.CountComparator<KK> | |
| LimitedSetStatistic.TimeComparator<KK> | |
| LimitedSetStatisticEntry<K> |
LimitedSetStatisticEntry - holds LimitedSetStatistic entry along with the counter and the time of the last counter change.
|
| ThroughputStatistic<K> | |
| ThroughputStatisticEntry<K> |