mutable
英 [ˈmjuːtəbl]
美 [ˈmjuːtəbl]
adj. 可变的; 会变的
BNC.42039 / COCA.28523
牛津词典
adj.
- 可变的;会变的
that can change; likely to change
英英释义
adj
- capable of or tending to change in form or quality or nature
- a mutable substance
- the mutable ways of fortune
- mutable weather patterns
- a mutable foreign policy
双语例句
- There's a loophole when synchronizing on a mutable field, however, which can break down mutual exclusion.
然而,易变域的同步中会有一个漏洞,它可能破坏互斥。 - And I pointed out that lists are mutable, showed you some examples of mutation.
我提到了数组是可变的,并给你们举了一些例子。 - Scala also will not prevent you from writing code with mutable state.
Scala也不会阻止您在可变状态下编写代码。 - It should yield a mutable sequence object ( e.g., a list).
这应给出一个可变有序对象(比如列表)。 - Out of this, we ll see if we can assemble a more dynamic and mutable requirements gathering procedure.
除此之外,我们还会看看是否能够组织起一个更动态更可变的需求收集过程。 - Having this method available can be helpful in the application in general because now the singleton becomes easily mutable.
总之,在应用程序中增加这个方法是很有用的,因为我们现在可以轻松地修改单一实例。 - When mutable state goes away, almost all concurrency problems go away with it.
可变状态消失时,差不多所有的并发性问题也随之消失。 - In some embedded systems, there's no need to provide a mutable file system: An immutable one will suffice.
在某些嵌入式系统中,没有必要提供可更改的文件系统:一个不可更改(immutable)的文件系统已经足够。 - Formally, a dictionary in Python is a heterogeneous, mutable, mapping container data type.
按照正式的说法,Python中的dictionary是一种异构的、易变的映射容器数据类型。 - In Java code, data structures are mutable by default, and you must add more code to make them act immutably.
在Java代码中,默认情况下数据结构是可变的,必须添加更多的代码,才能使它们具有不变的行为。