Interface MapSubject.ValueTester<A,​E>

  • Enclosing class:
    MapSubject

    private static interface MapSubject.ValueTester<A,​E>
    • Method Detail

      • test

        boolean test​(A actualValue,
                     E expectedValue)