cyclelist

package
v0.0.0-...-e50112c Latest Latest
Warning

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

Go to latest
Published: Mar 22, 2024 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CycleList

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

循环链表

func New

func New(size int) *CycleList

func (*CycleList) Add

func (this *CycleList) Add(a interface{})

func (*CycleList) ReverseWalk

func (this *CycleList) ReverseWalk(f func(a interface{}))

func (*CycleList) Size

func (this *CycleList) Size() int

func (*CycleList) Walk

func (this *CycleList) Walk(f func(a interface{}))

Jump to

Keyboard shortcuts

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