K
- The type of key values. Must extend QName
.V
- The key values.public abstract class CompositeMap<K extends javax.xml.namespace.QName,V>
extends java.util.AbstractMap<K,V>
Constructor and Description |
---|
CompositeMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear out the entries in the first map.
|
java.util.Set<java.util.Map.Entry<K,V>> |
entrySet() |
protected java.util.Map<K,V> |
firstMap()
Get the first map from mapList().
|
protected abstract java.util.List<java.util.Map<K,V>> |
mapList()
Get a list of all the maps which make up this composite map.
|
V |
put(K key,
V value)
Add an entry to the first map.
|
protected abstract java.util.List<java.util.Map<K,V>> mapList()
protected java.util.Map<K,V> firstMap()
public void clear()
Copyright © 2013 XChain Framework. All Rights Reserved.