Searched refs:LogIterator (Results 1 – 1 of 1) sorted by relevance
198 LogIterator it = new LogIterator(); in iterate()212 ArrayList<LocalEventLog<T>.LogIterator> its = new ArrayList<>(logs.length); in iterate()214 LocalEventLog<T>.LogIterator it = log.new LogIterator(); in iterate()222 LocalEventLog<T>.LogIterator next = null; in iterate()223 for (LocalEventLog<T>.LogIterator it : its) { in iterate()269 protected final class LogIterator { class in LocalEventLog280 public LogIterator() { in LogIterator() method in LocalEventLog.LogIterator321 private void increment(LogIterator this) { in increment()