MCPcopy Create free account
hub / github.com/BaseXdb/basex / min

Method min

basex-core/src/main/java/org/basex/util/Token.java:785–787  ·  view source on GitHub ↗

Returns the smaller token. @param token first token @param compare token to be compared @return smaller token

(final byte[] token, final byte[] compare)

Source from the content-addressed store, hash-verified

783 * @return smaller token
784 */
785 public static byte[] min(final byte[] token, final byte[] compare) {
786 return compare(token, compare) < 0 ? token : compare;
787 }
788
789 /**
790 * Returns the bigger token.

Callers 15

mergeEbvMethod · 0.95
resizeFunction · 0.45
findColumnFunction · 0.45
iterateBidiSectionsFunction · 0.45
clipLineFunction · 0.45
loopFunction · 0.45
runModeFunction · 0.45
retreatFrontierFunction · 0.45
insertLineContentFunction · 0.45
coordsBidiPartWrappedFunction · 0.45
visibleLinesFunction · 0.45
scrollPosIntoViewFunction · 0.45

Calls 1

compareMethod · 0.95

Tested by 3

testMethod · 0.36
texts1000Method · 0.36
parseMethod · 0.36