MCPcopy Create free account
hub / github.com/GateNLP/gate-core / comparator

Method comparator

src/main/java/gate/util/RBTreeMap.java:270–273  ·  view source on GitHub ↗

Returns the comparator used to order this map, or null if this map uses its keys' natural order. @return the comparator associated with this sorted map, or null if it uses its keys' natural sort method.

()

Source from the content-addressed store, hash-verified

268 * <tt>null</tt> if it uses its keys' natural sort method.
269 */
270 @Override
271 public Comparator<? super K> comparator() {
272 return comparator;
273 }
274
275 /**
276 * Returns the first (lowest) key currently in this sorted map.

Callers 3

initLocalDataMethod · 0.45
RBTreeMapMethod · 0.45
putAllMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected