Uses of Class
com.atlassian.util.concurrent.LazyReference

Packages that use LazyReference
com.atlassian.util.concurrent   
 

Uses of LazyReference in com.atlassian.util.concurrent
 

Methods in com.atlassian.util.concurrent that return LazyReference
 LazyReference<T> ResettableLazyReference.resets()
          Reset the internal reference and returns a LazyReference of the old value.
 

Methods in com.atlassian.util.concurrent with parameters of type LazyReference
protected  void ResettableLazyReference.onReset(LazyReference<T> oldValue)
          Template extension method for providing custom reset behavior.
 



Copyright © 2014 Atlassian. All Rights Reserved.