private static class NewDifferenceEngine.CompareUnmatchedNodeMatcher.Entry
extends java.lang.Object
implements java.util.Map.Entry<org.w3c.dom.Node,org.w3c.dom.Node>
Modifier and Type | Field and Description |
---|---|
private org.w3c.dom.Node |
key |
private org.w3c.dom.Node |
value |
Modifier | Constructor and Description |
---|---|
private |
Entry(org.w3c.dom.Node k,
org.w3c.dom.Node v) |
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Node |
getKey() |
org.w3c.dom.Node |
getValue() |
org.w3c.dom.Node |
setValue(org.w3c.dom.Node v) |
public org.w3c.dom.Node getKey()
getKey
in interface java.util.Map.Entry<org.w3c.dom.Node,org.w3c.dom.Node>
public org.w3c.dom.Node getValue()
getValue
in interface java.util.Map.Entry<org.w3c.dom.Node,org.w3c.dom.Node>
public org.w3c.dom.Node setValue(org.w3c.dom.Node v)
setValue
in interface java.util.Map.Entry<org.w3c.dom.Node,org.w3c.dom.Node>