Package com.sun.xml.rpc.util
Class StructMap
java.lang.Object
com.sun.xml.rpc.util.StructMap
- All Implemented Interfaces:
Map
A Map that keeps track of the order in which entries are made. The
values() method returns an unmodifiable List of the values
in the order in which they were added. A new method,
keys() has been added. It returns an unmodifiable List of the
keys in the order in which they were added.
- Author:
- JAX-RPC Development Team
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
map
-
keys
-
values
-
-
Constructor Details
-
StructMap
public StructMap()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap
-
containsValue
- Specified by:
containsValuein interfaceMap
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
keys
-
set
-
set
-