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

Method comparator

lib/java/util/Collections.java:3531–3533  ·  view source on GitHub ↗

@see java.util.SortedSet#comparator()

()

Source from the content-addressed store, hash-verified

3529 * @see java.util.SortedSet#comparator()
3530 */
3531 public Comparator<? super E> comparator() {
3532 return ss.comparator();
3533 }
3534
3535 /**
3536 * @see java.util.SortedSet#subSet(Object, Object)

Callers

nothing calls this directly

Calls 1

comparatorMethod · 0.65

Tested by

no test coverage detected