Creates a SubTemplateMultiList from another SubTemplateMultiList.
Creates a SubTemplateMultiList from another SubTemplateMultiList. When
deep is true, creates a deep copy of the list. When deep is false,
the new list contains references to the same items as the existing list.
The semantics for elements of 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.
Appends a record to the list.
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.
Number of octets that begin an STML
Number of octets that begin an STML
Returns an iterator over the records in the list.
Returns an iterator over the records in the list.
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
The semantics for elements of this list.
The semantics for elements of this list.
Returns the sematics of the elements in this list.
Returns the sematics of the elements in this list.
Returns the number of entries in the list.
Returns the number of entries in the 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).
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.
Updates a record in the list, replacing the previous record
unless idx equals size, in which case the record is
appended.
Updates a record in the list, replacing the previous record
unless idx equals size, in which case the record is
appended. The valid range for idx is 0 to the size of this
list, inclusive.
The ExportSubTemplateMultiList class is used to incrementally build a SubTemplateMultiList and export it to a stream.
Use the methods in the SubTemplateMultiList companion object to create an ExportSubTemplateMultiList instance.
The SubTemplateMultiList companion object for factory methods.