ListStorage
Objects
Subclass of ExtendedStorage
.
Defines the storage metadata associated with lists
l.getDepth() : int
Returns the depth of the list. A list consisting of simple values has a depth of 0.
l.getValueStorage() : StorageType
Returns the simple storage of the values held in the list. The return value will not be
Storage.UNKNOWN
or Storage.LIST
.