Package com.google.protobuf
Interface MutabilityOracle
- All Known Implementing Classes:
MapField
interface MutabilityOracle
Verifies that an object is mutable, throwing if not.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
IMMUTABLE
-
-
Method Details
-
ensureMutable
void ensureMutable()Throws anUnsupportedOperationException
if not mutable.
-