gmap

package
v0.0.0-...-43d03be Latest Latest
Warning

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

Go to latest
Published: Aug 7, 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 KEY

type KEY interface{}

generic

type Map

type Map map[KEY]VALUE

func (Map) Get

func (m Map) Get(key KEY) VALUE

func (Map) Put

func (m Map) Put(key KEY, value VALUE)

type MapStringFloat64

type MapStringFloat64 map[string]float64

func (MapStringFloat64) Get

func (m MapStringFloat64) Get(key string) float64

func (MapStringFloat64) Put

func (m MapStringFloat64) Put(key string, value float64)

type MapStringInt

type MapStringInt map[string]int

func (MapStringInt) Get

func (m MapStringInt) Get(key string) int

func (MapStringInt) Put

func (m MapStringInt) Put(key string, value int)

type MapStringInt64

type MapStringInt64 map[string]int64

func (MapStringInt64) Get

func (m MapStringInt64) Get(key string) int64

func (MapStringInt64) Put

func (m MapStringInt64) Put(key string, value int64)

type VALUE

type VALUE interface{}

generic

Jump to

Keyboard shortcuts

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