Modifier and Type | Field and Description |
---|---|
(package private) int |
hash |
String |
localName
The localPart.
|
(package private) QNameMap.Entry<V> |
next |
String |
nsUri
The namespace URI.
|
(package private) V |
value |
Constructor and Description |
---|
Entry(int h,
String nsUri,
String localName,
V v,
QNameMap.Entry<V> n)
Create new entry.
|
Modifier and Type | Method and Description |
---|---|
QName |
createQName()
|
boolean |
equals(Object o) |
V |
getValue() |
int |
hashCode() |
V |
setValue(V newValue) |
String |
toString() |
public final String nsUri
public final String localName
V value
final int hash
QNameMap.Entry<V> next
Entry(int h, String nsUri, String localName, V v, QNameMap.Entry<V> n)
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.