com.sun.xml.bind.v2.util
public static final class QNameMap.Entry<V> extends Object
Field Summary | |
---|---|
int | hash |
String | localName The localPart. |
Entry<V> | next |
String | nsUri The namespace URI. |
V | value |
Constructor Summary | |
---|---|
Entry(int h, String nsUri, String localName, V v, Entry<V> n)
Create new entry. |
Method Summary | |
---|---|
QName | createQName() |
boolean | equals(Object o) |
V | getValue() |
int | hashCode() |
V | setValue(V newValue) |
String | toString() |