queue

package
v0.0.0-...-277f8b8 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Queue

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

func (*Queue) IsEmpty

func (e *Queue) IsEmpty() bool

func (*Queue) Len

func (e *Queue) Len() int

func (*Queue) Peek

func (e *Queue) Peek() *interface{}

func (*Queue) Pop

func (e *Queue) Pop() *interface{}

func (*Queue) Push

func (e *Queue) Push(ele interface{})

Jump to

Keyboard shortcuts

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