java.io
Class ObjectStreamClass.EntryFuture
java.lang.Object
java.io.ObjectStreamClass.EntryFuture
- Enclosing class:
- ObjectStreamClass
- private static class ObjectStreamClass.EntryFuture
- extends Object
Placeholder used in class descriptor and field reflector lookup tables
for an entry in the process of being initialized. (Internal) callers
which receive an EntryFuture as the result of a lookup should call the
get() method of the EntryFuture; this will return the actual entry once
it is ready for use and has been set(). To conserve objects,
EntryFutures synchronize on themselves.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
unset
private static final Object unset
entry
private Object entry
ObjectStreamClass.EntryFuture
private ObjectStreamClass.EntryFuture()
set
void set(Object entry)
get
Object get()