mapcontainer

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2018 License: BSD-2-Clause Imports: 0 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Lesser

type Lesser interface {
	Less(other Lesser) bool
}

type MapContainer

type MapContainer interface {
	Search(Lesser) (Lesser, bool)
	ReplaceOrInsert(Lesser) Lesser
	Delete(Lesser) (deleted Lesser, found bool)
	Min() (less Lesser, found bool)
	Max() (less Lesser, found bool)
	Ascend(iterHandler func(i Lesser) bool)
	Len() int
	DeleteMax() (less Lesser, found bool)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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