trees

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jan 5, 2018 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 Base

type Base interface {
	Search(ctx context.Context, key keys.Key) (interface{}, error)
	Insert(ctx context.Context, key keys.Key, value interface{}) error
	Delete(ctx context.Context, key keys.Key)
	NumEntries() (uint64, error)
}

Base defines basic tree methods common to all trees.

Directories

Path Synopsis
Package redblack provides a library for using a redblack tree.
Package redblack provides a library for using a redblack tree.

Jump to

Keyboard shortcuts

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