Uses of Class
com.badlogic.gdx.utils.ObjectMap.Entry
-
Packages that use ObjectMap.Entry Package Description com.badlogic.gdx.assets.loaders com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.utils -
-
Uses of ObjectMap.Entry in com.badlogic.gdx.assets.loaders
Fields in com.badlogic.gdx.assets.loaders with type parameters of type ObjectMap.Entry Modifier and Type Field Description protected Array<ObjectMap.Entry<java.lang.String,ModelData>>ModelLoader. items -
Uses of ObjectMap.Entry in com.badlogic.gdx.graphics.g3d.particles
Fields in com.badlogic.gdx.graphics.g3d.particles with type parameters of type ObjectMap.Entry Modifier and Type Field Description protected Array<ObjectMap.Entry<java.lang.String,ResourceData<ParticleEffect>>>ParticleEffectLoader. items -
Uses of ObjectMap.Entry in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils that return ObjectMap.Entry Modifier and Type Method Description ObjectMap.Entry<K,V>ArrayMap.Entries. next()Note the same entry instance is returned each time this method is called.ObjectMap.Entry<K,V>ObjectMap.Entries. next()Note the same entry instance is returned each time this method is called.ObjectMap.EntryOrderedMap.OrderedMapEntries. next()Methods in com.badlogic.gdx.utils that return types with arguments of type ObjectMap.Entry Modifier and Type Method Description java.util.Iterator<ObjectMap.Entry<K,V>>ArrayMap.Entries. iterator()java.util.Iterator<ObjectMap.Entry<K,V>>ArrayMap. iterator()
-