ants.p2p.utils.encoding
Class TableEntryDate

java.lang.Object
  extended by ants.p2p.utils.encoding.TableEntryDate
All Implemented Interfaces:
java.lang.Comparable

public class TableEntryDate
extends java.lang.Object
implements java.lang.Comparable


Constructor Summary
TableEntryDate(long milliseconds)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TableEntryDate

public TableEntryDate(long milliseconds)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object