org.jboss.portal.common.util
Class TypedMap<EK,EV,IK,IV>
java.lang.Object
org.jboss.portal.common.util.AbstractTypedMap<EK,EV,IK,IV>
org.jboss.portal.common.util.TypedMap<EK,EV,IK,IV>
- All Implemented Interfaces:
- java.util.Map<EK,EV>
public class TypedMap<EK,EV,IK,IV>
- extends AbstractTypedMap<EK,EV,IK,IV>
- Version:
- $Revision: 630 $
- Author:
- Julien Viet
| Nested classes/interfaces inherited from interface java.util.Map |
java.util.Map.Entry<K,V> |
| Methods inherited from class org.jboss.portal.common.util.AbstractTypedMap |
clear, containsKey, containsValue, convert, entrySet, equals, get, isEmpty, keySet, put, putAll, remove, replace, size, toString, validate, values |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
hashCode |
TypedMap
public TypedMap(java.util.Map<IK,IV> delegate,
AbstractTypedMap.Converter<EK,IK> keyConverter,
AbstractTypedMap.Converter<EV,IV> valueConverter)
getKeyConverter
public AbstractTypedMap.Converter<EK,IK> getKeyConverter()
- Specified by:
getKeyConverter in class AbstractTypedMap<EK,EV,IK,IV>
getValueConverter
public AbstractTypedMap.Converter<EV,IV> getValueConverter()
- Specified by:
getValueConverter in class AbstractTypedMap<EK,EV,IK,IV>
getDelegate
protected java.util.Map<IK,IV> getDelegate()
- Specified by:
getDelegate in class AbstractTypedMap<EK,EV,IK,IV>
Copyright © 2008. All Rights Reserved.