immutable
英 [ɪˈmjuːtəbl]
美 [ɪˈmjuːtəbl]
adj. 不可改变的; 永恒不变的
复数:immutables
BNC.20103 / COCA.18955
牛津词典
adj.
- 不可改变的;永恒不变的
that cannot be changed; that will never change
柯林斯词典
- ADJ 永远不变的;永恒的
Something that isimmutablewill never change or cannot be changed.- ...the eternal and immutable principles of right and wrong.
永恒不变的对错法则
- ...the eternal and immutable principles of right and wrong.
英英释义
adj
- not subject or susceptible to change or variation in form or quality or nature
- the view of that time was that all species were immutable, created by God
双语例句
- Another useful method is the freeze method by which a string can be made immutable.
另一个有用的方法是freeze,该方法可以使字符串变得不可修改。 - God is immutable, incapable of change on the levels of God's essence and character.
上帝是永远不变的,上帝的本质和特征是无法改变的。 - The Joda classes I discuss in this article are immutable, so instances of them cannot be modified.
我在本文讨论的Joda类具有不可变性,因此它们的实例无法被修改。 - One advantage of immutable classes is that they are thread-safe.
(不可变类的一个优点就是它们是线程安全的)。 - That article demonstrated the tuple, which is an immutable sequence.
这篇文章演示了tuple,这是一个不可变的序列。 - Using this style of code is a strong visual indicator that it's an immutable class.
这种代码风格的使用从视觉上给出了一种强烈的指示:该类是一个不可变类。 - In this article, I introduced the Python string, which is an immutable sequence of characters.
在本文中,我介绍了Python字符串,它是一种不变的字符序列。 - Because changes only occur upon construction, immutable classes make it trivial to write unit tests.
因为变化只会发生构造函数中,因此不可变类会将编写单元测试变成了一件微不足道的事情。 - But people are thinking, thinking all the time of such change, a sentiment is not immutable.
但人又是有思维的,这种思维随时都在变,没有一种情感是永恒不变的。 - As immutable sequences, both tuple and string objects can't be modified once they're created.
作为不可变的序列,tuple和string对象在创建之后便无法修改。