public interface ListStorage extends ExtendedStorage
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Returns the depth of the list.
|
StorageType |
getValueStorage()
Returns the simple storage of the values held in the list.
|
int getDepth()
StorageType getValueStorage()
Storage.UNKNOWN
or
Storage.LIST
.(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.