public final class DateAndTime extends java.lang.Object implements Duplicatable
| Modifier and Type | Field and Description |
|---|---|
static int |
SIZE |
| Constructor and Description |
|---|
DateAndTime() |
DateAndTime(byte[] buf,
int offset) |
DateAndTime(DateAndTime other) |
| Modifier and Type | Method and Description |
|---|---|
DateAndTime |
clone()
Deprecated.
|
DateAndTime |
copy() |
boolean |
equals(java.lang.Object o) |
java.util.Calendar |
getDate() |
int |
hashCode() |
boolean |
isEmpty() |
void |
serialize(byte[] buf,
int offset) |
java.lang.String |
toString() |
public static final int SIZE
public DateAndTime()
public DateAndTime(DateAndTime other)
public DateAndTime(byte[] buf,
int offset)
public java.util.Calendar getDate()
public void serialize(byte[] buf,
int offset)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object@Deprecated @Removal(version="5.0.0") public DateAndTime clone()
clone in class java.lang.Objectpublic DateAndTime copy()
copy in interface Duplicatablepublic boolean isEmpty()
public java.lang.String toString()
toString in class java.lang.Object