MCPcopy Create free account
hub / github.com/apache/tomcat / iterator

Method iterator

java/org/apache/catalina/util/ResourceSet.java:229–235  ·  view source on GitHub ↗

{@inheritDoc} @exception IllegalStateException if this set is currently locked

()

Source from the content-addressed store, hash-verified

227 * @exception IllegalStateException if this set is currently locked
228 */
229 @Override
230 public Iterator<T> iterator() {
231 if (locked) {
232 return new LockedIterator(super.iterator());
233 }
234 return super.iterator();
235 }
236
237
238 /**

Callers 15

releaseBackLogMethod · 0.45
getRolesMethod · 0.45
getUsersMethod · 0.45
getGroupsMethod · 0.45
getRolesMethod · 0.45
getUsersMethod · 0.45
getGroupsMethod · 0.45
getRolesMethod · 0.45
getGroupsMethod · 0.45
getRolesMethod · 0.45
getUsersMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected