Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SortedList ¶
type SortedList struct {
// contains filtered or unexported fields
}
func (*SortedList) Delete ¶
func (sortedList *SortedList) Delete(sortedListValue SortKey) int
func (*SortedList) Insert ¶
func (sortedList *SortedList) Insert(sortedListValue SortKey)
type SortedListItem ¶
type SortedListItem struct {
// contains filtered or unexported fields
}
func (SortedListItem) Equals ¶
func (sortedListItem SortedListItem) Equals(sortedListItem2 SortedListItem) bool
func (SortedListItem) Less ¶
func (sortedListItem SortedListItem) Less(sortedListItem2 SortedListItem) bool
Click to show internal directories.
Click to hide internal directories.