Uses of Interface
org.apache.openjpa.lib.util.SizedMap
-
Packages that use SizedMap Package Description org.apache.openjpa.lib.util General Utilitiesorg.apache.openjpa.lib.util.concurrent Concurrent Utilities -
-
Uses of SizedMap in org.apache.openjpa.lib.util
Classes in org.apache.openjpa.lib.util that implement SizedMap Modifier and Type Class Description class
LRUMap
Extension of the commonsLRUMap
that can change its maximum size.class
ReferenceHashMap
Map in which the key, value, or both may be weak/soft references. -
Uses of SizedMap in org.apache.openjpa.lib.util.concurrent
Classes in org.apache.openjpa.lib.util.concurrent that implement SizedMap 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).
-