JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.lmu.ifi.dbs.elki.utilities.datastructures.arrays
Interface IntegerComparator
All Known Implementing Classes:
SameSizeKMeansAlgorithm.PreferenceComparator
public interface
IntegerComparator
Interface for comparing two integers.
Method Summary
Methods
Modifier and Type
Method and Description
int
compare
(int x, int y)
Compare two integers.
Method Detail
compare
int compare(int x, int y)
Compare two integers.
Parameters:
x
- First int
y
- Second int
Returns:
Comparison result
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Release 0.5.5 (2012-12-10_1245)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method