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

E13403-05

oracle.javatools.util
Class WeakCache.Entry<K,V>

java.lang.Object
  extended by oracle.javatools.util.WeakCache.Entry<K,V>
Enclosing class:
WeakCache<K,V>

public static class WeakCache.Entry<K,V>
extends java.lang.Object

A class whose instances wrap a key and its corresponding value.

See Also:
WeakCache.entries()

Constructor Summary
WeakCache.Entry(K key, V value)
           
 
Method Summary
 java.lang.Object getKey()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakCache.Entry

public WeakCache.Entry(K key,
                       V value)
Method Detail

getKey

public java.lang.Object getKey()

getValue

public java.lang.Object getValue()

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

E13403-05

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