Generated by
JDiff

Class it.dtt.ca.history.History

Added Methods
int getHistoryLength() Returns the length of the history items.
HistoryItem getItem(int) Retrieves a History Item at the specified index.
 

Changed Methods
void setItems(HistoryItem[]) Change in exceptions thrown from no exceptions to (java.lang.IllegalArgumentException, java.lang.NullPointerException).
Sets an array of HistoryItem within an History instance.