Uses of Interface
org.jzy3d.maths.algorithms.convexhull.utils.IComparator
-
Packages that use IComparator Package Description org.jzy3d.maths.algorithms.convexhull.algorithms org.jzy3d.maths.algorithms.convexhull.utils -
-
Uses of IComparator in org.jzy3d.maths.algorithms.convexhull.algorithms
Classes in org.jzy3d.maths.algorithms.convexhull.algorithms that implement IComparator Modifier and Type Class Description class
RadialComparator
class
XYComparator
-
Uses of IComparator in org.jzy3d.maths.algorithms.convexhull.utils
Methods in org.jzy3d.maths.algorithms.convexhull.utils with parameters of type IComparator Modifier and Type Method Description static <T> void
QuickSort. sort(T[] a, IComparator<? super T> c)
-