Class TextDiff
java.lang.Object
ch.tocco.nice2.persist.history.api.diff.TextDiff
- All Implemented Interfaces:
- Iterable<TextDiffEntry>
Deprecated.
- 
Constructor SummaryConstructorsConstructorDescriptionTextDiff(Iterable<TextDiffEntry> entries, int deletionCount, int insertCount, int changeCount) Deprecated.
- 
Method SummaryMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.IterableforEach, spliterator
- 
Constructor Details- 
TextDiffpublic TextDiff(Iterable<TextDiffEntry> entries, int deletionCount, int insertCount, int changeCount) Deprecated.
 
- 
- 
Method Details- 
sizepublic int size()Deprecated.
- 
isEmptypublic boolean isEmpty()Deprecated.
- 
getDeprecated.
- 
getDeletionCountpublic int getDeletionCount()Deprecated.
- 
getChangeCountpublic int getChangeCount()Deprecated.
- 
getInsertCountpublic int getInsertCount()Deprecated.
- 
iteratorDeprecated.- Specified by:
- iteratorin interface- Iterable<TextDiffEntry>
 
- 
equalsDeprecated.
- 
hashCodepublic int hashCode()Deprecated.
- 
toStringDeprecated.
 
-