Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.javatools.util.Maps.AbstractLinkedHashMap

Packages that use Maps.AbstractLinkedHashMap
oracle.javatools.util Provides general utilities. 

 

Uses of Maps.AbstractLinkedHashMap in oracle.javatools.util

 

Subclasses of Maps.AbstractLinkedHashMap in oracle.javatools.util
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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.