spider.crawl
Class History.HistoryElement

java.lang.Object
  |
  +--spider.crawl.History.HistoryElement
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
History

public class History.HistoryElement
extends java.lang.Object
implements java.lang.Comparable

inner class to record history data


Constructor Summary
History.HistoryElement()
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

History.HistoryElement

public History.HistoryElement()
Method Detail

compareTo

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