public class

CharacterChunk

extends Object
implements DiffChunk
java.lang.Object
   ↳ com.atlassian.diff.CharacterChunk

Class Overview

Represents a group of characters sharing the same diff type - unchanged, added or deleted.

Summary

Public Constructors
CharacterChunk(DiffType type, String text)
Public Methods
boolean equals(Object o)
String getText()
DiffType getType()
int hashCode()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.diff.DiffChunk

Public Constructors

public CharacterChunk (DiffType type, String text)

Public Methods

public boolean equals (Object o)

public String getText ()

public DiffType getType ()

public int hashCode ()

public String toString ()