jet
Class BooleanIterator
java.lang.Object
jet.BooleanIterator
- All Implemented Interfaces:
- Iterator<Boolean>
public abstract class BooleanIterator
- extends Object
- implements Iterator<Boolean>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanIterator
public BooleanIterator()
next
public final Boolean next()
- Specified by:
next
in interface Iterator<Boolean>
nextBoolean
public abstract boolean nextBoolean()
remove
public void remove()
- Specified by:
remove
in interface Iterator<Boolean>
Copyright © 2013. All Rights Reserved.