com.timeindexing.time
Interface TimestampFormatting

All Known Implementing Classes:
AbstractDateFormat, AbstractElapsedFormat

public interface TimestampFormatting

An interface for objects that can format a Timestamp.


Method Summary
 java.lang.String format(Timestamp t)
          Format a Timestamp.
 

Method Detail

format

public java.lang.String format(Timestamp t)
Format a Timestamp.