HomeSort by relevance Sort by last modified time
    Searched defs:freshInt (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-testlib/src/com/google/common/testing/
FreshValueGenerator.java 229 private final int identity = freshInt();
272 // freshInt() is 1-based.
273 return Iterables.get(instances, (freshInt() - 1) % instances.size());
302 return freshInt();
305 @Generates private int freshInt() {
310 return new Integer(freshInt());
314 return freshInt();
322 return freshInt();
330 return freshInt();
338 return (short) freshInt();
    [all...]
  /external/guice/lib/build/
guava-testlib-16.0.1.jar 

Completed in 489 milliseconds