|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MarcReader
Implement this interface to provide an iterator over a collection of
Record
objects.
See the org.marc4j.marc
package Javadoc for more information
about the Record
object model.
Method Summary | |
---|---|
boolean |
hasNext()
Returns true if the iteration has more records, false otherwise. |
Record |
next()
Returns the next record in the iteration. |
Method Detail |
---|
boolean hasNext()
Record next()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |