Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LinkedList ¶
func (*LinkedList[K, V]) Get ¶
func (l *LinkedList[K, V]) Get(k K) *atomic.Pointer[V]
func (*LinkedList[K, V]) Insert ¶
func (l *LinkedList[K, V]) Insert(k K, v V)
func (*LinkedList[K, V]) Remove ¶
func (l *LinkedList[K, V]) Remove(k K) bool
Click to show internal directories.
Click to hide internal directories.