Class JsonLineIterator<T>

java.lang.Object
fr.gouv.vitam.common.model.JsonLineIterator<T>
All Implemented Interfaces:
CloseableIterator<T>, VitamAutoCloseable, AutoCloseable, Iterator<T>

public class JsonLineIterator<T> extends Object implements CloseableIterator<T>