SkipList

object SkipList
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

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

object Map
Companion
class
trait Map[T <: Exec[T], A, B] extends SkipList[T, A, (A, B)]
Companion
object
object NoKeyObserver extends KeyObserver[Any, Any]
object Set
Companion
class
trait Set[T <: Exec[T], A] extends SkipList[T, A, A]
Companion
object