Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SortedMultiSet ¶
func NewSortedMultiSet ¶
func NewSortedMultiSet[K btree.Ordered, V btree.Ordered]() *SortedMultiSet[K, V]
func NewSortedMultiSetFn ¶ added in v0.26.0
func (*SortedMultiSet[K, V]) Add ¶
func (s *SortedMultiSet[K, V]) Add(key K, value V)
func (*SortedMultiSet[K, V]) Keys ¶
func (s *SortedMultiSet[K, V]) Keys() []K
func (*SortedMultiSet[K, V]) SortedValues ¶
func (s *SortedMultiSet[K, V]) SortedValues(key K) []V
func (*SortedMultiSet[K, V]) Values ¶
func (s *SortedMultiSet[K, V]) Values(key K) *sorted_set.SortedSet[V]
Click to show internal directories.
Click to hide internal directories.