LexoRank class

Constructors

LexoRank(LexoRankBucket bucket, LexoDecimal decimal)

Properties

bucket LexoRankBucket
getter/setter pair
decimal LexoDecimal
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
getter/setter pair

Methods

between(LexoRank other) LexoRank
compareTo(LexoRank other) num
equals(LexoRank other) bool
format() String
genNext() LexoRank
genPrev() LexoRank
getBucket() LexoRankBucket
getDecimal() LexoDecimal
inNextBucket() LexoRank
inPrevBucket() LexoRank
isMax() bool
isMin() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited