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/EnumerationSeq.java:50–58 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
48
}
49
50
public
Object first(){
51
if
(state.val == state)
52
synchronized(state)
53
{
54
if
(state.val == state)
55
state.val = iter.nextElement();
56
}
57
return
state.val;
58
}
59
60
public
ISeq next(){
61
if
(state._rest == state)
Callers
1
next
Method · 0.95
Calls
1
nextElement
Method · 0.80
Tested by
no test coverage detected