随笔分类 -  java泛型

摘要:1.<? extends E> ?必须是E的子类, 上限通配符 2.<? super E> ?必须是E的父类,下限通配符 阅读全文
posted @ 2020-01-13 16:49 飞刀寻欢 阅读(381) 评论(0) 推荐(0)

……