mySet

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Oct 9, 2019 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 Set

type Set map[interface{}]bool

func (Set) Add

func (this Set) Add(elem interface{}) bool

add an elem to the set if the elem is already existed, return false. otherwise return true for success adding

func (Set) Delete

func (this Set) Delete(elem interface{}) bool

delete an elem from the set return false if the elem is not existed

func (Set) IsExist

func (this Set) IsExist(elem interface{}) bool

whether the elem is existed in the set

func (Set) Len

func (this Set) Len() int

return the length of the set, which means how many different elem in the set

Jump to

Keyboard shortcuts

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