java.util.LinkedList<E>中offer和add的区别
offerpublic boolean offer(E e)Adds the specified element as the tail (last element) of this list.Specified by:offer in interface DequeE>Specified by:offer in interface QueueE>Parameters:
原创
2017-12-04 11:13:52 ·
4130 阅读 ·
1 评论