Home
last modified time | relevance | path

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

/external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
DForwardingWrapperTesterTest.java53 return new ForwardingArithmetic(arithmetic); in testGoodForwarder()
253 private static class ForwardingArithmetic implements Arithmetic { class in ForwardingWrapperTesterTest
256 public ForwardingArithmetic(Arithmetic arithmetic) { in ForwardingArithmetic() method in ForwardingWrapperTesterTest.ForwardingArithmetic