摘要: package generics; public interface Generator<T> { T next();} 阅读全文
posted @ 2016-09-05 15:48 公众号java-codestack 阅读(169) 评论(0) 推荐(0) 编辑