Package | Description |
---|---|
com.badlogic.gdx.assets.loaders | |
com.badlogic.gdx.utils |
Modifier and Type | Field and Description |
---|---|
protected Array<ObjectMap.Entry<java.lang.String,ModelData>> |
ModelLoader.items |
Modifier and Type | Method and Description |
---|---|
ObjectMap.Entry<K,V> |
ArrayMap.Entries.next() |
ObjectMap.Entry<K,V> |
ObjectMap.Entries.next()
Note the same entry instance is returned each time this method is called.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<ObjectMap.Entry<K,V>> |
ArrayMap.Entries.iterator() |
java.util.Iterator<ObjectMap.Entry<K,V>> |
ObjectMap.Entries.iterator() |