Package org.fest.assertions.data
Class MapEntry
java.lang.Object
org.fest.assertions.data.MapEntry
Understands an entry in a
Map
.- Author:
- Yvonne Wang
-
Field Summary
Fields -
Method Summary
-
Field Details
-
key
-
value
-
-
Method Details
-
entry
Creates a newMapEntry
.- Parameters:
key
- the key of the entry to create.value
- the value of the entry to create.- Returns:
- the created
MapEntry
.
-
equals
-
hashCode
public int hashCode() -
toString
-