Class AssociationMap<XmlNode>
java.lang.Object
org.glassfish.jaxb.runtime.v2.runtime.AssociationMap<XmlNode>
Bi-directional map between elements, inner peers,
and outer peers.
TODO: this should be rewritten for efficiency.
- Since:
- 2.0
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRecords the newelement <->innerpeer association.voidRecords the newelement <-> outerpeer association.voidgetInnerPeer(XmlNode element) getOuterPeer(XmlNode element)
-
Constructor Details
-
AssociationMap
public AssociationMap()Default constructor.
-
-
Method Details
-
addInner
Records the newelement <->innerpeer association. -
addOuter
Records the newelement <-> outerpeer association. -
addUsed
-
byElement
-
byPeer
-
getInnerPeer
-
getOuterPeer
-