list

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LikedList

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

type LikedNode

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

func (*LikedNode) Add

func (l *LikedNode) Add(data Object)

func (*LikedNode) New

func (l *LikedNode) New(data Object) *LikedNode

func (*LikedNode) NewWithNext

func (l *LikedNode) NewWithNext(data Object, ln *Node) *LikedNode

type List

type List interface {
	Len() int
	Add()
}

type Node

type Node interface {
}

type Object

type Object interface{}

Jump to

Keyboard shortcuts

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