Returns a Record that represents an entry in the list.
Returns a Record that represents an entry in the list.
The index of the entry to return. Entries are
numbered from 0 up to size.
Returns an iterator over the records in the list.
Returns an iterator over the records in the list.
The ID of the semantic value for the list.
The ID of the semantic value for the list.
Returns the number of entries in the list.
Returns the number of entries in the list.
Gets the Template that describes the Records in
this list.
Creates a Set containing the InfoElement used by any BasicList on this list and its sub-lists, recursively.
Creates a Set containing the InfoElement used by any BasicList on this list and its sub-lists, recursively.
Creates a Set containing the Templates used by the list and any
sub-lists, recursively.
Creates a Set containing the Templates used by the list and any
sub-lists, recursively.
Returns the length of the ListElement when writing to an IPFIX stream.
Returns the length of the ListElement when writing to an IPFIX stream.
Read the semanticId
Read the semanticId
Returns the sematics of the elements in this list.
Returns the sematics of the elements in this list.
Appends the elements in the SubTemplateList to a buffer for writing to an IPFIX stream.
Appends the elements in the SubTemplateList to a buffer for writing to an IPFIX stream. Assumes the SubTemplateList's Template already has been added to the Session and written to the buffer.
A class to represent the contents of an IPFIX SubTemplateList structured data.
A SubTemplateList contains a zero or more instances of Records that match a single IPFIX Template.
The companion object has factory methods that return a CollectedSubTemplateList instance when reading a SubTemplateList or a ExportSubTemplateList instance when generating a SubTemplateList for writing.