Home | History | Annotate | Download | only in collect

Lines Matching defs:setCount

536     public int setCount(E element, int count) {
538 return delegate().setCount(element, count);
542 public boolean setCount(E element, int oldCount, int newCount) {
544 return delegate().setCount(element, oldCount, newCount);