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 (*LinkedHashMap) GetLinkList ¶
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
Click to show internal directories.
Click to hide internal directories.