|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.timeindexing.basic.RelativeCount
An RelativeCount is a count that is an relative count from the current index element. This is basically a constant, which can be +ve or -ve.
Constructor Summary | |
RelativeCount(Count c)
Construct a new RelativeCount from a Count |
|
RelativeCount(long value)
Construct a new RelativeCount from a given value |
Method Summary | |
java.lang.Object |
clone()
Clone me |
java.lang.String |
toString()
String value of a Count. |
long |
value()
Get the count. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RelativeCount(long value)
public RelativeCount(Count c)
Method Detail |
public long value()
value
in interface Value
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |