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

Method next

lib/java/util/Iterator.java:52–52  ·  view source on GitHub ↗

Returns the next object in the iteration, i.e. returns the element in front of the iterator and advances the iterator by one position. @return the next object. @throws NoSuchElementException if there are no more elements. @see #hasNext

()

Source from the content-addressed store, hash-verified

50 * @see #hasNext
51 */
52 public E next();
53
54 /**
55 * Removes the last object returned by {@code next} from the collection.

Callers 15

containsValueMethod · 0.65
TreeMapMethod · 0.65
addAllMethod · 0.65
getMethod · 0.65
removeMethod · 0.65
setMethod · 0.65
containsKeyMethod · 0.65
containsValueMethod · 0.65
getMethod · 0.65
hashCodeMethod · 0.65
nextMethod · 0.65
removeMethod · 0.65

Implementers 15

AbstractMaplib/java/util/AbstractMap.java
Hashtablelib/java/util/Hashtable.java
HashIteratorlib/java/util/Hashtable.java
HashEnumIteratorlib/java/util/Hashtable.java
EmptySetlib/java/util/Collections.java
SingletonSetlib/java/util/Collections.java
SingletonMaplib/java/util/Collections.java
UnmodifiableCollectionlib/java/util/Collections.java
UnmodifiableListlib/java/util/Collections.java
UnmodifiableEntrySetlib/java/util/Collections.java
CheckedListIteratorlib/java/util/Collections.java
CheckedEntryIteratorlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected