Returns the Mutability associated with this Freezable. This should not change over the lifetime of the object, except by calling #unsafeShallowFreeze if applicable.
()
| 208 | * applicable. |
| 209 | */ |
| 210 | Mutability mutability(); |
| 211 | |
| 212 | /** |
| 213 | * Registers a change to this Freezable's iterator count and reports whether it is temporarily |
no outgoing calls