@Deprecated public class WordChunk extends Object implements DiffChunk, Serializable
| Constructor and Description | 
|---|
| WordChunk(DiffType type,
         List<CharacterChunk> characterChunks)Deprecated.  | 
| WordChunk(DiffType type,
         String word)Deprecated.  | 
| WordChunk(String word)Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| List<CharacterChunk> | getChildren()Deprecated.  | 
| DiffType | getType()Deprecated.  | 
| boolean | isChangedChunk()Deprecated.  | 
| String | toString()Deprecated.  | 
public WordChunk(DiffType type, List<CharacterChunk> characterChunks)
public WordChunk(String word)
public boolean isChangedChunk()
public List<CharacterChunk> getChildren()
getChildren in interface DiffChunkCopyright © 2003–2017 Atlassian. All rights reserved.