|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ObjectMap | |
---|---|
com.badlogic.gdx.scenes.scene2d | |
com.badlogic.gdx.utils |
Uses of ObjectMap in com.badlogic.gdx.scenes.scene2d |
---|
Fields in com.badlogic.gdx.scenes.scene2d declared as ObjectMap | |
---|---|
protected ObjectMap<java.lang.String,Actor> |
Group.namesToActors
|
Uses of ObjectMap in com.badlogic.gdx.utils |
---|
Subclasses of ObjectMap in com.badlogic.gdx.utils | |
---|---|
class |
OrderedMap<K,V>
An ObjectMap that also stores keys in an Array using the insertion order. |
Methods in com.badlogic.gdx.utils that return ObjectMap | |
---|---|
ObjectMap<java.lang.String,java.lang.String> |
XmlReader.Element.getAttributes()
|
Methods in com.badlogic.gdx.utils with parameters of type ObjectMap | |
---|---|
void |
ObjectMap.putAll(ObjectMap<K,V> map)
|
Constructors in com.badlogic.gdx.utils with parameters of type ObjectMap | |
---|---|
ObjectMap.Entries(ObjectMap<K,V> map)
|
|
ObjectMap.Keys(ObjectMap<K,?> map)
|
|
ObjectMap.Values(ObjectMap<?,V> map)
|
|
libgdx API | |||||||||
PREV NEXT | FRAMES NO FRAMES |