|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.claritysys.util.MapComparator.Entry
public static final class MapComparator.Entry
Adds a 'change flag' to the key-value relationship of Map.Entry.
| Field Summary | |
|---|---|
static int |
ADDED
Field ADDED |
static int |
CHANGED
Field CHANGED |
java.lang.Object |
key
Field key |
java.lang.Object |
object
Field object |
static int |
REMOVED
Field REMOVED |
int |
state
Field state |
static int |
UNCHANGED
Field UNCHANGED |
| Constructor Summary | |
|---|---|
MapComparator.Entry(java.lang.Object key,
int state,
java.lang.Object object)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.Object key
public int state
public java.lang.Object object
public static final int REMOVED
public static final int ADDED
public static final int CHANGED
public static final int UNCHANGED
| Constructor Detail |
|---|
public MapComparator.Entry(java.lang.Object key,
int state,
java.lang.Object object)
| Method Detail |
|---|
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||