Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ iterator
Method
iterator
src/jvm/clojure/lang/PersistentHashMap.java:400–400 ·
view source on GitHub ↗
(IFn f)
Source
from the content-addressed store, hash-verified
398
399
// returns the result of (f [k v]) for each iterated element
400
Iterator iterator(IFn f);
401
}
402
403
final
static
class
ArrayNode implements INode{
Callers
15
hasNext
Method · 0.95
iterator
Method · 0.65
iterator
Method · 0.65
doEquals
Method · 0.65
doEquiv
Method · 0.65
iterator
Method · 0.65
putAll
Method · 0.65
iterator
Method · 0.65
emitListAsObjectArray
Method · 0.65
parse
Method · 0.65
invoke
Method · 0.65
iterator
Method · 0.65
Implementers
3
ArrayNode
src/jvm/clojure/lang/PersistentHashMap
BitmapIndexedNode
src/jvm/clojure/lang/PersistentHashMap
HashCollisionNode
src/jvm/clojure/lang/PersistentHashMap
Calls
no outgoing calls
Tested by
no test coverage detected