list

package
v0.0.0-...-f6453c5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LinkList struct {
	// contains filtered or unexported fields
}

func (*LinkList) Clear

func (l *LinkList) Clear()

func (*LinkList) Find

func (l *LinkList) Find(v interface{}) (int, bool)

func (*LinkList) Get

func (l *LinkList) Get(i int) (interface{}, bool)

func (*LinkList) Insert

func (l *LinkList) Insert(i int, v interface{}) bool

func (*LinkList) Length

func (l *LinkList) Length() int

func (*LinkList) PopBack

func (l *LinkList) PopBack() (interface{}, bool)

func (*LinkList) PopFront

func (l *LinkList) PopFront() (interface{}, bool)

func (*LinkList) PushBack

func (l *LinkList) PushBack(v interface{})

func (*LinkList) PushFront

func (l *LinkList) PushFront(v interface{})

type Node

type Node struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL