类似C++里面的模板

    • 定义的时候就是直接在后面加上,比如: public class ArrayList<E>
    • 使用就是 private E[] array ;