Package com.sun.xml.bind.v2.util
Class QNameMap.Entry<V>
- java.lang.Object
-
- com.sun.xml.bind.v2.util.QNameMap.Entry<V>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QName
createQName()
boolean
equals(Object o)
V
getValue()
int
hashCode()
V
setValue(V newValue)
String
toString()
-