public static class TwoColumnDiff.Item extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TwoColumnDiff.Item.DiffItemType |
| Modifier and Type | Field and Description |
|---|---|
TwoColumnDiff.Item.DiffItemType |
state |
java.lang.Object |
value |
| Constructor and Description |
|---|
Item(TwoColumnDiff.Item.DiffItemType state,
java.lang.Object value) |
public final java.lang.Object value
public final TwoColumnDiff.Item.DiffItemType state
Item(TwoColumnDiff.Item.DiffItemType state, java.lang.Object value)