|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fest.assertions.data.MapEntry
public class MapEntry
Understands an entry in a .
Map
| Field Summary | |
|---|---|
Object |
key
The key corresponding to this entry. |
Object |
value
The value corresponding to this entry. |
| Method Summary | |
|---|---|
static MapEntry |
entry(Object key,
Object value)
Creates a new map entry. |
boolean |
equals(Object obj)
|
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final Object key
public final Object value
| Method Detail |
|---|
public static MapEntry entry(Object key,
Object value)
key - the key of the entry to create.value - the value of the entry to create.
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||