hashmap

package module
v0.0.0-...-2f03628 Latest Latest
Warning

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

Go to latest
Published: Jul 10, 2020 License: MIT Imports: 5 Imported by: 0

README

hashmap

hashmap for go

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Hashmap

type Hashmap interface {
	Size() int
	Count() int
	Del(key []byte) (err error)
	Get(key []byte) (val []byte, err error)
	Set(key []byte, val []byte) (err error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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