火范文>英语词典>immutability翻译和用法

immutability

n.  不变;永恒性;不变性

经济

BNC.43460 / COCA.38318

英英释义

noun

  • the quality of being incapable of mutation
    1. Darwin challenged the fixity of species
    Synonym:immutablenessfixity

双语例句

  • Immutability means that once changes are committed to a repository, they are a permanent part of a project's historical record.
    不变性表示将更改提交到存储库之后,它们就成为项目历史记录不变的一部分。
  • Notice that in both cases, the test terminates when an exception is thrown because of a violation of the immutability contract.
    可以注意到,在这两个用例中,测试会在抛出异常时终止,这是因为有语句违反了不可变性合约。
  • Education equity has the character of objectivity, regularity, relativity, dynamic and immutability.
    教育公平具有客观性、规律性、相对性、动态性和永恒性等特征。
  • The final keyword was included in the Java language to assist developers in creating immutable classes, and enable compilers and runtime environments to optimize on the basis of declared immutability.
    Java语言中包括final关键字是为了帮助开发人员创建不可变类,并允许编译器和运行时环境以声明的不可变性为基础进行优化。
  • The practice of immutability of the folk dance has experienced three stages: "changing from common to elegance"," evaluating content "and" from form to form ".
    前人在把握民间舞蹈不可变性的创作实践中,经历了脱俗变雅,由内容出发和从形式到形式三个阶段。
  • Immutability confers a number of benefits, the chief one being that Rope instances can be shared without precaution in a multithreaded environment, thereby greatly simplifying program logic.
    不可修改有许多好处,第一条好处就是不用考虑多线程环境就能共享Rope的实例,从而简化了程序的逻辑。
  • Because Java is optimized for manipulating state, you have to work around some of those mechanisms to gain the benefits of immutability.
    因为Java已针对操纵状态进行了优化,因此您不得不绕过这样的一些机制来获得的不变性的一些好处。
  • Python also has a concept of mutability and immutability: a tuple, for example, is an immutable list.
    Python同时使用可变性和不变性的概念:举例来说,tuple就是一个不可变的列表。
  • Farmers all over the world know the importance and immutability of the seasons.
    全世界的农民们都明白季节的重要性和永恒性。
  • Immutability also allows us to simplify reasoning about concurrency and provide cheap reads of shared data.
    不可变性还允许我们简化有关并发性的推理,并提供读取共享数据的低成本方法。