|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jgit.diff.Sequence
public abstract class Sequence
Arbitrary sequence of elements.
A sequence of elements is defined to contain elements in the index range
[0,
, like a standard Java List implementation.
Unlike a List, the members of the sequence are not directly obtainable.
Implementations of Sequence are primarily intended for use in content
difference detection algorithms, to produce an size()
)EditList
of
Edit
instances describing how two Sequence instances differ.
To be compared against another Sequence of the same type, a supporting
SequenceComparator
must also be supplied.
Constructor Summary | |
---|---|
Sequence()
|
Method Summary | |
---|---|
abstract int |
size()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Sequence()
Method Detail |
---|
public abstract int size()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |