public class ExtraCounter<E> extends Counter<E>
Constructor and Description |
---|
ExtraCounter() |
Modifier and Type | Method and Description |
---|---|
void |
buildNetworkSnapshot() |
<T extends E> |
incrementAll(Counter<T> counter) |
approxEquals, argMax, asMinPriorityQueue, asPriorityQueue, clear, containsKey, difference, dotProduct, entrySet, equals, getCount, getDeflt, getEntrySet, getProbability, getSortedKeys, hashCode, incrementAll, incrementCount, isEmpty, isEqualTo, keepBottomNKeys, keepTopNKeys, keySet, main, max, min, normalize, pruneKeysBelowThreshold, put, removeKey, removeKeyFromEntries, sample, sample, scale, scaledClone, setAllCounts, setCount, setDeflt, setDirty, setMaxCount, setMinCount, size, toLogSpace, toString, toString, toString, toStringSortedByKeys, toStringTabSeparated, totalCount
public void buildNetworkSnapshot()
public <T extends E> void incrementAll(Counter<T> counter)
incrementAll
in class Counter<E>