Home
last modified time | relevance | path

Searched refs:freshInt (Results 1 – 1 of 1) sorted by relevance

/external/guava/guava-testlib/src/com/google/common/testing/
DFreshValueGenerator.java229 private final int identity = freshInt();
273 return Iterables.get(instances, (freshInt() - 1) % instances.size()); in nextInstance()
302 return freshInt(); in freshNumber()
305 @Generates private int freshInt() { in freshInt() method in FreshValueGenerator
310 return new Integer(freshInt()); in freshInteger()
314 return freshInt(); in freshLong()
322 return freshInt(); in freshFloat()
330 return freshInt(); in freshDouble()
338 return (short) freshInt(); in freshShort()
346 return (byte) freshInt(); in freshByte()
[all …]