Class NewDifferenceEngine.CompareUnmatchedNodeMatcher.Entry

  • All Implemented Interfaces:
    java.util.Map.Entry<org.w3c.dom.Node,​org.w3c.dom.Node>
    Enclosing class:
    NewDifferenceEngine.CompareUnmatchedNodeMatcher

    private static class NewDifferenceEngine.CompareUnmatchedNodeMatcher.Entry
    extends java.lang.Object
    implements java.util.Map.Entry<org.w3c.dom.Node,​org.w3c.dom.Node>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.w3c.dom.Node key  
      private org.w3c.dom.Node value  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private Entry​(org.w3c.dom.Node k, org.w3c.dom.Node v)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.w3c.dom.Node getKey()  
      org.w3c.dom.Node getValue()  
      org.w3c.dom.Node setValue​(org.w3c.dom.Node v)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Map.Entry

        equals, hashCode
    • Field Detail

      • key

        private final org.w3c.dom.Node key
      • value

        private final org.w3c.dom.Node value
    • Constructor Detail

      • Entry

        private Entry​(org.w3c.dom.Node k,
                      org.w3c.dom.Node v)
    • Method Detail

      • getKey

        public org.w3c.dom.Node getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<org.w3c.dom.Node,​org.w3c.dom.Node>
      • getValue

        public org.w3c.dom.Node getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<org.w3c.dom.Node,​org.w3c.dom.Node>
      • setValue

        public org.w3c.dom.Node setValue​(org.w3c.dom.Node v)
        Specified by:
        setValue in interface java.util.Map.Entry<org.w3c.dom.Node,​org.w3c.dom.Node>