public class ExtPosition<E,ESEQ extends AbstractSequence<E>> extends SeqPosition<E,ESEQ>
ipos, sequence | Constructor and Description |
|---|
ExtPosition () |
| Modifier and Type | Method and Description |
|---|---|
int |
getPos ()
Get a position int "cookie" for this SeqPosition.
|
boolean |
isAfter ()
Tests whether the position pair has the "isAfter" property.
|
void |
release () |
void |
setPos (AbstractSequence seq,
int ipos) |
add, copy, finalize, fromEndIndex, getContainingSequenceSize, getNext, getNextKind, getNextTypeName, getNextTypeObject, getPrevious, gotoChildrenStart, gotoEnd, gotoNext, gotoPrevious, gotoStart, hasMoreElements, hasNext, hasPrevious, make, next, nextElement, nextIndex, previous, previousIndex, remove, set, set, set, setNext, setPos, setPrevious, toInfo, toString clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic ExtPosition()
public int getPos()
SeqPosition getPos in class SeqPosition<E,ESEQ extends AbstractSequence<E>>public void setPos(AbstractSequence seq, int ipos)
setPos in class SeqPosition<E,ESEQ extends AbstractSequence<E>>public final boolean isAfter()
SeqPosition isAfter in class SeqPosition<E,ESEQ extends AbstractSequence<E>>public void release()
release in class SeqPosition<E,ESEQ extends AbstractSequence<E>>