Interval

org.beangle.commons.lang.math.Interval
See theInterval companion object
class Interval(val value: Long) extends Serializable, Ordered[Interval]

Attributes

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

Members list

Value members

Concrete methods

def begin: Int
override def compare(that: Interval): Int

Attributes

Definition Classes
Ordered
def end: Int
def length: Int
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Inherited methods

def <(that: Interval): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Concrete fields

val value: Long