public class GdxSerializedCollection<T> extends SerializedCollection<T>
collection| Constructor and Description | 
|---|
| GdxSerializedCollection(java.lang.Class<T> clazz,
                       T collection) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | dispose() | 
| java.lang.Object | get(int index) | 
| int | getLength() | 
getImplementationpublic java.lang.Object get(int index)
get in class SerializedCollection<T>public int getLength()
getLength in class SerializedCollection<T>public void dispose()
dispose in class SerializedCollection<T>