| パッケージ | 説明 |
|---|---|
| org.jrobin.core.jrrd |
| 修飾子とタイプ | フィールド | 説明 |
|---|---|---|
(package private) java.util.ArrayList<Archive> |
RRDatabase.archives |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
Archive |
RRDatabase.getArchive(int index) |
Returns the
Archive at the specified position in this database. |
| 修飾子とタイプ | メソッド | 説明 |
|---|---|---|
(package private) java.util.ArrayList<Archive> |
RRDatabase.getArchiveList(ConsolidationFunctionType type) |
|
java.util.Iterator<Archive> |
RRDatabase.getArchives() |
Returns an iterator over the archives in this database in proper sequence.
|
java.util.Iterator<Archive> |
RRDatabase.getArchives(ConsolidationFunctionType type) |
Returns an iterator over the archives in this database of the given type
in proper sequence.
|