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 elements in the list.
Returns an Iterator over the elements in the list.
The type to cast the elements to
Gets the identifier for the information element that describes the items in this list.
Returns the information element that describes the items in this list.
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.
The InfoElement and the length of each element in the 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 this BasicList to a buffer for writing to an IPFIX stream.
Appends this BasicList to a buffer for writing to an IPFIX
stream. The function uses the template IDs in session if the
BasicList contains SubTemplateLists or a SubTemplateMultiList.
Assumes those Templates have already been written
to the buffer.
A class to represent the contents of an IPFIX BasicList structured data.
A BasicList contains a zero or more instances of a single IPFIX Information Element.
Use the CollectedBasicList subclass when reading a BasicList, and the ExportBasicList subclass when generating a BasicList for writing.
The companion object has factory methods that return a CollectedBasicList instance when reading a BasicList or a ExportBasicList instance when generating a BasicList for writing.