Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type List ¶
type List struct {
// contains filtered or unexported fields
}
func (*List) Add ¶
func (list *List) Add( searchStart *ListElement, hash uintptr, key int64, ) (element *ListElement, existed bool, inserted bool)
func (*List) Delete ¶
func (list *List) Delete(element *ListElement)
func (*List) First ¶
func (list *List) First() *ListElement
type ListElement ¶
type ListElement struct {
// contains filtered or unexported fields
}
func (*ListElement) Next ¶
func (e *ListElement) Next() *ListElement
Click to show internal directories.
Click to hide internal directories.