public class Suggestion extends java.lang.Object implements SimpleDiffCallback.Comparable<Suggestion>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
int |
getTargetIndex() |
java.lang.String |
getValue() |
boolean |
isSameContent(Suggestion newItem) |
boolean |
isSameItem(Suggestion newItem) |
public boolean isSameItem(Suggestion newItem)
isSameItem
in interface SimpleDiffCallback.Comparable<Suggestion>
public boolean isSameContent(Suggestion newItem)
isSameContent
in interface SimpleDiffCallback.Comparable<Suggestion>
public java.lang.String getName()
public java.lang.String getValue()
public int getTargetIndex()