Documentation
¶
Index ¶
- type RandomMap
- func (rmap *RandomMap) Delete(key interface{}) (result interface{}, exists bool)
- func (rmap *RandomMap) Get(key interface{}) (result interface{}, exists bool)
- func (rmap *RandomMap) RandomEntry() (result interface{})
- func (rmap *RandomMap) Set(key interface{}, value interface{}) (updated bool)
- func (rmap *RandomMap) Size() (result int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomMap ¶
type RandomMap struct {
// contains filtered or unexported fields
}
func NewRandomMap ¶
func NewRandomMap() *RandomMap
func (*RandomMap) RandomEntry ¶
func (rmap *RandomMap) RandomEntry() (result interface{})
Click to show internal directories.
Click to hide internal directories.