oracle.ide.util
Class WeakCache.Entry
java.lang.Object
oracle.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WeakCache.Entry
public WeakCache.Entry(java.lang.Object key,
java.lang.Object value)
getKey
public java.lang.Object getKey()
getValue
public java.lang.Object getValue()
Copyright © 1997, 2004, Oracle. All rights reserved.