Interface ReadableReference<T>
- Type Parameters:
T- the type of this reference
- All Known Subinterfaces:
Reference<T>,ReferenceMap<K,V>
public interface ReadableReference<T>
A readable reference.
- Author:
- Paul Ferraro
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic class -
Method Summary
-
Method Details
-
reader
ReadableReference.Reader<T> reader()Returns a thread-safe reader of this reference.- Returns:
- a thread-safe reader of this reference.
-