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