java源码阅读接口篇之java.util.Queue
Queue接口继承自Collection接口。接口中的方法如下:
一、接口定义:
/**
* @since 1.5
* @author Doug Lea
* @param <E> the type of elements held in this collection
*/
public interface Queue<E> extends Collecti...
原创
2018-08-12 20:41:10 ·
355 阅读 ·
0 评论