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, waitequals, getLeftLength, getRightLengthprotected 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 QSequenceMediaComparerQSequenceCancelledExceptionpublic final boolean equalsRight(int right1,
int right2)
throws QSequenceCancelledException
equalsRight in interface QSequenceMediaComparerQSequenceCancelledExceptionpublic final void checkCancelled()
throws QSequenceCancelledException
QSequenceCancelledException