MCPcopy
hub / github.com/libgdx/libgdx / hasNext

Method hasNext

gdx/src/com/badlogic/gdx/utils/IntMap.java:644–647  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

642 }
643
644 public boolean hasNext () {
645 if (!valid) throw new GdxRuntimeException("#iterator() cannot be used nested.");
646 return hasNext;
647 }
648
649 public @Null V next () {
650 if (!hasNext) throw new NoSuchElementException();

Callers 10

createMethod · 0.45
nextDirectionalMethod · 0.45
nextSpotMethod · 0.45
nextPointMethod · 0.45
appendAllMethod · 0.45
appendWithSeparatorsMethod · 0.45
validateMethod · 0.45
loadSyncMethod · 0.45

Calls

no outgoing calls

Tested by 6

createMethod · 0.36
nextDirectionalMethod · 0.36
nextSpotMethod · 0.36
nextPointMethod · 0.36