// A is the "tag" type static MultiMap ufr_brightnessTreeMultiMap(Iterable> taggedImages) { MultiMap multiMap = treeMultiMap(); for (A tag, IIntegralImage img : unpair taggedImages) multiMap.put(uRoot(img).averageBrightness(), tag); ret multiMap; }