六六字典>英语词典>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

      双语例句

      • And I pointed out that lists are mutable, showed you some examples of mutation.
        我提到了数组是可变的,并给你们举了一些例子。
      • One approach to this issue is to minimize mutable state in the database.
        此问题的一种解决方法是要最大限度地减少数据库中的可变状态。
      • Lists, specifically, are handy mutable objects that can conveniently even hold multiple values.
        明确的讲,列表是一些便利的可变对象,他们甚至可以方便地保留多个值。
      • 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代码中,默认情况下数据结构是可变的,必须添加更多的代码,才能使它们具有不变的行为。
      • Pass-by-copy semantics for mutable serializable objects when running in a single address space.
        在单一地址空间中运行时,易变的可序列化对象的Pass-by-copy语义。
      • It is also possible to create tuples which contain mutable objects, such as lists.
        也可以通过包含可变对象来创建元组,例如链表。
      • Scala also will not prevent you from writing code with mutable state.
        Scala也不会阻止您在可变状态下编写代码。
      • Lists are like tuples, except that they're mutable.
        列表与tuple类似,只不过它们是可变的。
      • If an object is mutable, you have to exercise some care when storing a reference to it.
        如果对象是可变的,就必须在存储对其的引用时引起注意。