|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.ref.Reference<T>
java.lang.ref.SoftReference<ResultType>
org.siebengeisslein.util.AbstractCache.AbstractEntry<ResultType>
public abstract class AbstractCache.AbstractEntry<ResultType>
| Constructor Summary | |
|---|---|
AbstractCache.AbstractEntry(ResultType result,
java.lang.ref.ReferenceQueue queue)
|
|
| Method Summary | |
|---|---|
ResultType |
getEntry()
|
abstract Key |
getKey()
|
| Methods inherited from class java.lang.ref.SoftReference |
|---|
get |
| Methods inherited from class java.lang.ref.Reference |
|---|
clear, enqueue, isEnqueued |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractCache.AbstractEntry(ResultType result,
java.lang.ref.ReferenceQueue queue)
| Method Detail |
|---|
public ResultType getEntry()
throws UnknownOIDException,
java.io.IOException
UnknownOIDException
java.io.IOExceptionpublic abstract Key getKey()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||