MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / hasNext

Method hasNext

Ports/CLDC11/src/java/util/Iterator.java:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 ///
40 /// - #next
41 public boolean hasNext();
42
43 /// Returns the next object in the iteration, i.e. returns the element in
44 /// front of the iterator and advances the iterator by one position.

Callers 10

putAllMethod · 0.95
putAllMethod · 0.95
putAllImplMethod · 0.95
equalsMethod · 0.95
putAllMethod · 0.95
LinkedHashSetMethod · 0.95
HashSetMethod · 0.95
addAllMethod · 0.95
getAPIdsMethod · 0.95
runMethod · 0.95

Implementers 15

PropertyXMLElementCodenameOne/src/com/codename1/properti
PropertyIndexCodenameOne/src/com/codename1/properti
TabIteratorCodenameOne/src/com/codename1/ui/Form.
SteppedSubListscripts/cn1playground/common/src/main/
SimpleNodescripts/cn1playground/common/src/main/
IdentityHashMapIteratorPorts/CLDC11/src/java/util/IdentityHas
NullSubMapValuesCollectionPorts/CLDC11/src/java/util/TreeMap.jav
PriorityIteratorPorts/CLDC11/src/java/util/PriorityQue
AbstractMapPorts/CLDC11/src/java/util/AbstractMap
HashtablePorts/CLDC11/src/java/util/Hashtable.j
HashIteratorPorts/CLDC11/src/java/util/Hashtable.j
HashEnumIteratorPorts/CLDC11/src/java/util/Hashtable.j

Calls

no outgoing calls

Tested by

no test coverage detected