| Package | Description |
|---|---|
| org.jrobin.core.jrrd |
| Modifier and Type | Field | Description |
|---|---|---|
(package private) ArrayList<CDPStatusBlock> |
Archive.cdpStatusBlocks |
| Modifier and Type | Method | Description |
|---|---|---|
CDPStatusBlock |
Archive.getCDPStatusBlock(int index) |
Returns the
CDPStatusBlock at the specified position in this archive. |
| Modifier and Type | Method | Description |
|---|---|---|
Iterator<CDPStatusBlock> |
Archive.getCDPStatusBlocks() |
Returns an iterator over the CDP status blocks in this archive in proper sequence.
|