Documentation ¶
Index ¶
- type Linklist
- func (l *Linklist) Back() *Node
- func (l *Linklist) Demote(p *Node)
- func (l *Linklist) Empty() bool
- func (l *Linklist) Front() *Node
- func (l *Linklist) Head() *Node
- func (l *Linklist) InsertAfter(prior *Node, val interface{}) *Node
- func (l *Linklist) Promote(p *Node)
- func (l *Linklist) PushBack(val interface{}) *Node
- func (l *Linklist) PushFront(val interface{}) *Node
- func (l *Linklist) Remove(p *Node)
- func (l *Linklist) Tail() *Node
- type Node
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linklist ¶
type Linklist struct {
// contains filtered or unexported fields
}
func NewLinklist ¶
func NewLinklist() *Linklist
func (*Linklist) InsertAfter ¶
Click to show internal directories.
Click to hide internal directories.