| Constructor and Description |
|---|
LineIterator(BufferedReader bw) |
LineIterator(String path) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
Iterator<String> |
iterator() |
String |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingforEach, spliteratorpublic LineIterator(BufferedReader bw)
public LineIterator(String path)
Copyright © 2014–2021 码农场. All rights reserved.