Creates a BasicList from another BasicList.
Creates a BasicList from another BasicList. Does not do a deep copy of the list; the new list contains references to the same items as the existing list.
Creates a BasicList from another BasicList.
Creates a BasicList from another BasicList. When deep is
false, does not do a deep copy of the list; the new list
contains references to the same items as the existing list.
(This is only an issue on the extremely rare chance that the
data in the BasicList is a SubTemplateList or
SubTemplateMultiList).
Creates a BasicList to which Records may be appended.
Creates a BasicList to which Records may be appended.
The Identifier of the InfoElement and the length for each item in this list.
The InfoModel in which to find the Identifier
specified in spec.
The semantics for elements of this list.
InvalidInfoElementException if spec is not a valid InfoElement
Creates a new BasicList by reading data from a buffer.
Creates a new BasicList by reading data from a buffer.
The ByteBuffer containing the data representing the list.
The IPFIX session from which the buffer was read.
A BasicList factory and supporting classes.