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

      双语例句

      • One advantage of immutable classes is that they are thread-safe.
        (不可变类的一个优点就是它们是线程安全的)。
      • Immutable objects are also automatically thread-safe and have no synchronization issues.
        不可变对象也是自动线程安全的,不存在同步问题。
      • In this article, I introduced the Python string, which is an immutable sequence of characters.
        在本文中,我介绍了Python字符串,它是一种不变的字符序列。
      • No one will be immutable and frozen pet with you, this society, who do not owe!
        没有人会一成不变的宠着你,这个社会,谁也不欠谁的!
      • You have made A immutable, so it can't be legally modified by f.
        因为你已经让A不可变了,所以f不能合法修改它。
      • That article demonstrated the tuple, which is an immutable sequence.
        这篇文章演示了tuple,这是一个不可变的序列。
      • To the peaceful night and its starlit magnificence succeeded the immutable day and the sun's ardent rays.
        恼人的白昼和炙热的太阳代替了宁静的黑夜和美丽的星光。
      • Joda classes that represent immutable instants in time are subclasses of this one.
        表示时间上的不可变瞬间的Joda类都属于这个类的子类。
      • Because changes only occur upon construction, immutable classes make it trivial to write unit tests.
        因为变化只会发生构造函数中,因此不可变类会将编写单元测试变成了一件微不足道的事情。
      • Using this style of code is a strong visual indicator that it's an immutable class.
        这种代码风格的使用从视觉上给出了一种强烈的指示:该类是一个不可变类。