Home | History | Annotate | Download | only in collect

Lines Matching refs:occurrences

950     @Override public int remove(Object key, int occurrences) {
951 if (occurrences == 0) {
954 checkArgument(occurrences > 0);
970 if (occurrences >= count) {
975 for (int i = 0; i < occurrences; i++) {
979 totalSize -= occurrences;