Extension SDK 10.1.2

oracle.ide.util
Class WeakCache.Entry

java.lang.Object
  extended byoracle.ide.util.WeakCache.Entry
Enclosing class:
WeakCache

public static class WeakCache.Entry
extends java.lang.Object

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

See Also:
WeakCache.entries()

Constructor Summary
WeakCache.Entry(java.lang.Object key, java.lang.Object 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(java.lang.Object key,
                       java.lang.Object value)
Method Detail

getKey

public java.lang.Object getKey()

getValue

public java.lang.Object getValue()

Extension SDK

 

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