![JAR search and dependency download from the Maven repository](/logo.png)
de.regnis.q.sequence.media.QSequenceMediaComparer Maven / Gradle / Ivy
/*
* ====================================================================
* Copyright (c) 2000-2008 SyntEvo GmbH, [email protected]
* All rights reserved.
*
* This software is licensed as described in the file SEQUENCE-LICENSE,
* which you should have received as part of this distribution. Use is
* subject to license terms.
* ====================================================================
*/
package de.regnis.q.sequence.media;
import de.regnis.q.sequence.core.*;
/**
* @author Marc Strapetz
*/
public interface QSequenceMediaComparer {
boolean equalsLeft(int left1, int left2) throws QSequenceException;
boolean equalsRight(int right1, int right2) throws QSequenceException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy