linkedhashmap

package
v2.3.3 Latest Latest
Warning

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

Go to latest
Published: Oct 19, 2023 License: Apache-2.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 LinkedHashMap

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

func NewLinkedHashMap

func NewLinkedHashMap() *LinkedHashMap

func (*LinkedHashMap) Add

func (linkMap *LinkedHashMap) Add(key string, val interface{}) bool

func (*LinkedHashMap) Get

func (linkMap *LinkedHashMap) Get(key string) interface{}
func (linkMap *LinkedHashMap) GetLinkList() *list.List

func (*LinkedHashMap) Remove

func (linkMap *LinkedHashMap) Remove(key string) (bool, interface{})

func (*LinkedHashMap) Size

func (linkMap *LinkedHashMap) Size() int

Jump to

Keyboard shortcuts

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