找词语>英语词典>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 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的实例,从而简化了程序的逻辑。
  • Embracing immutability is high on the list of ways to think like a functional programmer.
    在像函数式编程者那样思考的方法列表中,维护不变性处于列表的较高位置。
  • 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关键字是为了帮助开发人员创建不可变类,并允许编译器和运行时环境以声明的不可变性为基础进行优化。
  • Use magnetic torque type capping heads, automatic grasping cover, screw cap, immutability torque capping function.
    采用磁力扭矩式封盖头,自动抓盖、拧盖,有恒力矩封盖功能。
  • Education equity has the character of objectivity, regularity, relativity, dynamic and immutability.
    教育公平具有客观性、规律性、相对性、动态性和永恒性等特征。
  • Immutability also allows us to simplify reasoning about concurrency and provide cheap reads of shared data.
    不可变性还允许我们简化有关并发性的推理,并提供读取共享数据的低成本方法。
  • By not exposing a setter method, the code is more concise and also provides the additional benefit of enforcing immutability.
    通过不暴露setter方法,代码愈发紧凑并且还提供了域不可修改的额外益处。
  • Similar moral value exists for its particularity and contemporaneity as well as its universality and immutability.
    类道德价值既有其存在的特殊性和时代性,也有其存在的普遍性和永恒性。
  • Package, is a good example of how to harness the power of immutability while still permitting occasional modifications.
    类是如何既利用不变性的能力,又仍允许偶尔修改的一个良好示例。
  • Immutability is key to functional programming because it matches the goals of minimizing the parts that change, making it easier to reason about those parts.
    不变性是函数式编程的关键,因为它与尽量减少变化部分的这一目标相一致,这使得对这些部分的推断更为容易一些。