Searched refs:TO_BIGINTEGER (Results 1 - 1 of 1) sorted by relevance

/external/guava/guava-tests/test/com/google/common/math/
H A DMathTesting.java67 private static final Function<Long, BigInteger> TO_BIGINTEGER = field in class:MathTesting
182 bigValues.addAll(Iterables.transform(POSITIVE_LONG_CANDIDATES, TO_BIGINTEGER));

Completed in 49 milliseconds