Class JsonArrayIterator<T>

  • All Implemented Interfaces:
    com.google.common.collect.PeekingIterator<T>, AutoCloseable, Iterator<T>, nl.vpro.util.CloseableIterator<T>, nl.vpro.util.CountedIterator<T>

    public class JsonArrayIterator<T>
    extends com.google.common.collect.UnmodifiableIterator<T>
    implements nl.vpro.util.CloseableIterator<T>, com.google.common.collect.PeekingIterator<T>, nl.vpro.util.CountedIterator<T>
    Since:
    1.0
    Author:
    Michiel Meeuwissen