Documentation ¶
Index ¶
- type SyncList
- func (l *SyncList) Back() *list.Element
- func (l *SyncList) Front() *list.Element
- func (l *SyncList) Init() *SyncList
- func (l *SyncList) InsertAfter(v interface{}, mark *list.Element) *list.Element
- func (l *SyncList) InsertBefore(v interface{}, mark *list.Element) *list.Element
- func (l *SyncList) Len() int
- func (l *SyncList) MoveAfter(e, mark *list.Element)
- func (l *SyncList) MoveBefore(e, mark *list.Element)
- func (l *SyncList) MoveToBack(e *list.Element)
- func (l *SyncList) MoveToFront(e *list.Element)
- func (l *SyncList) PushBack(v interface{}) *list.Element
- func (l *SyncList) PushBackList(other *SyncList)
- func (l *SyncList) PushFront(v interface{}) *list.Element
- func (l *SyncList) PushFrontList(other *SyncList)
- func (l *SyncList) Remove(e *list.Element) interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SyncList ¶
func (*SyncList) InsertAfter ¶
func (*SyncList) InsertBefore ¶
func (*SyncList) MoveBefore ¶
func (*SyncList) MoveToBack ¶
func (*SyncList) MoveToFront ¶
func (*SyncList) PushBackList ¶
func (*SyncList) PushFrontList ¶
Click to show internal directories.
Click to hide internal directories.