MCPcopy Index your code
hub / github.com/apache/tomcat / iterator

Method iterator

java/org/apache/el/stream/Stream.java:277–279  ·  view source on GitHub ↗

Returns the underlying iterator for this stream. @return the underlying iterator

()

Source from the content-addressed store, hash-verified

275 * @return the underlying iterator
276 */
277 public Iterator<?> iterator() {
278 return iterator;
279 }
280
281
282 /**

Callers 15

onOpenMethod · 0.45
tickMethod · 0.45
testWebappMethod · 0.45
testKeySetRemoveMethod · 0.45
testEntrySetRemoveMethod · 0.45
testCipher01Method · 0.45
testCipher02Method · 0.45

Calls

no outgoing calls