出典:Wikipedia
出典:『Wikipedia』 (2010/10/31 12:59 UTC 版)
In object-oriented programming, "Immutable Interface" is a pattern for designing an immutable object. The immutable interface pattern involves defining a type which does not provide any methods which mutate state. Objects which are referenced by that type are not seen to have any mutable state, and appear immutable.