Documentation
¶
Index ¶
- type Any
- type LessFunc
- type SplayTree
- func (this *SplayTree) Add(value Any)
- func (this *SplayTree) Do(visit VisitFunc)
- func (this *SplayTree) First() Any
- func (this *SplayTree) Get(item Any) Any
- func (this *SplayTree) Has(value Any) bool
- func (this *SplayTree) InOrder(visit VisitFunc)
- func (this *SplayTree) Init()
- func (this *SplayTree) Last() Any
- func (this *SplayTree) Len() int
- func (this *SplayTree) PostOrder(visit VisitFunc)
- func (this *SplayTree) PreOrder(visit VisitFunc)
- func (this *SplayTree) Remove(value Any)
- func (this *SplayTree) String() string
- type VisitFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SplayTree ¶
type SplayTree struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.