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