Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ first
Method
first
src/jvm/clojure/lang/PersistentArrayMap.java:380–382 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
378
}
379
380
public
Object first(){
381
return
MapEntry.create(array[i],array[i+1]);
382
}
383
384
public
ISeq next(){
385
if
(i + 2 < array.length)
Callers
nothing calls this directly
Calls
1
create
Method · 0.95
Tested by
no test coverage detected