Package moa.clusterers.denstream
Class Timestamp
- java.lang.Object
-
- moa.AbstractMOAObject
-
- moa.clusterers.denstream.Timestamp
-
- All Implemented Interfaces:
Serializable
,MOAObject
public class Timestamp extends AbstractMOAObject
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getDescription(StringBuilder sb, int i)
Returns a string representation of this object.long
getTimestamp()
void
increase()
void
setTimestamp(long timestamp)
-
Methods inherited from class moa.AbstractMOAObject
copy, copy, measureByteSize, measureByteSize, toString
-
-
-
-
Method Detail
-
getTimestamp
public long getTimestamp()
-
increase
public void increase()
-
setTimestamp
public void setTimestamp(long timestamp)
-
getDescription
public void getDescription(StringBuilder sb, int i)
Description copied from interface:MOAObject
Returns a string representation of this object. Used inAbstractMOAObject.toString
to give a string representation of the object.- Parameters:
sb
- the stringbuilder to add the descriptioni
- the number of characters to indent
-
-