Searched refs:clusterMap (Results 1 – 1 of 1) sorted by relevance
229 private final TreeMap<NonCtsCluster.Key, NonCtsCluster> clusterMap; field in Main.ExpectationWriter231 private ExpectationWriter(TreeMap<NonCtsCluster.Key, NonCtsCluster> clusterMap) { in ExpectationWriter() argument232 this.clusterMap = clusterMap; in ExpectationWriter()237 TreeMap<NonCtsCluster.Key, NonCtsCluster> clusterMap = new TreeMap<>(); in from() local240 clusterMap.compute(key, (k, cluster) -> { in from()251 clusterMap.compute(key, (k, cluster) -> { in from()260 return new ExpectationWriter(clusterMap); in from()269 for (NonCtsCluster cluster : clusterMap.values()) { in write()