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

Method next

src/jvm/clojure/lang/EnumerationSeq.java:60–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58}
59
60public ISeq next(){
61 if(state._rest == state)
62 synchronized(state)
63 {
64 if(state._rest == state)
65 {
66 first();
67 state._rest = create(iter);
68 }
69 }
70 return (ISeq) state._rest;
71}
72
73public EnumerationSeq withMeta(IPersistentMap meta){
74 if(meta() == meta)

Callers

nothing calls this directly

Calls 2

firstMethod · 0.95
createMethod · 0.95

Tested by

no test coverage detected