| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Maps.AbstractHashMap | |
|---|---|
| oracle.javatools.resourcebundle | |
| oracle.javatools.util | Provides general utilities. | 
| Uses of Maps.AbstractHashMap in oracle.javatools.resourcebundle | 
|---|
| Subclasses of Maps.AbstractHashMap in oracle.javatools.resourcebundle | |
|---|---|
static class | 
ResourceBundleManager.BundleCache<K,V>
 | 
| Uses of Maps.AbstractHashMap in oracle.javatools.util | 
|---|
| Subclasses of Maps.AbstractHashMap in oracle.javatools.util | |
|---|---|
static class | 
Maps.AbstractCacheMap<K,V,E extends Maps.AbstractLinkedEntry<K,V>>
 | 
static class | 
Maps.AbstractLinkedHashMap<K,V,E extends Maps.AbstractLinkedEntry<K,V>>
An abstract, but nearly complete, implementation of the Map
 interface that is functionally equivalent to LinkedHashMap
 but is based on Maps.AbstractHashMap and allows subclasses the same
 customization options. | 
static class | 
Maps.CacheMap<K,V>
 | 
static class | 
Maps.DefaultHashMap<K,V>
The default implementation of Maps.AbstractHashMap, based on Maps.DefaultEntry. | 
static class | 
Maps.LinkedHashMap<K,V>
The default implementation of Maps.AbstractLinkedHashMap, based on
 Maps.DefaultLinkedEntry. | 
static class | 
Maps.ManagedCacheMap<K,V>
A cache map which is an MBean and can be monitored by a JMX client (e.g., JConsole).  | 
static class | 
Maps.SoftHashMap<K,V>
An implementation of Maps.AbstractHashMap, based on Maps.SoftEntry,
 which holds its values with SoftReferences. | 
static class | 
Maps.SoftLinkedHashMap<K,V>
An implementation of Maps.AbstractLinkedHashMap, based on Maps.SoftLinkedEntry, which holds its values with SoftReferences. | 
static class | 
Maps.WeakHashMap<K,V>
An implementation of Maps.AbstractHashMap, based on Maps.WeakEntry,
 which holds its values with WeakReferences. | 
static class | 
Maps.WeakLinkedHashMap<K,V>
An implementation of Maps.AbstractLinkedHashMap, based on Maps.WeakLinkedEntry, which holds its values with WeakReferences. | 
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||