public class BSONTimestamp extends Object implements Comparable<BSONTimestamp>, Serializable
Constructor and Description |
---|
BSONTimestamp() |
BSONTimestamp(int time,
int inc) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BSONTimestamp ts) |
boolean |
equals(Object obj) |
int |
getInc() |
int |
getTime() |
int |
hashCode() |
String |
toString() |
public BSONTimestamp()
public BSONTimestamp(int time, int inc)
public int getTime()
public int getInc()
public int compareTo(BSONTimestamp ts)
compareTo
in interface Comparable<BSONTimestamp>