Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkedList ¶
type LinkedList struct {
// contains filtered or unexported fields
}
func NewLinkedList ¶
func NewLinkedList() *LinkedList
func (*LinkedList) AddAt ¶
func (list *LinkedList) AddAt(index int, item interface{})
将指定元素插入到列表的指定位置。
func (*LinkedList) Set ¶
func (list *LinkedList) Set(index int, item interface{})
将列表中指定位置的元素替换为指定元素。
Click to show internal directories.
Click to hide internal directories.