com.sun.jini.collection
Class SoftCache.Value
java.lang.Object
java.lang.ref.Reference<T>
java.lang.ref.SoftReference
com.sun.jini.collection.SoftCache.Value
- Enclosing class:
- SoftCache
private static class SoftCache.Value
- extends SoftReference
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DROPPED
static final Object DROPPED
key
Object key
SoftCache.Value
private SoftCache.Value(Object k,
Object v,
ReferenceQueue q)
create
static SoftCache.Value create(Object k,
Object v,
ReferenceQueue q)
strip
static Object strip(Object o,
boolean drop)
drop
void drop()
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.