MCPcopy Create free account
hub / github.com/davidgiven/luje / iterator

Method iterator

lib/java/util/AbstractCollection.java:199–199  ·  view source on GitHub ↗

Returns an instance of Iterator that may be used to access the objects contained by this Collection. The order in which the elements are returned by the Iterator is not defined unless the instance of the Collection has a defined order. In that case, the elements are

()

Source from the content-addressed store, hash-verified

197 * @return an iterator for accessing the {@code Collection} contents.
198 */
199 public abstract Iterator<E> iterator();
200
201 /**
202 * Removes one instance of the specified object from this {@code Collection} if one

Callers 7

clearMethod · 0.95
containsMethod · 0.95
removeMethod · 0.95
removeAllMethod · 0.95
retainAllMethod · 0.95
toArrayMethod · 0.95
toStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected