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) |
public void addInner(XmlNode element, Object inner)
element <->inner peer association.public void addOuter(XmlNode element, Object outer)
element <-> outer peer association.public void addUsed(XmlNode n)
public com.sun.xml.bind.v2.runtime.AssociationMap.Entry<XmlNode> byElement(Object e)
public com.sun.xml.bind.v2.runtime.AssociationMap.Entry<XmlNode> byPeer(Object o)
Copyright © 2005–2017 Oracle Corporation. All rights reserved.