public static class Library.ClauseCounts
extends java.util.TreeMap
ClauseCounts
class is a TreeMap with structure:
LangName:kinTerm => Counter[] (cumulative counts of string length). It
holds the ClauseCounts file contents during a session.Modifier and Type | Method and Description |
---|---|
static void |
loadFromDisk()
Find the ClauseCounts file in the Library folder, and load it into
cbCounts.
|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values
public static void loadFromDisk() throws JavaSystemException, java.io.FileNotFoundException
JavaSystemException
java.io.FileNotFoundException