MCPcopy Index your code
hub / github.com/clojure/clojure / length

Method length

src/jvm/clojure/lang/IPersistentVector.java:14–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12
13public interface IPersistentVector extends Associative, Sequential, IPersistentStack, Reversible, Indexed{
14int length();
15
16IPersistentVector assocN(int i, Object val);
17

Callers 15

parseMethod · 0.95
parseMethod · 0.65
compareMethod · 0.65
emitValueMethod · 0.65
macroexpand1Method · 0.65
destubClassNameMethod · 0.65
unreadMethod · 0.65
readUnicodeCharMethod · 0.65
invokeMethod · 0.65
hashUnencodedCharsMethod · 0.65
readUnicodeCharMethod · 0.65
syntaxQuoteMethod · 0.65

Implementers 2

APersistentVectorsrc/jvm/clojure/lang/APersistentVector
RTsrc/jvm/clojure/lang/RT.java

Calls

no outgoing calls

Tested by

no test coverage detected