immutable object meaning in English
不可变对象
Examples
- Immutable objects make the best
不变对象产生最好的 - Immutable objects , like
)不可变对象(如 - An immutable object is one whose externally visible state cannot change after it is instantiated
不变对象是指在实例化后其外部可见状态无法更改的对象。 - Immutable objects are guaranteed to be thread - safe , and never require additional synchronization
不可变的对象一定是线程安全的,并且永远也不需要额外的同步。 - References to immutable objects , the class becomes immutable itself - a very convenient situation indeed
引用,那么该类本身就变成是不变的事实上这是一个非常方便的情况。