RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.model
Class ModelMap<K,E extends ModelElement<? super E>>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.TreeMap<K,E>
          extended by org.richfaces.cdk.model.ModelMap<K,E>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,E>, NavigableMap<K,E>, SortedMap<K,E>

public class ModelMap<K,E extends ModelElement<? super E>>
extends TreeMap<K,E>

Author:
asmirnov@exadel.com
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
ModelMap()
           
 
Method Summary
static
<I,T extends ModelElement<? super T>>
ModelMap<I,T>
create()
           
 E put(K key, E value)
          

 
Methods inherited from class java.util.TreeMap
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, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, isEmpty, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode, isEmpty
 

Constructor Detail

ModelMap

public ModelMap()
Method Detail

create

public static <I,T extends ModelElement<? super T>> ModelMap<I,T> create()

put

public E put(K key,
             E value)

Specified by:
put in interface Map<K,E extends ModelElement<? super E>>
Overrides:
put in class TreeMap<K,E extends ModelElement<? super E>>
Parameters:
key -
value -
Returns:
See Also:
Map.put(java.lang.Object, java.lang.Object)

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.