JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.aspectj.org.eclipse.jdt.internal.core.util
Util
Comparer
Contents
Description
Method Summary
Method Details
compare(Object, Object)
Hide sidebar
Show sidebar
Interface Util.Comparer
Enclosing class:
Util
public static interface
Util.Comparer
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
int
compare
(
Object
a,
Object
b)
Returns 0 if a and b are equal, >0 if a is greater than b, or
<0
if a is less than b.
Method Details
compare
int
compare
(
Object
a,
Object
b)
Returns 0 if a and b are equal, >0 if a is greater than b, or
<0
if a is less than b.