MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / comparator

Method comparator

vm/JavaAPI/src/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 15

invoke7Method · 0.65
invoke8Method · 0.65
invoke17Method · 0.65
invoke44Method · 0.65
invoke45Method · 0.65
invoke49Method · 0.65
invoke50Method · 0.65
checkRangeMethod · 0.65
comparatorMethod · 0.65
headMapMethod · 0.65
subMapMethod · 0.65
ceilingMethod · 0.65

Implementers 15

AscendingSubMapEntrySetPorts/CLDC11/src/java/util/TreeMap.jav
DescendingSubMapEntrySetPorts/CLDC11/src/java/util/TreeMap.jav
AscendingSubMapKeySetPorts/CLDC11/src/java/util/TreeMap.jav
DescendingSubMapKeySetPorts/CLDC11/src/java/util/TreeMap.jav
TreeSetPorts/CLDC11/src/java/util/TreeSet.jav
SynchronizedSortedSetPorts/CLDC11/src/java/util/Collections
UnmodifiableSortedSetPorts/CLDC11/src/java/util/Collections
AscendingSubMapEntrySetPorts/retro/JavaCompatibility/src/net/
DescendingSubMapEntrySetPorts/retro/JavaCompatibility/src/net/
AscendingSubMapKeySetPorts/retro/JavaCompatibility/src/net/
DescendingSubMapKeySetPorts/retro/JavaCompatibility/src/net/
TreeSetPorts/retro/JavaCompatibility/src/net/

Calls

no outgoing calls

Tested by

no test coverage detected