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

Method comparator

Ports/CLDC11/src/java/util/TreeMap.java:3764–3766  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3762 ///
3763 /// the comparator or `null` if the natural ordering is used.
3764 public Comparator<? super K> comparator() {
3765 return comparator;
3766 }
3767
3768 /// Returns whether this map contains the specified key.
3769 ///

Callers 1

keyCompareMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected