真的好难,就要交作业了,课本只给了单链表的
1 回答
慕尼黑的夜晚无繁华
TA贡献1864条经验 获得超6个赞
LinkedList
Linked list implementation of the List interface. Implements all
optional list operations, and permits all elements (including
null). In addition to implementing the List interface,
the LinkedList class provides uniformly named methods to
get, remove and insert an element at the
beginning and end of the list. These operations allow linked lists to be
used as a stack, queue, or double-ended queue.
添加回答
举报
0/150
提交
取消