groovy / 4.0 / org / apache / groovy / util / concurrent / concurrentreferencehashmap.option.html

[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 constants classes
Enum constant Description
IDENTITY_COMPARISONS Indicates that referential-equality (== instead of .equals()) should be used when locating keys.

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class Object wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll

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