Deprecated API
Contents
-
Deprecated MethodsMethodDescription
AnyVersionedMapinstances are mutable, and it is inappropriate to use them as keys in hash-based collections. UseAnyVersionedMap.contentEquals(AnyVersionedMap)to compare twoAnyVersionedMapinstances by their contents.AnyVersionedMapinstances are mutable, and it is inappropriate to use them as keys in hash-based collections. UseAnyVersionedMap.contentHashCode(ContentHashCode)to compute ahashCodefor aAnyVersionedMapinstance according to its contents.