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

Method comparator

lib/java/util/SortedSet.java:38–38  ·  view source on GitHub ↗

Returns the comparator used to compare elements in this SortedSet. @return a comparator or null if the natural ordering is used.

()

Source from the content-addressed store, hash-verified

36 * @return a comparator or null if the natural ordering is used.
37 */
38 public Comparator<? super E> comparator();
39
40 /**
41 * Returns the first element in this {@code SortedSet}. The first element

Callers 10

checkRangeMethod · 0.65
comparatorMethod · 0.65
subMapMethod · 0.65
TreeMapMethod · 0.65
comparatorMethod · 0.65
comparatorMethod · 0.65
comparatorMethod · 0.65
comparatorMethod · 0.65
comparatorMethod · 0.65
comparatorMethod · 0.65

Implementers 3

SynchronizedSortedSetlib/java/util/Collections.java
UnmodifiableSortedSetlib/java/util/Collections.java
CheckedSortedSetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected