Uses of Interface
org.apache.openjpa.lib.util.concurrent.ConcurrentMap
-
Packages that use ConcurrentMap Package Description org.apache.openjpa.lib.util.concurrent Concurrent Utilities -
-
Uses of ConcurrentMap in org.apache.openjpa.lib.util.concurrent
Classes in org.apache.openjpa.lib.util.concurrent that implement ConcurrentMap Modifier and Type Class Description class
ConcurrentHashMap
This class implements a HashMap which has limited synchronization.class
ConcurrentReferenceHashMap
This class implements a HashMap which has limited synchronization and reference keys or values(but not both).
-