队列的add()方法和offer()方法的区别

看API:html add():Inserts the specified element at the tail of this queue. As the queue is unbounded, this method will never throw IllegalStateException or return false.java offer():Inserts the specifie
相关文章
相关标签/搜索