com.sun.xml.bind.v2.util

Class QNameMap.Entry<V>

public static final class QNameMap.Entry<V> extends Object

Field Summary
inthash
StringlocalName
The localPart.
Entry<V>next
StringnsUri
The namespace URI.
Vvalue
Constructor Summary
Entry(int h, String nsUri, String localName, V v, Entry<V> n)
Create new entry.
Method Summary
QNamecreateQName()
Creates a new QName object from nsUri and localName.
booleanequals(Object o)
VgetValue()
inthashCode()
VsetValue(V newValue)
StringtoString()

Field Detail

hash

final int hash

localName

public final String localName
The localPart.

Entry<V> next

nsUri

public final String nsUri
The namespace URI.

value

V value

Constructor Detail

Entry

Entry(int h, String nsUri, String localName, V v, Entry<V> n)
Create new entry.

Method Detail

createQName

public QName createQName()
Creates a new QName object from nsUri and localName.

equals

boolean equals(Object o)

getValue

public V getValue()

hashCode

int hashCode()

setValue

public V setValue(V newValue)

toString

String toString()