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-2022 The Apache Software Foundation. All rights reserved.