Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Uses of Class
oracle.javatools.util.Maps.AbstractCacheMap.ReferenceType

Packages that use Maps.AbstractCacheMap.ReferenceType
oracle.javatools.util Provides general utilities. 
 

Uses of Maps.AbstractCacheMap.ReferenceType in oracle.javatools.util
 

Fields in oracle.javatools.util declared as Maps.AbstractCacheMap.ReferenceType
static Maps.AbstractCacheMap.ReferenceType Maps.CacheStrategy.HARD
           
static Maps.AbstractCacheMap.ReferenceType Maps.AbstractCacheMap.HARD
           
static Maps.AbstractCacheMap.ReferenceType Maps.CacheStrategy.SOFT
           
static Maps.AbstractCacheMap.ReferenceType Maps.AbstractCacheMap.SOFT
           
static Maps.AbstractCacheMap.ReferenceType Maps.CacheStrategy.WEAK
           
static Maps.AbstractCacheMap.ReferenceType Maps.AbstractCacheMap.WEAK
           
 

Methods in oracle.javatools.util that return Maps.AbstractCacheMap.ReferenceType
 Maps.AbstractCacheMap.ReferenceType Maps.CacheStrategy.getValueReferenceType()
          Gets the value reference type of the cache map.
 Maps.AbstractCacheMap.ReferenceType Maps.AbstractCacheMap.getValueReferenceType()
          Gets the value reference type for this map.
static Maps.AbstractCacheMap.ReferenceType Maps.AbstractCacheMap.ReferenceType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Maps.AbstractCacheMap.ReferenceType[] Maps.AbstractCacheMap.ReferenceType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in oracle.javatools.util with parameters of type Maps.AbstractCacheMap.ReferenceType
Maps.BoundedLruCacheStrategy(int maximumSize, int initialCapacity, float loadFactor, Maps.AbstractCacheMap.ReferenceType valueReferenceType, Maps.AbstractCacheMap.MappingType mappingType)
          Constructs an unbounded cache strategy.
Maps.CacheMap(int bound, Maps.AbstractCacheMap.ReferenceType valueReferenceType)
          Constructs a bounded LRU (least recently used), hard-referenced cache map.
Maps.CacheMap(Maps.AbstractCacheMap.ReferenceType valueReferenceType)
          Constructs an unbounded cache map of specified value reference type.
Maps.CacheStrategy(int initialCapacity, float loadFactor, Maps.AbstractCacheMap.ReferenceType valueReferenceType, Maps.AbstractCacheMap.MappingType mappingType)
          Constructs a cache strategy.
Maps.ManagedCacheMap(int bound, Maps.AbstractCacheMap.ReferenceType valueReferenceType, java.lang.String name)
          Constructs a bounded LRU (least recently used), hard-referenced cache map.
Maps.ManagedCacheMap(Maps.AbstractCacheMap.ReferenceType valueReferenceType, java.lang.String name)
          Constructs an unbounded cache map of specified value reference type.
Maps.UnboundedCacheStrategy(int initialCapacity, float loadFactor, Maps.AbstractCacheMap.ReferenceType valueReferenceType, Maps.AbstractCacheMap.MappingType mappingType)
          Constructs an unbounded cache strategy.
Maps.UnboundedCacheStrategy(Maps.AbstractCacheMap.ReferenceType valueReferenceType)
          Constructs an unboundedcache strategy with specifed value reference type.
 


Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

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