Cleaned up commented out code from Utils.isPopupTrigger
[trakem2.git] / mpi / fruitfly / math / Quicksortable.java
blob1510eb563ee0a33a774525dcbe7b7b3c22c0af8d
1 package mpi.fruitfly.math;
3 /**
4 * <p>Title: </p>
6 * <p>Description: </p>
8 * <p>Copyright: Copyright (c) 2007</p>
10 * <p>Company: </p>
12 * <p>License: GPL
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License 2
16 * as published by the Free Software Foundation.
18 * This program is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
23 * You should have received a copy of the GNU General Public License
24 * along with this program; if not, write to the Free Software
25 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
27 * @author Stephan Preibisch
28 * @version 1.0
31 public interface Quicksortable
33 public double getQuicksortValue();