Loading

摘要: PECS 原则:Producer Extends Consumer Super 如果需要取值, 应使用 ? extends T 作为数据结构泛型。 如果需要写值, 应使用 ? super T 作为数据结构泛型。 // java.util.Collections#copy public static 阅读全文
posted @ 2022-12-21 15:32 xtyuns 阅读(50) 评论(0) 推荐(0) 编辑