public class Change extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Change.Type |
| Constructor and Description |
|---|
Change(Change.Type type,
int position,
String content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
int |
getPosition() |
Change.Type |
getType() |
public Change(Change.Type type, int position, String content)
public Change.Type getType()
public int getPosition()
public String getContent()
Copyright © 2020. All rights reserved.