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

/external/guava/guava-tests/test/com/google/common/math/
H A DMathTesting.java107 static final Iterable<Integer> ALL_INTEGER_CANDIDATES; field in class:MathTesting
130 ALL_INTEGER_CANDIDATES = Iterables.concat(NONZERO_INTEGER_CANDIDATES, ImmutableList.of(0));

Completed in 151 milliseconds