unmodifiable meaning in Chinese
不可改变的
Examples
- It would be better either to return an unmodifiable
返回一个不可修改的 - The constructor creates these collections as unmodifiable lists , making it safe to return them directly
构造函数将这些集合创建为不可修改的列表,使得它们可以安全地直接返回。 - For bindings that work with interfaces or unmodifiable classes , jibx instead adds the necessary marshalling unmarshalling code to a special helper class called the " munge " class as
如果绑定要处理接口或不可修改的类, jibx转而把必要的编排/反编排代码以 - The soul is indestructible , the soul is incombustible , insoluble and unwitherable . the soul is eternal , all - pervading , unmodifiable , immovable and primordial
灵魂是不可被毁灭的,是不会燃烧的,不会被溶解的,不会凋零的。灵魂是永恒的,遍透一切的,不变不动的,由始一如的。 - Methods . this approach doesn t provide the full flexibility possible when classes can be directly modified for instance , you can t use private fields of unmodifiable classes in bindings , as you can with modifiable classes , but allows a usable level of support within the limits of the java language and jvm license
这种方式没有提供在可以直接修改类时可能有的完整的灵活性(例如,不能在绑定中使用不可修改类的私有字段,而在使用可修改类时可以) ,但是,这种方式在java语言和jvm许可的限制内,提供了可以使用的支持级别。