JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
org.jzy3d.maths.algorithms.convexhull.utils
Interface IComparator<T>
All Known Implementing Classes:
RadialComparator
,
XYComparator
public interface
IComparator<T>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
compare
(
T
a,
T
b)
Method Details
compare
int
compare
(
T
a,
T
b)