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

E13403-03

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

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

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

Fields in oracle.javatools.util declared as Maps.AbstractCacheMap.MappingType
static Maps.AbstractCacheMap.MappingType Maps.CacheStrategy.CANONICAL
           
static Maps.AbstractCacheMap.MappingType Maps.AbstractCacheMap.CANONICAL
           
static Maps.AbstractCacheMap.MappingType Maps.CacheStrategy.NONCANONICAL
           
static Maps.AbstractCacheMap.MappingType Maps.AbstractCacheMap.NONCANONICAL
           
 

Methods in oracle.javatools.util that return Maps.AbstractCacheMap.MappingType
 Maps.AbstractCacheMap.MappingType Maps.CacheStrategy.getMappingType()
          Gets whether the cache maps canonically.
 Maps.AbstractCacheMap.MappingType Maps.AbstractCacheMap.getMappingType()
          Gets the mapping type for this map.
static Maps.AbstractCacheMap.MappingType Maps.AbstractCacheMap.MappingType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Maps.AbstractCacheMap.MappingType[] Maps.AbstractCacheMap.MappingType.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.MappingType
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.MappingType mappingType)
          Constructs a bounded LRU (least recently used), hard-referenced, canonically-mapped, cache map.
Maps.CacheStrategy(int initialCapacity, float loadFactor, Maps.AbstractCacheMap.ReferenceType valueReferenceType, Maps.AbstractCacheMap.MappingType mappingType)
          Constructs a cache strategy.
Maps.ManagedCacheMap(int bound, Maps.AbstractCacheMap.MappingType mappingType, java.lang.String name)
          Constructs a bounded LRU (least recently used), hard-referenced, canonically-mapped, cache map.
Maps.UnboundedCacheStrategy(int initialCapacity, float loadFactor, Maps.AbstractCacheMap.ReferenceType valueReferenceType, Maps.AbstractCacheMap.MappingType mappingType)
          Constructs an unbounded cache strategy.
 


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

E13403-03

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