E - the type of the elements in this diff entrypublic abstract class ListDiffEntry<E> extends Object
| Constructor and Description |
|---|
ListDiffEntry() |
| Modifier and Type | Method and Description |
|---|---|
abstract E |
getElement() |
abstract int |
getPosition() |
abstract boolean |
isAddition() |
String |
toString() |
public abstract int getPosition()
public abstract boolean isAddition()
public abstract E getElement()
public String toString()
toString in class ObjectObject.toString()
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.