SmallInterval

org.beangle.commons.lang.math.SmallInterval
See theSmallInterval companion object
class SmallInterval(val value: Int) extends Serializable, Ordered[SmallInterval]

Attributes

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

Members list

Value members

Concrete methods

def begin: Short
override def compare(that: SmallInterval): Int

Attributes

Definition Classes
Ordered
def end: Short
def length: Short
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: SmallInterval): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Concrete fields

val value: Int