诗词屋>英语词典>mutable翻译和用法

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
        1. a mutable substance
        2. the mutable ways of fortune
        3. mutable weather patterns
        4. a mutable foreign policy
        Synonym:changeable

      双语例句

      • While mutable containers are very flexible, their dynamic nature can result in a performance hit.
        虽然可变容器非常灵活,但它们的动态特性会对性能造成影响。
      • Lists are mutable, but what exactly does that mean?
        列表是可变的,但是如何正确的改变呢?
      • When mutable state goes away, almost all concurrency problems go away with it.
        可变状态消失时,差不多所有的并发性问题也随之消失。
      • It is also possible to create tuples which contain mutable objects, such as lists.
        也可以通过包含可变对象来创建元组,例如链表。
      • In Java code, data structures are mutable by default, and you must add more code to make them act immutably.
        在Java代码中,默认情况下数据结构是可变的,必须添加更多的代码,才能使它们具有不变的行为。
      • Lists are like tuples, except that they're mutable.
        列表与tuple类似,只不过它们是可变的。
      • After importing authorization and mutable attribute, the usage control authorization model is characterized with a new feature.
        通过引入授权和可变属性,使用控制授权模型具有了新的特性。
      • Mutable state and locks are problematic for many reasons.
        出于多种原因,可变状态和锁容易出问题。
      • And I pointed out that lists are mutable, showed you some examples of mutation.
        我提到了数组是可变的,并给你们举了一些例子。
      • Having this method available can be helpful in the application in general because now the singleton becomes easily mutable.
        总之,在应用程序中增加这个方法是很有用的,因为我们现在可以轻松地修改单一实例。