MCPcopy Create free account
hub / github.com/davidgiven/luje / compareTo

Method compareTo

lib/java/lang/Comparable.java:52–52  ·  view source on GitHub ↗

Compares this object to the specified object to determine their relative order. @param another the object to compare to this instance. @return a negative integer if this instance is less than another; a positive integer if this instance is greater than {@code anot

(T another)

Source from the content-addressed store, hash-verified

50 * comparable to {@code this} instance.
51 */
52 int compareTo(T another);
53}

Callers 15

compareToMethod · 0.65
compareToMethod · 0.65
checkRangeMethod · 0.65
isInRangeMethod · 0.65
checkUpperBoundMethod · 0.65
checkLowerBoundMethod · 0.65
subMapMethod · 0.65
cmpMethod · 0.65
headMapMethod · 0.65
subMapMethod · 0.65
tailMapMethod · 0.65
compareMethod · 0.65

Implementers 15

PlatformAddresslib/org/apache/harmony/luni/platform/P
Floatlib/java/lang/Float.java
Shortlib/java/lang/Short.java
Stringlib/java/lang/String.java
Booleanlib/java/lang/Boolean.java
Enumlib/java/lang/Enum.java
Characterlib/java/lang/Character.java
Bytelib/java/lang/Byte.java
Doublelib/java/lang/Double.java
Integerlib/java/lang/Integer.java
Longlib/java/lang/Long.java
Filelib/java/io/File.java

Calls

no outgoing calls

Tested by

no test coverage detected