public class IterableGdxSerializedCollection<T extends java.lang.Iterable> extends SerializedCollection<T>
collection| Constructor and Description | 
|---|
| IterableGdxSerializedCollection(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 extends java.lang.Iterable>public int getLength()
getLength in class SerializedCollection<T extends java.lang.Iterable>public void dispose()
dispose in class SerializedCollection<T extends java.lang.Iterable>