public static class BDIXAgentFeature.ChangeInfoEntryMapper
extends java.lang.Object
implements java.util.Map.Entry
Modifier and Type | Field and Description |
---|---|
protected <any> |
ci |
Constructor and Description |
---|
ChangeInfoEntryMapper(<any> ci) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object |
getKey() |
java.lang.Object |
getValue() |
int |
hashCode() |
java.lang.Object |
setValue(java.lang.Object value) |
public java.lang.Object getKey()
getKey
in interface java.util.Map.Entry
public java.lang.Object getValue()
getValue
in interface java.util.Map.Entry
public java.lang.Object setValue(java.lang.Object value)
setValue
in interface java.util.Map.Entry
public boolean equals(java.lang.Object obj)
equals
in interface java.util.Map.Entry
equals
in class java.lang.Object
public int hashCode()
hashCode
in interface java.util.Map.Entry
hashCode
in class java.lang.Object