|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.configuration.protocol.metadata.CfgComparer
public abstract class CfgComparer
Constructor Summary | |
---|---|
CfgComparer()
|
Method Summary | |
---|---|
boolean |
equals(org.w3c.dom.Node x,
org.w3c.dom.Node y)
|
protected abstract boolean |
equals2(org.w3c.dom.Element x,
org.w3c.dom.Element y)
|
int |
getHashCode(org.w3c.dom.Node obj)
|
protected abstract int |
getHashCode2(org.w3c.dom.Node obj)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CfgComparer()
Method Detail |
---|
public boolean equals(org.w3c.dom.Node x, org.w3c.dom.Node y)
public int getHashCode(org.w3c.dom.Node obj)
protected abstract int getHashCode2(org.w3c.dom.Node obj)
protected abstract boolean equals2(org.w3c.dom.Element x, org.w3c.dom.Element y)
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |