A
    access control 访问控制
    accessibility 可访问性
    accessor method 访问方法
    adapter pattern 适配器模式
    anonymous class 匿名类
    antipattern 反模式
    API (Application Programming Interface) 应用编程接口
    API element API元素
    array 数组
    assertion 断言

    B
    binary compatibility 二进制兼容性

    C
    callback framework 回调框架
    callback 回调
    checked exception 被检查的异常
    class 类
    client 客户
    comment 注释
    comparator 比较器
    composition 复合
    concrete strategy 具体策略
    constant interface 常量接口
    constructor 构造器
    copy constructor 拷贝构造函数
    custom serialized form 自定义的序列化形式

    D
    decorator pattern decorator模式
    declare field 表面属性
    default access 缺省访问
    default constructor 缺省构造函数
    defensive copy 保护性拷贝
    delegation 委托
    deserializing 反序列化
    design pattern 设计模式
    discriminated union 可区分的联合
    doc comment 文档注释
    documentation comment 文档注释
    double-check idiom 双重检查模式

    E
    encapsulation 封装
    enclosing instance 外围实例
    enumerated type 可枚举的类型
    exception chaining 异常链接
    exception translation 异常转译
    exception 异常
    exported API 导出的API
    extend 扩展

    F
    failure atomicity 失败原子性
    field 属性/域
    finalizer guardian 终结函数守卫者
    forwarding method 转发方法
    forwarding 转发
    function object 函数对象
    function pointer 函数指针

    G
    general contract 通用约定

    H
    HTML validity checker HTML有效性检查器

    I
    idiom 习惯用法,模式
    immutable 非可变的
    implement 实现
    implementation inheritance 实现继承
    implementation 实现
    information hiding 信息隐藏
    inheritance 继承
    inner class 内部类
    integral constant 整值常量
    interface inheritance 接口继承
    interface 接口
    invoke 调用

    J
    Java Cryptography Extension Java密码子系统扩展(JCE)

    L
    lazy initialization 迟缓初始化
    local class 局部类

    M
    member class 成员类
    member interface 成员接口
    member 成员
    memory footprint 内存印迹
    memory model 内存模型
    method 方法
    mixin 混合类型
    module 模块
    mutator 改变对象属性的方法

    N
    naming convention 命名惯例
    native method 本地方法
    native object 本地对象
    nested class 嵌套类
    nonstatic member class 非静态的成员类

    O
    object pool 对象池
    object serialization 对象的序列化
    object 对象
    obsolete reference 过期引用
    open call 开放调用
    overload 重载
    override 重写

    P
    package 包
    parameter 参数
    performance model 性能模型
    postcondition 后置条件
    precondition violation 前提违例
    precondition 前提条件
    primitive 原语的,原语类型
    private 私有的
    public 公有的

    R
    redundant field 冗余域
    reference type 引用类型
    reflection 映像机制
    register 注册
    rounding mode 舍入模式
    run-time exception 运行时刻异常

    S
    safe language 安全的语言
    safety 安全性
    self-use 自用(性)
    semantic compatibility 语义兼容性
    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 合成域

    T
    thread group 线程组
    thread safety 线程安全性
    thread-compatible 线程兼容的
    thread-safe 线程安全的
    top-level class 顶级类
    typesafe enum class 类型安全的枚举类
    typesafe enum pattern 类型安全的枚举模式

    U
    unchecked exception 未被检查的异常
    unintentional object retention 无意识的对象保持
    utility class 工具类

    V
    value class 值类
    value type 值类型
    view 视图
    visitor pattern visitor模式

    W
    wrapper class 包装类