Soft reference with lazy initialization under lock
| Constructor and description | 
|---|
                                LazyReference
                                (ReferenceBundle bundle) | 
                        
| Methods inherited from class | Name | 
|---|---|
class LockableObject | 
                            isHeldExclusively, lock, tryAcquire, tryRelease, unlock | 
                        
class AbstractQueuedSynchronizer | 
                            toString, acquireInterruptibly, getQueueLength, getQueuedThreads, getWaitQueueLength, getWaitingThreads, hasQueuedThreads, hasWaiters, isQueued, release, tryAcquireNanos, acquire, acquireShared, acquireSharedInterruptibly, getExclusiveQueuedThreads, getFirstQueuedThread, getSharedQueuedThreads, hasContended, hasQueuedPredecessors, owns, releaseShared, tryAcquireSharedNanos, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
                        
Copyright © 2003-2018 The Apache Software Foundation. All rights reserved.