background image

Java 术语表

  

  

英文 中文
access control  

  

访问控制

accessibility  

  

可访问能力,可访问性

accessor method  

  

访问方法

adapter pattern  

  

适配器模式

annotation type  

  

注解类型

anonymous class  

  

匿名类

antipattern  

  

反模式

API (Application Programming Interface

  

  

) 应用编程接口

API element  API

  

元素

array  

  

数组

assertion  

  

断言

binary compatibility  

  

二进制兼容性

bit field  

  

位域

bounded wildcard type  

  

有限制的通配符类型

boxed primitive type  

  

基本包装类型

callback  

  

回调

callback framework  

  

回调框架

checked exception  

  

受检异常

class  

  

client  

  

客户端

code inspection  

  

代码检验

comparator  

  

比较器

composition  

  

复合

concrete strategy  

  

具体策略

constant interface  

  

常量接口

constant-specific class body  

  

特定于常量的类主体

constant-specific method implementation  

  

特定于常量的方法实现

copy constructor  

  

拷贝构造器

covariant  

  

协变的

covariant return type  

  

协变返回类型

custom serialized form  

  

自定义的序列化形式

decorator pattern  

  

装饰模式

default access  

  

缺省访问

default constructor  

  

缺省构造器

defensive copy  

  

保护性拷贝

delegation  

  

委托

deserializing  

  

反序列化

design pattern  

  

设计模式

documentation comment  

  

文档注释

double-check idiom  

  

双重检查模式,双检法

dynamically cast  

  

动态地转换