db

package
v0.0.0-...-49ede41 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicKeyValueDataStructure

type BasicKeyValueDataStructure interface {
	New() *BasicKeyValueDataStructure
	Put(key interface{}, value interface{})
	Get(key interface{}) (value interface{}, exists bool)
	Remove(key interface{}) bool
	Size() int
	Clear()
	ContainsKey(key interface{}) (contains bool)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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