MCPcopy Index your code
hub / github.com/davidgiven/luje / iterator

Method iterator

lib/java/util/Set.java:130–130  ·  view source on GitHub ↗

Returns an iterator on the elements of this set. The elements are unordered. @return an iterator on the elements of this set. @see Iterator

()

Source from the content-addressed store, hash-verified

128 * @see Iterator
129 */
130 public Iterator<E> iterator();
131
132 /**
133 * Removes the specified object from this set.

Callers 15

containsValueMethod · 0.65
TreeMapMethod · 0.65
addAllMethod · 0.65
containsKeyMethod · 0.65
containsValueMethod · 0.65
getMethod · 0.65
hashCodeMethod · 0.65
iteratorMethod · 0.65
removeMethod · 0.65
toStringMethod · 0.65
addAllMethod · 0.65
containsAllMethod · 0.65

Implementers 1

CheckedEntrySetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected