Class FrequencyMap<T>
Object
org.anchoranalysis.plugin.io.shared.FrequencyMap<T>
- Type Parameters:
T- key-type (should have .toString() representation that is meaningful to humans)
public class FrequencyMap<T> extends Object
Counts the frequency of certain strings, and describes the contents in human language.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description FrequencyMap() -
Method Summary
Modifier and Type Method Description Stringdescribe(String dscrNoun)voidincrementCount(T key)
-
Constructor Details
-
FrequencyMap
public FrequencyMap()
-
-
Method Details