collections

package
v0.0.0-...-7788d34 Latest Latest
Warning

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

Go to latest
Published: Jan 27, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	QueueArrayType = 1
	QueueListType  = 2
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Queue

type Queue interface {
	Offer(entry interface{}) bool
	Poll() interface{}
	Size() int
	Empty() bool
}

func NewQueue

func NewQueue(t int) Queue

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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