Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
13
public
interface
IPersistentVector extends Associative, Sequential, IPersistentStack, Reversible, Indexed{
14
int
length();
15
16
IPersistentVector assocN(
int
i, Object val);
17
Callers
15
parse
Method · 0.95
parse
Method · 0.65
compare
Method · 0.65
emitValue
Method · 0.65
macroexpand1
Method · 0.65
destubClassName
Method · 0.65
unread
Method · 0.65
readUnicodeChar
Method · 0.65
invoke
Method · 0.65
hashUnencodedChars
Method · 0.65
readUnicodeChar
Method · 0.65
syntaxQuote
Method · 0.65
Implementers
2
APersistentVector
src/jvm/clojure/lang/APersistentVector
RT
src/jvm/clojure/lang/RT.java
Calls
no outgoing calls
Tested by
no test coverage detected