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?
|
boolean isPrevious()
boolean isLastReadFromPrevious()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.