On this page
[Java] Enum ConcurrentReferenceHashMap.ReferenceType
- org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.ReferenceType
public static enum ConcurrentReferenceHashMap.ReferenceType
An option specifying which Java reference type should be used to refer to a key and/or value.
Enum Constants Summary
Enum constant | Description |
---|---|
SOFT |
Indicates a SoftReference should be used |
STRONG |
Indicates a normal Java strong reference should be used |
WEAK |
Indicates a WeakReference should be used |
Inherited Methods Summary
Enum Constant Detail
public ConcurrentReferenceHashMap.ReferenceType SOFT
Indicates a SoftReference should be used
public ConcurrentReferenceHashMap.ReferenceType STRONG
Indicates a normal Java strong reference should be used
public ConcurrentReferenceHashMap.ReferenceType WEAK
Indicates a WeakReference should be used
© 2003-2022 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/4.0.0/html/gapi/org/apache/groovy/util/concurrent/ConcurrentReferenceHashMap.ReferenceType.html