SkipNodeType

scalation.SkipNodeType
class SkipNodeType[K, V](var key: K, var value: V, val next: Array[SkipNodeType[K, V]])

The SkipNodeType ...

Type parameters

K

the type of the keys contained in this sorted map

V

the type of the values assigned to keys in this sorted map

Value parameters

key

the key for this node

next

array of references to next nodes

value

the value for this node

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete fields

var key: K
val next: Array[SkipNodeType[K, V]]
var value: V