Interface ReadPoiParser<T>

All Known Implementing Classes:
AnnotatedReadPoiParser

public interface ReadPoiParser<T>
User: Hylke Stapersma E-mail:[ hylke.stapersma@gmail.com] Date: 23-06-13 Time: 13:08
  • Method Summary

    Modifier and Type Method Description
    List<T> read()  
    List<T> read​(int startRow)  
    List<T> read​(int startRow, int endRow)