On this page
[Java] Enum ConcurrentReferenceHashMap.Option
- org.apache.groovy.util.concurrent.ConcurrentReferenceHashMap.Option
public static enum ConcurrentReferenceHashMap.Option
Behavior-changing configuration options for the map
Enum Constants Summary
Enum constant | Description |
---|---|
IDENTITY_COMPARISONS |
Indicates that referential-equality (== instead of .equals()) should be used when locating keys. |
Inherited Methods Summary
Enum Constant Detail
public ConcurrentReferenceHashMap.Option IDENTITY_COMPARISONS
Indicates that referential-equality (== instead of .equals()) should be used when locating keys. This offers similar behavior to IdentityHashMap
© 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.Option.html