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

Method key

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

Source from the content-addressed store, hash-verified

14
15public interface IMapEntry extends Map.Entry{
16Object key();
17
18Object val();
19}

Callers 11

pushThreadBindingsMethod · 0.95
getThreadBindingsMethod · 0.95
parseMethod · 0.95
flattenMapMethod · 0.95
printMethod · 0.95
nextMethod · 0.65
entryKeyMethod · 0.65
nthMethod · 0.65
asVectorMethod · 0.65
popMethod · 0.65
CompilerClass · 0.65

Implementers 3

AMapEntrysrc/jvm/clojure/lang/AMapEntry.java
MapEntrysrc/jvm/clojure/lang/MapEntry.java
Nodesrc/jvm/clojure/lang/PersistentTreeMap

Calls

no outgoing calls

Tested by

no test coverage detected