| Package | Description |
|---|---|
| com.sun.xml.ws.util |
| Modifier and Type | Field and Description |
|---|---|
(package private) QNameMap.Entry<V> |
QNameMap.Entry.next |
(package private) QNameMap.Entry<V>[] |
QNameMap.table
The table, resized as necessary.
|
| Modifier and Type | Method and Description |
|---|---|
QNameMap.Entry<V> |
QNameMap.getOne()
Returns one random item in the map.
|
| Modifier and Type | Method and Description |
|---|---|
Set<QNameMap.Entry<V>> |
QNameMap.entrySet() |
| Constructor and Description |
|---|
QNameMap.Entry(int h,
String nsUri,
String localName,
V v,
QNameMap.Entry<V> n)
Create new entry.
|
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.