Searched defs:checkNonnegative (Results 1 - 3 of 3) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
H A DIterators.java832 checkNonnegative(position);
847 private static void checkNonnegative(int position) { method in class:Iterators
871 checkNonnegative(position);
H A DMultisets.java416 checkNonnegative(count, "count");
773 checkNonnegative(count, "count");
792 checkNonnegative(oldCount, "oldCount");
793 checkNonnegative(newCount, "newCount");
942 static void checkNonnegative(int count, String name) { method in class:Multisets
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java796 checkNonnegative(position);
811 private static void checkNonnegative(int position) { method in class:Iterators
835 checkNonnegative(position);

Completed in 123 milliseconds