Deprecated API
Contents
-
MethodDescription
AnyVersionedMap
instances are mutable, and it is inappropriate to use them as keys in hash-based collections. UseAnyVersionedMap.contentEquals(AnyVersionedMap)
to compare twoAnyVersionedMap
instances by their contents.AnyVersionedMap
instances are mutable, and it is inappropriate to use them as keys in hash-based collections. UseAnyVersionedMap.contentHashCode(ContentHashCode)
to compute ahashCode
for aAnyVersionedMap
instance according to its contents.