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

Method next

vm/JavaAPI/src/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

setClistMethod · 0.95
makeTreeModelMethod · 0.95
makeNodeMethod · 0.95
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

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