SizedObject

com.madgag.git.SizedObject
case class SizedObject(objectId: ObjectId, size: Long) extends Ordered[SizedObject]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Ordered[SizedObject]
trait Comparable[SizedObject]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def compare(that: SizedObject): Int

Inherited methods

def <(that: SizedObject): Boolean

Attributes

Inherited from:
Ordered
def <=(that: SizedObject): Boolean

Attributes

Inherited from:
Ordered
def >(that: SizedObject): Boolean

Attributes

Inherited from:
Ordered
def >=(that: SizedObject): Boolean

Attributes

Inherited from:
Ordered
def compareTo(that: SizedObject): Int

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product