Uses of Class
org.jrobin.core.jrrd.Archive
-
Packages that use Archive Package Description org.jrobin.core.jrrd -
-
Uses of Archive in org.jrobin.core.jrrd
Fields in org.jrobin.core.jrrd with type parameters of type Archive Modifier and Type Field Description (package private) ArrayList<Archive>
RRDatabase. archives
Methods in org.jrobin.core.jrrd that return Archive Modifier and Type Method Description Archive
RRDatabase. getArchive(int index)
Returns theArchive
at the specified position in this database.Methods in org.jrobin.core.jrrd that return types with arguments of type Archive Modifier and Type Method Description (package private) ArrayList<Archive>
RRDatabase. getArchiveList(ConsolidationFunctionType type)
Iterator<Archive>
RRDatabase. getArchives()
Returns an iterator over the archives in this database in proper sequence.Iterator<Archive>
RRDatabase. getArchives(ConsolidationFunctionType type)
Returns an iterator over the archives in this database of the given type in proper sequence.
-