878879880881882883884885886887888
Map.Entry entry = it.hasNext() ? (Map.Entry) it.next() : null; while(entry != null) { Bucket key = (Bucket) entry.getKey(); int compare = totalItEntry == null ? -1 : key.compareTo(totalItEntry.key); if (compare <= 0) { Object addVal = null; if (last)