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()
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.