HomeSort by relevance Sort by last modified time
    Searched refs:checkNonnegative (Results 1 - 3 of 3) sorted by null

  /external/guava/src/com/google/common/collect/
Multisets.java 240 checkNonnegative(count, "count");
441 checkNonnegative(count, "count");
457 checkNonnegative(oldCount, "oldCount");
458 checkNonnegative(newCount, "newCount");
468 static void checkNonnegative(int count, String name) {
ConcurrentHashMultiset.java 21 import static com.google.common.collect.Multisets.checkNonnegative;
308 checkNonnegative(count, "count");
328 checkNonnegative(oldCount, "oldCount");
329 checkNonnegative(newCount, "newCount");
AbstractMapBasedMultiset.java 23 import static com.google.common.collect.Multisets.checkNonnegative;
290 checkNonnegative(count, "count");

Completed in 24 milliseconds