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
双语例句
- Partially mutable types in VB are created by marking some, but not all, fields as Key.
若是匿名类型中的某些(但不是全部)字段被标记为Key,那么我们就创建了一个部分可变的匿名类型。 - If the programmer wants a mutable value, he should say so explicitly.
如果程序员需要一个可变的值,可以显式地指定。 - Out of this, we ll see if we can assemble a more dynamic and mutable requirements gathering procedure.
除此之外,我们还会看看是否能够组织起一个更动态更可变的需求收集过程。 - Agents provide a layer of indirection between the holder of a variable and the mutable state itself.
Agents在变量持有者与可变状态本身之间提供一层间接关系。 - Scala also will not prevent you from writing code with mutable state.
Scala也不会阻止您在可变状态下编写代码。 - Lists are mutable, but what exactly does that mean?
列表是可变的,但是如何正确的改变呢? - In Java code, data structures are mutable by default, and you must add more code to make them act immutably.
在Java代码中,默认情况下数据结构是可变的,必须添加更多的代码,才能使它们具有不变的行为。 - It is also possible to create tuples which contain mutable objects, such as lists.
也可以通过包含可变对象来创建元组,例如链表。 - And this all can be done with no mutable state in the client code.
在客户代码中,这些都可以在不使用可变状态的情况下就能做到。 - In some embedded systems, there's no need to provide a mutable file system: An immutable one will suffice.
在某些嵌入式系统中,没有必要提供可更改的文件系统:一个不可更改(immutable)的文件系统已经足够。