Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Map ¶
type Map interface {
PrintTree()
PrintTreeIter()
Store(key compare.Item, val any)
Load(key compare.Item) (val any, ok bool)
LoadAndStore(key compare.Item, val any) (old any, ok bool)
Delete(key compare.Item) (any, bool)
Clean() map[compare.Item]any
BeginIterator() Iterator
EndIterator() Iterator
Range(func(Iterator) bool)
Search(key compare.Item) Iterator
Len() int
}
Click to show internal directories.
Click to hide internal directories.