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

Method next

src/jvm/clojure/lang/APersistentSet.java:186–188  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

184 }
185
186 public Object next() {
187 return ((IMapEntry)iter.next()).key();
188 }
189
190 public void remove() {
191 throw new UnsupportedOperationException();

Callers

nothing calls this directly

Calls 2

keyMethod · 0.65
nextMethod · 0.65

Tested by

no test coverage detected