HashTable

package
v0.0.0-...-b590be1 Latest Latest
Warning

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

Go to latest
Published: May 16, 2018 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HashTable

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

func (*HashTable) Add

func (table *HashTable) Add(key string, i int)

func (*HashTable) Get

func (table *HashTable) Get(key string) (int, bool)

func (*HashTable) Remove

func (table *HashTable) Remove(key string) bool

func (*HashTable) Set

func (table *HashTable) Set(key string, value int) bool

type TableItem

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

Jump to

Keyboard shortcuts

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