Interface MutabilityOracle

  • All Known Implementing Classes:
    MapField

    interface MutabilityOracle
    Verifies that an object is mutable, throwing if not.
    • Method Detail

      • ensureMutable

        void ensureMutable()
        Throws an UnsupportedOperationException if not mutable.