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