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

E17493-01

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

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

Uses of Maps.WeakLinkedEntry in oracle.javatools.util
 

Subclasses of Maps.WeakLinkedEntry in oracle.javatools.util
static class Maps.EvictedLinkedEntry<K,V>
           
static class Maps.TimedEvictedLinkedEntry<K,V>
           
static class Maps.TimedWeakLinkedEntry<K,V>
           
 

Methods in oracle.javatools.util that return Maps.WeakLinkedEntry
protected  Maps.WeakLinkedEntry<K,V> Maps.WeakLinkedHashMap.createEntry(int hash, K key, V value, Maps.WeakLinkedEntry<K,V> next)
          Creates an entry for this map.
 

Methods in oracle.javatools.util with parameters of type Maps.WeakLinkedEntry
protected  Maps.WeakLinkedEntry<K,V> Maps.WeakLinkedHashMap.createEntry(int hash, K key, V value, Maps.WeakLinkedEntry<K,V> next)
          Creates an entry for this map.
 


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

E17493-01

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