com.poscoict.glueframework.util
Class GlueHashMap<K,V>

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<K,V>
          extended by com.poscoict.glueframework.util.GlueHashMap<K,V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,V>
Direct Known Subclasses:
GlueDefaultContext

public class GlueHashMap<K,V>
extends HashMap<K,V>

GlueHashMap.java

Since:
2013. 4. 26.
Version:
1.0.0
Author:
Ç㠵γç
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
GlueHashMap()
           
 
Method Summary
<T extends V>
T
getAndTryToCast(K key, Class<T> valueClass)
           
static
<K,V> GlueHashMap<K,V>
newGlueHashMap()
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

GlueHashMap

public GlueHashMap()
Method Detail

newGlueHashMap

public static <K,V> GlueHashMap<K,V> newGlueHashMap()
Returns:

getAndTryToCast

public <T extends V> T getAndTryToCast(K key,
                                       Class<T> valueClass)
Parameters:
key -
valueClass -
Returns:


Copyright © 2013–2015 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.