linkedhashmap

package
v0.0.0-...-d3bc976 Latest Latest
Warning

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

Go to latest
Published: May 12, 2023 License: GPL-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 Map

type Map[K comparable, V any] struct {
	// contains filtered or unexported fields
}

func (*Map[K, V]) Clear

func (m *Map[K, V]) Clear()

func (*Map[K, V]) ContainsKey

func (m *Map[K, V]) ContainsKey(key K) bool

func (*Map[K, V]) Entries

func (m *Map[K, V]) Entries() []collections.MapEntry[K, V]

func (*Map[K, V]) Get

func (m *Map[K, V]) Get(key K) (V, bool)

func (*Map[K, V]) IsEmpty

func (m *Map[K, V]) IsEmpty() bool

func (*Map[K, V]) Keys

func (m *Map[K, V]) Keys() []K

func (*Map[K, V]) Put

func (m *Map[K, V]) Put(key K, value V) V

func (*Map[K, V]) PutAll

func (m *Map[K, V]) PutAll(other collections.Map[K, V])

func (*Map[K, V]) Remove

func (m *Map[K, V]) Remove(key K) bool

func (*Map[K, V]) Size

func (m *Map[K, V]) Size() int

func (*Map[K, V]) Values

func (m *Map[K, V]) Values() []V

Jump to

Keyboard shortcuts

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