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

      双语例句

      • Joda classes that represent immutable instants in time are subclasses of this one.
        表示时间上的不可变瞬间的Joda类都属于这个类的子类。
      • The logic is immutable, but the circumstances have changed.
        这种逻辑不会变,但环境已经发生变化。
      • Because changes only occur upon construction, immutable classes make it trivial to write unit tests.
        因为变化只会发生构造函数中,因此不可变类会将编写单元测试变成了一件微不足道的事情。
      • We should design the language so that the default case is an immutable value.
        我们设计的语言在默认情况下应该是不变的值。
      • One advantage of immutable classes is that they are thread-safe.
        (不可变类的一个优点就是它们是线程安全的)。
      • The Joda classes I discuss in this article are immutable, so instances of them cannot be modified.
        我在本文讨论的Joda类具有不可变性,因此它们的实例无法被修改。
      • Markets, unlike nature, are not governed by immutable laws but by compensation schemes and banking regulations.
        和大自然不同,控制市场的不是恒久不变的法则,而是薪酬方案和银行监管规定。
      • VB allows both mutable and immutable anonymous types, with subtly different rules for each.
        而VB却同时支持可变和不可变的匿名类型,对于这两种匿名类型,实现和使用的规则也略有不同。
      • Thus, you should never have a no-argument constructor for an immutable class.
        因此,您永远都不该为一个不可变类提供一个无参数的构造函数。
      • Because BigDecimal objects are immutable, each of these methods produces a new BigDecimal object.
        由于BigDecimal对象是不可变的,这些方法中的每一个都会产生新的BigDecimal对象。