Interface Reference<T>
- Type Parameters:
T- the type of this reference
- All Known Subinterfaces:
BlockingReference<T>, BlockingReferenceMap<K,V>
public interface Reference<T>
Encapsulates thread-safe reading of an object reference.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceA reader of an object reference.static classA reader of an object reference. -
Method Summary
-
Method Details
-
reader
Reference.Reader<T> reader()Returns a thread-safe reader of this reference.- Returns:
- a thread-safe reader of this reference.
-