|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.latencybusters.pdm.PDMTimestamp
public class PDMTimestamp
A representation of a PDMTimestamp with the number of seconds and microseconds since the epoch
| Constructor Summary | |
|---|---|
PDMTimestamp(int seconds,
int microseconds)
|
|
| Method Summary | |
|---|---|
int |
getMicroseconds()
|
int |
getSeconds()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PDMTimestamp(int seconds,
int microseconds)
| Method Detail |
|---|
public int getSeconds()
public int getMicroseconds()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||