RHash

package
v1.3.9 Latest Latest
Warning

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

Go to latest
Published: Jul 21, 2022 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KV

type KV struct {
	// contains filtered or unexported fields
}

type M

type M struct {
	Map
}

func NewM

func NewM(m Map, cap int) *M

func (*M) Del

func (m *M) Del(k string) bool

func (*M) Get

func (m *M) Get(k string) (string, bool)

func (*M) Set

func (m *M) Set(k, v string)

type Map

type Map interface {
	// contains filtered or unexported methods
}

type MyMap1

type MyMap1 []*KV

type MyMap2

type MyMap2 []*KV

type MyMap3

type MyMap3 []*Node

type Node

type Node struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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