Package com.google.common.truth
Class MapSubject.TypedToStringWrapper
- java.lang.Object
-
- com.google.common.truth.MapSubject.TypedToStringWrapper
-
- Enclosing class:
- MapSubject
private static class MapSubject.TypedToStringWrapper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Object
delegate
-
Constructor Summary
Constructors Constructor Description TypedToStringWrapper(java.lang.Object delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object other)
int
hashCode()
java.lang.String
toString()
-