public class Timestamp
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
_inc
The increment
|
protected int |
_time
The actual timestamp
|
| Constructor and Description |
|---|
Timestamp(int time,
int inc)
Constructs a new timestamp object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
getInc() |
int |
getTime() |
int |
hashCode() |