org.jzy3d.maths.algorithms.convexhull.utils
Interface IComparator<T>

All Known Implementing Classes:
RadialComparator, XYComparator

public interface IComparator<T>


Method Summary
 int compare(T a, T b)
           
 

Method Detail

compare

int compare(T a,
            T b)


Copyright © 2013. All rights reserved.