Packages

object SkipList extends Encoding with SortedSetEncoding with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SkipList
  2. Product
  3. Equals
  4. SortedSetEncoding
  5. Encoding
  6. NamedEnum
  7. Serializable
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val name: String

    Used as a key for a map returned from byName.

    Used as a key for a map returned from byName. It is recommended to override this method uniquely by each case object in the sealed hierarchy.

    Definition Classes
    EncodingNamedEnum
  2. def toString(): String
    Definition Classes
    NamedEnum → AnyRef → Any