public class ListSerializedCollection extends SerializedCollection<java.util.List>
collection| Constructor and Description | 
|---|
| ListSerializedCollection(java.util.List collection) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | dispose() | 
| java.lang.Object | get(int index) | 
| int | getLength() | 
getImplementationpublic ListSerializedCollection(java.util.List collection)
public java.lang.Object get(int index)
get in class SerializedCollection<java.util.List>public int getLength()
getLength in class SerializedCollection<java.util.List>public void dispose()
dispose in class SerializedCollection<java.util.List>