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
双语例句
- Scala also will not prevent you from writing code with mutable state.
Scala也不会阻止您在可变状态下编写代码。 - Having this method available can be helpful in the application in general because now the singleton becomes easily mutable.
总之,在应用程序中增加这个方法是很有用的,因为我们现在可以轻松地修改单一实例。 - In Java code, data structures are mutable by default, and you must add more code to make them act immutably.
在Java代码中,默认情况下数据结构是可变的,必须添加更多的代码,才能使它们具有不变的行为。 - If the programmer wants a mutable value, he should say so explicitly.
如果程序员需要一个可变的值,可以显式地指定。 - Because a list is mutable, it can't be used as the key in a dictionary.
因为list是易变的,所以它不能作为dictionary中的键。 - After all, XSLT is missing some features that are important to a lot of algorithms, including loops and mutable variables.
毕竟XSLT缺少对很多算法来说极其重要的特性,其中包括循环和可变的变量。 - There's a loophole when synchronizing on a mutable field, however, which can break down mutual exclusion.
然而,易变域的同步中会有一个漏洞,它可能破坏互斥。 - After importing authorization and mutable attribute, the usage control authorization model is characterized with a new feature.
通过引入授权和可变属性,使用控制授权模型具有了新的特性。 - Gemini and Sagittarius are both Mutable Signs and are thus extremely compatible.
双子和射手都是变化的星座,都极为相合。 - Formally, a dictionary in Python is a heterogeneous, mutable, mapping container data type.
按照正式的说法,Python中的dictionary是一种异构的、易变的映射容器数据类型。