org.chromattic.core.mapper.onetomany.hierarchical
Class AnyChildMap<E>

java.lang.Object
  extended by java.util.AbstractMap<String,E>
      extended by org.chromattic.core.mapper.onetomany.hierarchical.AnyChildMap<E>
All Implemented Interfaces:
Map<String,E>

public class AnyChildMap<E>
extends AbstractMap<String,E>

Version:
$Revision$
Author:
Julien Viet

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
AnyChildMap(EntityContext parentCtx, Class<E> relatedClass)
           
 
Method Summary
 Set<Map.Entry<String,E>> entrySet()
           
 E get(Object key)
           
 E put(String key, E value)
           
 E remove(Object key)
           
 
Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnyChildMap

public AnyChildMap(EntityContext parentCtx,
                   Class<E> relatedClass)
Method Detail

get

public E get(Object key)
Specified by:
get in interface Map<String,E>
Overrides:
get in class AbstractMap<String,E>

remove

public E remove(Object key)
Specified by:
remove in interface Map<String,E>
Overrides:
remove in class AbstractMap<String,E>

put

public E put(String key,
             E value)
Specified by:
put in interface Map<String,E>
Overrides:
put in class AbstractMap<String,E>

entrySet

public Set<Map.Entry<String,E>> entrySet()
Specified by:
entrySet in interface Map<String,E>
Specified by:
entrySet in class AbstractMap<String,E>


Copyright © 2010 eXo Platform SAS. All Rights Reserved.