in scala.collection.immutable
class RedBlack

[scala.serializable]

abstract class RedBlack [A]
extends java.lang.Object
with scala.ScalaObject
Direct Known Subclasses:
TreeSet, TreeMap

Class Summary
case class BlackTree [B]

abstract class NonEmpty [B]

case class RedTree [B]

abstract class Tree [B]

Object Summary
case object Empty

Constructor Summary
def this

Def Summary
abstract def isSmaller (x: A, y: A) : scala.Boolean

Constructor Detail
def this

Def Detail
abstract def isSmaller (x: A, y: A): scala.Boolean