| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.util.Maps.CacheStrategy<K,V,E>
oracle.javatools.util.Maps.UnboundedCacheStrategy<K,V,E>
public static class Maps.UnboundedCacheStrategy<K,V,E extends Maps.AbstractLinkedEntry<K,V>>
An unbounded cache strategy.
Maps.CacheStrategy| Field Summary | 
|---|
| Fields inherited from class oracle.javatools.util.Maps.CacheStrategy | 
|---|
CANONICAL, DEFAULT_INITIAL_CAPACITY, DEFAULT_LOAD_FACTOR, HARD, NONCANONICAL, SOFT, WEAK | 
| Constructor Summary | |
|---|---|
Maps.UnboundedCacheStrategy()
Constructs an unbounded, hard-referenced value cache strategy.  | 
|
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.  | 
|
| Method Summary | 
|---|
| Methods inherited from class oracle.javatools.util.Maps.CacheStrategy | 
|---|
entryAccessed, entryAdded, entryChanged, entryEvicted, entryPurged, entryRemoved, evictEldest, getInitialCapacity, getLoadFactor, getMappingType, getValueReferenceType, mapChanged | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Maps.UnboundedCacheStrategy()
public Maps.UnboundedCacheStrategy(Maps.AbstractCacheMap.ReferenceType valueReferenceType)
public Maps.UnboundedCacheStrategy(int initialCapacity,
                                   float loadFactor,
                                   Maps.AbstractCacheMap.ReferenceType valueReferenceType,
                                   Maps.AbstractCacheMap.MappingType mappingType)
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1) E13403-04  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||