Class TextDiff
java.lang.Object
ch.tocco.nice2.persist.history.api.diff.TextDiff
- All Implemented Interfaces:
Iterable<TextDiffEntry>
Deprecated.
-
Constructor Summary
ConstructorDescriptionTextDiff
(Iterable<TextDiffEntry> entries, int deletionCount, int insertCount, int changeCount) Deprecated. -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
TextDiff
public TextDiff(Iterable<TextDiffEntry> entries, int deletionCount, int insertCount, int changeCount) Deprecated.
-
-
Method Details
-
size
public int size()Deprecated. -
isEmpty
public boolean isEmpty()Deprecated. -
get
Deprecated. -
getDeletionCount
public int getDeletionCount()Deprecated. -
getChangeCount
public int getChangeCount()Deprecated. -
getInsertCount
public int getInsertCount()Deprecated. -
iterator
Deprecated.- Specified by:
iterator
in interfaceIterable<TextDiffEntry>
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-