public class IntSetSerializedCollection extends SerializedCollection<com.badlogic.gdx.utils.IntSet>
collection| Constructor and Description | 
|---|
IntSetSerializedCollection(com.badlogic.gdx.utils.IntSet collection)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
dispose()  | 
java.lang.Object | 
get(int index)  | 
int | 
getLength()  | 
getImplementationpublic IntSetSerializedCollection(com.badlogic.gdx.utils.IntSet collection)
public java.lang.Object get(int index)
get in class SerializedCollection<com.badlogic.gdx.utils.IntSet>public int getLength()
getLength in class SerializedCollection<com.badlogic.gdx.utils.IntSet>public void dispose()
dispose in class SerializedCollection<com.badlogic.gdx.utils.IntSet>