SkipList
scalation.SkipList
class SkipList[K, V](implicit evidence$1: ClassTag[K], evidence$2: ClassTag[V], ordering: Ordering[K])
The SkipList
class ...
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
- ordering
-
the implicit ordering used to compare objects of type K
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article