suramadu.util.time
Class TimeStampLog
java.lang.Object
suramadu.util.time.TimeStampLog
- public class TimeStampLog
- extends java.lang.Object
- Author:
- dan
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeStampLog
public TimeStampLog(int numValues)
- Parameters:
numValues
-
getTimeStamps
public java.util.Vector getTimeStamps()
addTimeStamp
public void addTimeStamp(long time)
addTimeStamp
public void addTimeStamp(int index,
long time)
compare
public long[] compare(TimeStampLog otherLog,
int numElements)
getElementAt
public long getElementAt(int i)
- Parameters:
i
-
toArray
public long[] toArray(int numElements)
print
public void print()