KeyObserver

trait KeyObserver[-Tx, -A]

A trait for observing the promotion and demotion of a key in the skip list's level hierarchy

A trait for observing the promotion and demotion of a key in the skip list's level hierarchy

class Object
trait Matchable
class Any

Value members

Abstract methods

def keyDown(key: A)(tx: Tx): Unit

Notifies the observer that a given key is demoted to a lower (more dense) level

Notifies the observer that a given key is demoted to a lower (more dense) level

def keyUp(key: A)(tx: Tx): Unit

Notifies the observer that a given key is promoted to a higher (more sparse) level

Notifies the observer that a given key is promoted to a higher (more sparse) level