Package | Description |
---|---|
org.freehep.record.source |
Machinery for encapsulating record sources.
|
Modifier and Type | Method and Description |
---|---|
void |
TagListRecordSource.current()
Reloads the current record.
|
void |
RecordSource.current()
Reloads the current record.
|
void |
AbstractRecordSource.current()
Reloads the current record.
|
void |
TagListRecordSource.jump(long index)
Loads the record specified by the index.
|
void |
RecordSource.jump(long index)
Loads the record specified by the index.
|
void |
AbstractRecordSource.jump(long index)
Loads the record specified by the index.
|
void |
TagListRecordSource.jump(RecordTag tag)
Loads the record specified by the tag.
|
void |
RecordSource.jump(RecordTag tag)
Loads the record specified by the tag.
|
void |
AbstractRecordSource.jump(RecordTag tag)
Loads the record specified by the tag.
|
void |
AbstractRecordSource.jump(String tagName)
Loads the record specified by name.
|
void |
TagListRecordSource.next()
Loads the next record.
|
void |
RecordSource.next()
Loads the next record.
|
void |
AbstractRecordSource.next()
Loads the next record.
|
void |
TagListRecordSource.previous()
Loads the previous record.
|
void |
RecordSource.previous()
Loads the previous record.
|
void |
AbstractRecordSource.previous()
Loads the previous record.
|
void |
TagListRecordSource.shift(long numberOfRecords)
Loads the record specified by the offset with respect to the current cursor position.
|
void |
RecordSource.shift(long numberOfRecords)
Loads the record specified by the offset with respect to the current cursor position.
|
void |
AbstractRecordSource.shift(long numberOfRecords)
Loads the record specified by the offset with respect to the current cursor position.
|
Copyright © 2000-2012 FreeHEP. All Rights Reserved.