public class DateTimeType extends CellType<Long>
| Constructor and Description |
|---|
DateTimeType(int dateFormat,
int timeFormat) |
DateTimeType(SimpleDateFormat fmt) |
| Modifier and Type | Method and Description |
|---|---|
String |
alignment() |
int |
compare(Long o1,
Long o2) |
String |
format(Object obj) |
isSortable, setSortableclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitequalspublic DateTimeType(int dateFormat,
int timeFormat)
public DateTimeType(SimpleDateFormat fmt)
Copyright © 2015 Apache Accumulo Project. All rights reserved.