Uses of Interface
org.springframework.core.ConcurrentMap

Packages that use ConcurrentMap
org.springframework.core Provides basic classes for exception handling and version detection, and other core helpers that are not specific to any part of the framework. 
 

Uses of ConcurrentMap in org.springframework.core
 

Methods in org.springframework.core that return ConcurrentMap
static ConcurrentMap CollectionFactory.createConcurrentMap(int initialCapacity)
          Create a concurrent Map with a dedicated ConcurrentMap interface, requiring JDK >= 1.5 or the backport-concurrent library on the classpath.
 



Copyright © 2002-2008 The Spring Framework.