public static interface RollingLogs.LineIterator extends Iterator<String>, Closeable
Modifier and Type | Method and Description |
---|---|
boolean |
isLastReadFromPrevious()
Is the last read entry from previous? This should be called after
reading.
|
boolean |
isPrevious()
Is the iterator iterating the previous?
|
Copyright © 2013 Apache Software Foundation. All rights reserved.