weights

package
v0.4.9 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: GPL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Weights

type Weights struct {
	// contains filtered or unexported fields
}

Weights provides a convience components to weigthing objects

func New

func New() *Weights

New returns a new weights

func (*Weights) Add

func (w *Weights) Add(object client.Object, weight int)

Add is used to add a object with a weight to the list - if the item already exists, the weight is added together

func (*Weights) Highest

func (w *Weights) Highest() []client.Object

Highest returns the items with the highest weight

func (*Weights) HighestNames

func (w *Weights) HighestNames() []string

HighestNames returns the names of the highest objects

func (*Weights) Max

func (w *Weights) Max() int

Max returns objects with the highest weight in the items

func (*Weights) Size

func (w *Weights) Size() int

Size returns the items in the list

Jump to

Keyboard shortcuts

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