Class MildElements.Weak<T>

    • Field Summary

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

      Constructors 
      Constructor Description
      Weak​(T value, java.lang.ref.ReferenceQueue<T> queue, int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int index​(int newIndex)  
      • 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

        private int index
    • Constructor Detail

      • Weak

        Weak​(T value,
             java.lang.ref.ReferenceQueue<T> queue,
             int index)