| Package | Description | 
|---|---|
| org.apache.hadoop.hdfs.util | 
| Modifier and Type | Method and Description | 
|---|---|
| Diff.UndoInfo<E> | Diff. delete(E element)Delete an element from current state. | 
| Diff.UndoInfo<E> | Diff. modify(E oldElement,
      E newElement)Modify an element in current state. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Diff. undoDelete(E element,
          Diff.UndoInfo<E> undoInfo)Undo the previous delete(E) operation. | 
| void | Diff. undoModify(E oldElement,
          E newElement,
          Diff.UndoInfo<E> undoInfo)Undo the previous modify(E, E) operation. | 
Copyright © 2017 Apache Software Foundation. All Rights Reserved.