package
Version:
v0.0.0-...-8a3c41b
Opens a new window with list of versions in this module.
Published: Feb 2, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type SortMap struct {
Keys []interface{}
Values map[interface{}]interface{}
sync.RWMutex
}
func (sortMap *SortMap) Delete(key interface{})
func (sortMap *SortMap) Get(key interface{}) interface{}
func (sortMap *SortMap) KeySet() []interface{}
func (sortMap *SortMap) Set(key interface{}, value interface{})
func (sortMap *SortMap) ValueSet() []interface{}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.