>
java util ArrayDeque offerLast(E e)此方法在此双端队列的末尾插入指定的元素。1 语法public boolean offerLast(E e)2 参数e:要添
java util LinkedList offerLast(E e) 将指定的元素插入LinkedList的末尾。1 语法public boolean offerLast(E e)2 参数e:要添加的