hashing

package module
v0.0.0-...-97c0840 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2020 License: MIT Imports: 5 Imported by: 0

README

hashing

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HashMap

type HashMap interface {
	Put(key string, value interface{}) error
	Get(key string, value interface{}) error
	ToString() string
}

func NewBasicHashMap

func NewBasicHashMap() HashMap

Jump to

Keyboard shortcuts

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