泛型接口工具类

package generics;

public interface Generator<T> {

T next();
}

posted @ 2016-09-05 15:48  公众号java-codestack  阅读(169)  评论(0编辑  收藏  举报