public class ModelMap<K,E extends ModelElement<? super E>> extends TreeMap<K,E>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ModelMap() |
| Modifier and Type | Method and Description |
|---|---|
static <I,T extends ModelElement<? super T>> |
create() |
E |
put(K key,
E value)
|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, remove, size, subMap, subMap, tailMap, tailMap, valuesequals, hashCode, isEmpty, toStringpublic static <I,T extends ModelElement<? super T>> ModelMap<I,T> create()
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.