SmallFraction

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

Attributes

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

Members list

Value members

Concrete methods

def begin: Short
override def compare(that: SmallFraction): 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: SmallFraction): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordered

Concrete fields

val value: Int