Uses of Interface
org.xwiki.diff.Chunk
-
-
Uses of Chunk in org.xwiki.diff
Methods in org.xwiki.diff that return Chunk Modifier and Type Method Description Chunk<E>
ConflictDecision. getChunk()
Chunk<E>
Delta. getNext()
Chunk<E>
Delta. getPrevious()
Methods in org.xwiki.diff with parameters of type Chunk Modifier and Type Method Description default boolean
Conflict. concerns(Chunk<E> chunk)
default boolean
Chunk. isOverlappingWith(Chunk<E> otherChunk)
Check if the current chunk is overlapping with another chunk based on the indexes.
-