public static enum ConcurrentReferenceHashMap.Option
Behavior-changing configuration options for the map
| Enum constant | Description | 
|---|---|
| IDENTITY_COMPARISONS | Indicates that referential-equality (== instead of .equals()) should be used when locating keys. | 
Indicates that referential-equality (== instead of .equals()) should be used when locating keys. This offers similar behavior to IdentityHashMap
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.