| Package | Description |
|---|---|
| oracle.javatools.util |
Provides general utilities.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Maps.CacheMap<K,V> |
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.SoftLinkedHashMap<K,V>
An implementation of
Maps.AbstractLinkedHashMap, based on Maps.SoftLinkedEntry, which holds its values with SoftReferences. |
static class |
Maps.StrongLinkedHashMap<K,V>
The default implementation of
Maps.AbstractLinkedHashMap, based on
Maps.StrongLinkedEntry. |
static class |
Maps.WeakLinkedHashMap<K,V>
An implementation of
Maps.AbstractLinkedHashMap, based on Maps.WeakLinkedEntry, which holds its values with WeakReferences. |