sortedlinkedlist

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 29, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SortKey

type SortKey interface {
	// contains filtered or unexported methods
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL