Class MapSubject.ValueDifference<A,​E>

  • Enclosing class:
    MapSubject

    private static class MapSubject.ValueDifference<A,​E>
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private A actual  
      private E expected  
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueDifference​(A actual, E expected)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • actual

        private final A actual
      • expected

        private final E expected
    • Constructor Detail

      • ValueDifference

        ValueDifference​(A actual,
                        E expected)