public static class IOUtil.LineIterator extends Object implements Iterator<String>
LineIterator(BufferedReader bw)
LineIterator(String path)
void
close()
boolean
hasNext()
String
next()
remove()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public LineIterator(BufferedReader bw)
public LineIterator(String path)
public void close()
public boolean hasNext()
hasNext
Iterator<String>
public String next()
next
public void remove()
remove
Copyright © 2014–2018 码农场. All rights reserved.