Modifier and Type | Method and Description |
---|---|
int |
getCursor() |
String |
getDeltaText() |
MutationType |
getType() |
static DiffUtil.Delta |
of(MutationType type,
int cursor,
String deltaText) |
public static DiffUtil.Delta of(MutationType type, int cursor, String deltaText)
public MutationType getType()
public int getCursor()
public String getDeltaText()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.