unmodifiable
常見例句
- These variations from custom are illogical,incomprehensible,and unmodifiable.
這些習(xí)俗上的變化是不合邏輯的、不可理解的,而且也是不可修改的。 - Returns an unmodifiable Map of general request properties for this connection.
返回此連接的通用請求屬性的不可更改映射。 - Anything that has been entered becomes unmodifiable, although new data can be added.
雖然新的數(shù)據(jù)可以添加,但任何已經(jīng)輸入的信息不能再修改。 - The soul is indestructible, the soul is incombustible, insoluble and unwitherable. The soul is eternal, all-pervading, unmodifiable, immovable and primordial.
靈魂是不可被毀滅的,是不會燃燒的,不會被溶解的,不會凋零的。靈魂是永恒的,遍透一切的,不變不動的,由始一如的。 - For example, invoking the addAll(Collection) method on an unmodifiable collection may, but is not required to, throw the exception if the collection to be added is empty.
例如對于一個不可更新的 集合調(diào)用addAll(Collection),而如果要被添加的集合是空的,可以拋出該異常,但不是必須。 - To implement an unmodifiable list, the programmer needs only to extend this class and provide implementations for the get(int index) and size() methods.
為了實(shí)現(xiàn)一個不可修改的列表,程序員只需要繼承該類,提供get(int index)和size()方法的實(shí)現(xiàn)即可。 返回 unmodifiable