public final class AssociationMap<XmlNode> extends Object
TODO: this should be rewritten for efficiency.
Constructor and Description |
---|
AssociationMap() |
Modifier and Type | Method and Description |
---|---|
void |
addInner(XmlNode element,
Object inner)
Records the new
element <->inner peer association. |
void |
addOuter(XmlNode element,
Object outer)
Records the new
element <-> outer peer association. |
void |
addUsed(XmlNode n) |
com.sun.xml.bind.v2.runtime.AssociationMap.Entry<XmlNode> |
byElement(Object e) |
com.sun.xml.bind.v2.runtime.AssociationMap.Entry<XmlNode> |
byPeer(Object o) |
Object |
getInnerPeer(XmlNode element) |
Object |
getOuterPeer(XmlNode element) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.