Package com.google.protobuf
Interface MutabilityOracle
-
- All Known Implementing Classes:
MapField
interface MutabilityOracleVerifies that an object is mutable, throwing if not.
-
-
Field Summary
Fields Modifier and Type Field Description static MutabilityOracleIMMUTABLE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidensureMutable()Throws anUnsupportedOperationExceptionif not mutable.
-
-
-
Field Detail
-
IMMUTABLE
static final MutabilityOracle IMMUTABLE
-
-