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

/external/guava/guava-tests/test/com/google/common/math/
H A DMathTesting.java144 static final Iterable<Long> ALL_LONG_CANDIDATES; field in class:MathTesting
163 ALL_LONG_CANDIDATES = Iterables.concat(NONZERO_LONG_CANDIDATES, ImmutableList.of(0L));

Completed in 628 milliseconds