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

Method next

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

Source from the content-addressed store, hash-verified

55 ///
56 /// - #hasNext
57 public E next();
58
59 /// Removes the last object returned by `next` from the collection.
60 /// This method can only be called once after `next` was called.

Callers 12

putAllMethod · 0.95
putAllMethod · 0.95
putAllImplMethod · 0.95
toArrayMethod · 0.95
toObjectArrayMethod · 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