public class FileBigIntegerIterator extends Object implements Iterator<BigInteger>, Closeable
BigInteger specified in the file.| Constructor and Description |
|---|
FileBigIntegerIterator(String fileName,
boolean hex,
boolean loop) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
BigInteger |
next() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, removepublic FileBigIntegerIterator(String fileName, boolean hex, boolean loop) throws IOException
IOExceptionpublic boolean hasNext()
hasNext in interface Iterator<BigInteger>public BigInteger next()
next in interface Iterator<BigInteger>public void close()
close in interface Closeableclose in interface AutoCloseableCopyright © 2020. All rights reserved.