Class Striped.SmallLazyStriped.ArrayReference<L>

  • Enclosing class:
    Striped.SmallLazyStriped<L>

    private static final class Striped.SmallLazyStriped.ArrayReference<L>
    extends java.lang.ref.WeakReference<L>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int index  
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayReference​(L referent, int index, java.lang.ref.ReferenceQueue<L> queue)  
    • Method Summary

      • Methods inherited from class java.lang.ref.Reference

        clear, clone, enqueue, get, isEnqueued, reachabilityFence
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • index

        final int index
    • Constructor Detail

      • ArrayReference

        ArrayReference​(L referent,
                       int index,
                       java.lang.ref.ReferenceQueue<L> queue)