145146147148149150151152153154155
if (this.classMap.size() > max) { setClass(false); } } else { item = this.classMap.get(str); item.increaseCount(); } } }
153154155156157158159160161162163