FLIndices is a class that extends list through FLlst
but implements a set of features that give a little more structure to
list objects. The elements of FLIndices must all be of class
FLIndex. It implements a lock mechanism that, when turned on, does
not allow the user to increase or decrease the object length.
Usage
FLIndices(object, ...)
# S4 method for class 'FLI'
FLIndices(object, ...)
# S4 method for class 'missing'
FLIndices(object, ...)
# S4 method for class 'list'
FLIndices(object, ...)Slots
- .Data
The data.
list.- names
Names of the list elements.
character.- desc
Description of the object.
character.- lock
Lock mechanism, if turned on the length of the list can not be modified by adding or removing elements.
logical.
