Home
last modified time | relevance | path

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

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