Entry

com.madgag.git.bfg.model.Tree.Entry
See theEntry companion object
case class Entry(name: FileName, fileMode: FileMode, objectId: ObjectId) extends Ordered[Entry]

Attributes

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

Members list

Value members

Concrete methods

def compare(that: Entry): Int

Inherited methods

def <(that: Entry): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product