public final class AssociationMap<XmlNode> extends Object
TODO: this should be rewritten for efficiency.
Constructor | Description |
---|---|
AssociationMap() |
Modifier and Type | Method | 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 © 2018 Oracle Corporation. All rights reserved.