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

E17493-01

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
11g Release 2 (11.1.2.0.0)

E17493-01

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