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

Method hasNext

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

isGameKeyDownMethod · 0.95
buildRequestBodyMethod · 0.95
createRequestURLMethod · 0.95
buildRequestBodyMethod · 0.95
equalsMethod · 0.95
unHighlightDatesMethod · 0.95
unHighlightDateMethod · 0.95
layoutContainerMethod · 0.95
checkComponentsMethod · 0.95
initLocaleListMethod · 0.95
exectuteMethod · 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