package com.earth2me.essentials.textreader; import java.util.List; import java.util.Map; public interface IText { List getLines(); List getChapters(); Map getBookmarks(); }