java_se 学习笔记(2)

JAVA的部分术语中英文对照

 

access control 访问控制 
accessibility 可访问能力,可访问性 
accessor method 访问方法 
adapter pattern 适配器模式 
anonymous class 匿名类 
antipattern 反模式 
API Application Programming Interface,应用编程接口 
API element API元素 
array 数组 
assertion 断言 
binary compatibility 二进制兼容性 
callback 回调 
callback framework 回调框架 
checked exception 被检查的异常 
class 类 
client 客户 
comparator 比较器 
composition 复合 
concrete strategy 具体策略 
constant interface 常量接口 
copy constructor 拷贝构造函数 
custom serialized form 自定义的序列化形式 
decorator pattern decorator模式 
default access 缺省访问 
default constructor 缺省构造函数 
defensive copy 保护性拷贝 
delegation 委托 
deserializing 反序列化 
design pattern 设计模式 
discriminated union 可区分的联合 
doc comment 文档注释 
documentation comment 文档注释 
double-check idiom 双重检查模式 
encapsulation 封装 
enclosing instance 外围实例 
enumerated type 可枚举的类型 
exception 异常 
exception chaining 异常链接 
exception translation 异常转译 
exported API 导出的API 
extend 扩展 
failure atomicity 失败原子性 
field 域 
finalizer guardian 终结函数守卫者 
forwarding 转发 
forwarding method 转发方法 
function object 函数对象 
function pointer 函数指针 
general contract 通用约定 
HTML validity checker HTML有效性检查器 
idiom 习惯用法,模式 
immutable 非可变的 
implement 实现(用作动词) 
implementation 实现(用作名词) 
implementation inheritance 实现继承 
information hiding 信息隐藏 
inheritance 继承 
inner class 内部类 
integral constant 整值常量 
interface 接口 
interface inheritance 接口继承 
Java Cryptography Extension Java密码子系统扩展,简称JCE 
lazy initialization 迟缓初始化 
local class 局部类 
member 成员 
member class 成员类 
member interface 成员接口 
memory footprint 内存印迹 
memory model 内存模型 
method 方法 
mixin 混合类型 
module 模块 
mutator 改变对象属性的方法 
naming convention 命名惯例 
native method 本地方法 
native object 本地对象 
nested class 嵌套类 
nonstatic member class 非静态的成员类 
object 对象 
object pool 对象池 
object serialization 对象的序列化 
obsolete reference 过期引用 
open call 开放调用 
overload 重载 
override 改写 
package-private 包-私有 
performance model 性能模型 
postcondition 后置条件 
precondition 前提条件 
precondition violation 前提违例 
primitive 原语的,原语类型 
private 私有的 
public 公有的 
redundant field 冗余域 
reference type 引用类型 
reflection 映像机制 
register 注册 
rounding mode 舍入模式 
run-time exception 运行时刻异常 
safe language 安全的语言 
safety 安全性 
semantic compatibility 语义兼容性 
self-use 自用(性) 
serial version UID 序列版本UID 
serialized form 序列化形式 
serializing 序列化 
service provider framework 服务提供者框架 
signature 原型 
singleton pattern singleton模式 
skeletal implementation 骨架实现 
state transition 状态转变 
static factory method 静态工厂方法 
static member class 静态的成员类 
storage pool 存储池 
strategy interface 策略接口 
strategy pattern 策略模式 
stream unique identifier 流的唯一标识符 
subclassing 子类化 
summary description 概要描述 
synthetic field 合成域 
thread group 线程组 
thread safety 线程安全性 
thread-compatible 线程兼容的 
thread-safe 线程安全的 
top-level class 顶级类 
typesafe enum class 类型安全的枚举类 
typesafe enum pattern 类型安全的枚举模式 
unchecked exception 未被检查的异常 
unintentional object retention 无意识的对象保持 
utility class 工具类 
value class 值类 
value type 值类型 
view 视图 
visitor pattern visitor模式 
wrapper class 包装类

你可能感兴趣的:(java,设计模式,thread,编程,框架)