[Java] Class LazyReference<T>

  • org.codehaus.groovy.util.LazyReference

Soft reference with lazy initialization under lock

Constructor Summary

Constructors
Constructor and description
LazyReference (ReferenceBundle bundle)

Methods Summary

Methods
Type Params Return Type Name and description
void clear()
T get()
T initValue()
String toString()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class LockableObject isHeldExclusively, lock, tryAcquire, tryRelease, unlock

Constructor Detail

public LazyReference(ReferenceBundle bundle)

Method Detail

public void clear()

public T get()

public T initValue()

public String toString()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.5.14/html/gapi/org/codehaus/groovy/util/LazyReference.html