字典Plus>英语词典>immutable翻译和用法

immutable

英 [ɪˈmjuːtəbl]

美 [ɪˈmjuːtəbl]

adj.  不可改变的; 永恒不变的

复数:immutables 

BNC.20103 / COCA.18955

牛津词典

    adj.

    • 不可改变的;永恒不变的
      that cannot be changed; that will never change

      柯林斯词典

      • ADJ 永远不变的;永恒的
        Something that isimmutablewill never change or cannot be changed.
        1. ...the eternal and immutable principles of right and wrong.
          永恒不变的对错法则

      英英释义

      adj

      • not subject or susceptible to change or variation in form or quality or nature
        1. the view of that time was that all species were immutable, created by God
        Synonym:changeless

      双语例句

      • The deep contradictions between the Deity and humanity have caused immutable pains in the interaction between belief and rationality.
        神性与人性的深刻矛盾,在信仰与理性的互动之间造成了恒久不变的痛苦。
      • Because changes only occur upon construction, immutable classes make it trivial to write unit tests.
        因为变化只会发生构造函数中,因此不可变类会将编写单元测试变成了一件微不足道的事情。
      • Thus, you should never have a no-argument constructor for an immutable class.
        因此,您永远都不该为一个不可变类提供一个无参数的构造函数。
      • As immutable sequences, both tuple and string objects can't be modified once they're created.
        作为不可变的序列,tuple和string对象在创建之后便无法修改。
      • Lets you store "lazily immutable" data, which are involved in declarative application programming; peak.
        peak.config让您可以存储“很少改变的(lazilyimmutable)”数据,这些数据与声明性应用程序(declarativeapplication)编程有关;
      • Because BigDecimal objects are immutable, each of these methods produces a new BigDecimal object.
        由于BigDecimal对象是不可变的,这些方法中的每一个都会产生新的BigDecimal对象。
      • God is immutable, incapable of change on the levels of God's essence and character.
        上帝是永远不变的,上帝的本质和特征是无法改变的。
      • There are immutable laws of the universe.
        宇宙中有很多不可逆转的规律。
      • You have made A immutable, so it can't be legally modified by f.
        因为你已经让A不可变了,所以f不能合法修改它。
      • Another useful method is the freeze method by which a string can be made immutable.
        另一个有用的方法是freeze,该方法可以使字符串变得不可修改。