wt.fv
Class DeletedFilesStatistics
java.lang.Object
wt.fv.DeletedFilesStatistics
- All Implemented Interfaces:
- Serializable
- public class DeletedFilesStatistics
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
deletedNum
private int deletedNum
undeletedNum
private int undeletedNum
DeletedFilesStatistics
public DeletedFilesStatistics()
getDeletedNum
public int getDeletedNum()
getUndeletedNum
public int getUndeletedNum()
updateDeletedNum
public void updateDeletedNum()
updateUndeletedNum
public void updateUndeletedNum()
updateStatistics
public void updateStatistics(DeletedFilesStatistics currStat)