org.springframework.core
Class CollectionFactory.JdkConcurrentHashMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.concurrent.ConcurrentHashMap
          extended by org.springframework.core.CollectionFactory.JdkConcurrentHashMap
All Implemented Interfaces:
java.io.Serializable, java.util.concurrent.ConcurrentMap, java.util.Map
Enclosing class:
CollectionFactory

Deprecated.

@Deprecated
private static class CollectionFactory.JdkConcurrentHashMap
extends java.util.concurrent.ConcurrentHashMap
implements ConcurrentMap

ConcurrentMap adapter for the JDK ConcurrentHashMap class.


Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>
 
Constructor Summary
private CollectionFactory.JdkConcurrentHashMap(int initialCapacity)
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.util.concurrent.ConcurrentHashMap
clear, contains, containsKey, containsValue, elements, entrySet, get, isEmpty, keys, keySet, put, putAll, putIfAbsent, remove, remove, replace, replace, size, values
 
Methods inherited from class java.util.AbstractMap
clone, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.core.ConcurrentMap
putIfAbsent, remove, replace, replace
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

CollectionFactory.JdkConcurrentHashMap

private CollectionFactory.JdkConcurrentHashMap(int initialCapacity)
Deprecated.