Packages

final class Version extends Comparable[Version]

Comparable version information

Source
ManifestInfo.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Version
  2. Comparable
  3. AnyRef
  4. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Version(version: String)

Value Members

  1. def compareTo(other: Version): Int
    Definition Classes
    Version → Comparable
  2. def equals(o: Any): Boolean
    Definition Classes
    Version → AnyRef → Any
  3. def hashCode(): Int
    Definition Classes
    Version → AnyRef → Any
  4. def toString(): String
    Definition Classes
    Version → AnyRef → Any
  5. val version: String