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 Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a thread-safe reader of this reference.
  • Method Details

    • reader

      Reference.Reader<T> reader()
      Returns a thread-safe reader of this reference.
      Returns:
      a thread-safe reader of this reference.