//
pkg.gl
Category
github.com/askasoft/pango
cog
linkedhashmap
package
1.0.26
Repository:
https://github.com/askasoft/pango.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
8
Files
333 SLOC
#
Functions
NewLinkedHashMap
NewLinkedHashMap creates a new LinkedHashMap.
#
Structs
LinkedHashMap
LinkedHashMap implements an linked map that keeps track of the order in which keys were inserted.
LinkedMapNode
LinkedMapNode is a node of a linked hash map.