MCPcopy
hub / github.com/kevin-wayne/algs4 / length

Method length

src/main/java/edu/princeton/cs/algs4/SuffixArray.java:112–114  ·  view source on GitHub ↗

Returns the length of the input string. @return the length of the input string

()

Source from the content-addressed store, hash-verified

110 * @return the length of the input string
111 */
112 public int length() {
113 return suffixes.length;
114 }
115
116
117 /**

Callers 6

SuffixArrayMethod · 0.45
lengthMethod · 0.45
compareToMethod · 0.45
lcpSuffixMethod · 0.45
compareMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected