sets

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PrefixSet

type PrefixSet struct {
	Set map[string]struct{}
	// contains filtered or unexported fields
}

func NewPrefixSet

func NewPrefixSet() PrefixSet

func (*PrefixSet) Clone added in v0.20.0

func (set *PrefixSet) Clone() *PrefixSet

func (*PrefixSet) Exists

func (set *PrefixSet) Exists(prefix string) bool

func (*PrefixSet) Filter

func (set *PrefixSet) Filter(val string) bool

func (*PrefixSet) Length

func (set *PrefixSet) Length() int

func (*PrefixSet) Put

func (set *PrefixSet) Put(prefix string)

type SuffixSet

type SuffixSet struct {
	Set map[string]struct{}
	// contains filtered or unexported fields
}

func NewSuffixSet

func NewSuffixSet() SuffixSet

func (*SuffixSet) Clone added in v0.20.0

func (set *SuffixSet) Clone() *SuffixSet

func (*SuffixSet) Exists

func (set *SuffixSet) Exists(suffix string) bool

func (*SuffixSet) Filter

func (set *SuffixSet) Filter(val string) bool

func (*SuffixSet) Length

func (set *SuffixSet) Length() int

func (*SuffixSet) Put

func (set *SuffixSet) Put(suffix string)

Jump to

Keyboard shortcuts

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