[Java] Enum ReferenceType

  • org.codehaus.groovy.util.ReferenceType

Enum Constants Summary

Enum constants classes
Enum constant Description
HARD
PHANTOM
SOFT
WEAK

Methods Summary

Methods
Type Params Return Type Name and description
<T, V extends Finalizable> protected Reference<T, V> createReference(T value, V handler, ReferenceQueue queue)

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Enum name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

Enum Constant Detail

ReferenceType HARD

ReferenceType PHANTOM

ReferenceType SOFT

ReferenceType WEAK

Method Detail

<T, V extends Finalizable> protected Reference<T, V> createReference(T value, V handler, ReferenceQueue queue)

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