public abstract class QSequenceIntMedia extends java.lang.Object implements QSequenceMedia, QSequenceMediaComparer
Modifier | Constructor and Description |
---|---|
protected |
QSequenceIntMedia(QSequenceCanceller canceller) |
Modifier and Type | Method and Description |
---|---|
void |
checkCancelled() |
boolean |
equalsLeft(int left1,
int left2) |
boolean |
equalsRight(int right1,
int right2) |
abstract int[] |
getLeftSymbols() |
abstract int[] |
getRightSymbols() |
abstract int |
getSymbolCount() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals, getLeftLength, getRightLength
protected QSequenceIntMedia(QSequenceCanceller canceller)
public abstract int getSymbolCount()
public abstract int[] getLeftSymbols()
public abstract int[] getRightSymbols()
public final boolean equalsLeft(int left1, int left2) throws QSequenceCancelledException
equalsLeft
in interface QSequenceMediaComparer
QSequenceCancelledException
public final boolean equalsRight(int right1, int right2) throws QSequenceCancelledException
equalsRight
in interface QSequenceMediaComparer
QSequenceCancelledException
public final void checkCancelled() throws QSequenceCancelledException
QSequenceCancelledException