public class BooleanListIterator
extends java.lang.Object
implements java.util.Iterator<java.lang.Boolean>
Iterator to traverse all the strings into a BooleanList instance.
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext()
Gets if there are more elements.
|
java.lang.Boolean |
next()
See nextBoolean().
|
boolean |
nextBoolean()
Gets the next element.
|
void |
remove()
Operation not supported.
|
public java.lang.Boolean next()
next
in interface java.util.Iterator<java.lang.Boolean>
public boolean nextBoolean()
public boolean hasNext()
hasNext
in interface java.util.Iterator<java.lang.Boolean>
public void remove()
remove
in interface java.util.Iterator<java.lang.Boolean>