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 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.
Appends the SubTemplateMultiList to a buffer for writing to an IPFIX stream.
Appends the SubTemplateMultiList to a buffer for writing to an IPFIX stream. Assumes all Templates used by the Records in the SubTemplateMultiList have already been added to the Session and written to the buffer.
Number of octets that begin an STML
Number of octets that begin an STML
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.
Number of octets that begin a group of records that share the same Template (an StmlGroup).
Number of octets that begin a group of records that share the same Template (an StmlGroup).
A class to represent the contents of an IPFIX SubTemplateMultiList structured data.
A SubTemplateMultiList contains a zero or more instances of Records that match one or more IPFIX Templates.
The companion object has factory methods that return a CollectedSubTemplateMultiList instance when reading a SubTemplateMultiList or a ExportSubTemplateMultiList instance when generating a SubTemplateMultiList for writing.