Constructor and Description |
---|
WordChunk(DiffType type,
List<CharacterChunk> characterChunks) |
WordChunk(DiffType type,
String text) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<CharacterChunk> |
getCharacterChunks() |
String |
getText() |
DiffType |
getType() |
int |
hashCode() |
boolean |
isChangedChunk() |
String |
toString() |
public WordChunk(DiffType type, List<CharacterChunk> characterChunks)
public boolean isChangedChunk()
public List<CharacterChunk> getCharacterChunks()
Copyright © 2002-2017 Atlassian. All Rights Reserved.