public abstract class ListDiffEntry extends Object
| Constructor and Description |
|---|
ListDiffEntry() |
| Modifier and Type | Method and Description |
|---|---|
abstract Object |
getElement() |
abstract int |
getPosition() |
abstract boolean |
isAddition() |
String |
toString() |
public abstract int getPosition()
public abstract boolean isAddition()
public abstract Object getElement()
public String toString()
toString in class ObjectObject.toString()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.