- 
- 
Constructor SummaryConstructors 
- 
Method Summary
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Field Details
- 
backendprivate final List<T> backend 
- 
currentProgressprivate List<T> currentProgress 
 
- 
Constructor Details
- 
CommitBasedListpublic CommitBasedList(List<T> backend) 
 
- 
Method Details
- 
- 
revertpublic void revert() 
- 
popAndCommitpublic void popAndCommit() 
- 
currentProgresspublic List<T> currentProgress() 
 
- 
addDirectlypublic void addDirectly(T value) 
- 
- 
-