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

Method hasNext

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

Returns whether there are more elements to iterate, i.e. whether the iterator is positioned in front of an element. @return true if there are more elements, false otherwise. @see #next

()

Source from the content-addressed store, hash-verified

39 * @see #next
40 */
41 public boolean hasNext();
42
43 /**
44 * Returns the next object in the iteration, i.e. returns the element in

Callers 15

containsValueMethod · 0.65
TreeMapMethod · 0.65
addAllMethod · 0.65
setMethod · 0.65
containsKeyMethod · 0.65
containsValueMethod · 0.65
getMethod · 0.65
hashCodeMethod · 0.65
hasNextMethod · 0.65
removeMethod · 0.65
toStringMethod · 0.65
addAllMethod · 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