Uses of Class
com.badlogic.gdx.utils.OrderedMap
-
Packages that use OrderedMap Package Description com.badlogic.gdx.graphics.g2d com.badlogic.gdx.utils -
-
Uses of OrderedMap in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return OrderedMap Modifier and Type Method Description OrderedMap<java.lang.String,PixmapPacker.PixmapPackerRectangle>PixmapPacker.Page. getRects() -
Uses of OrderedMap in com.badlogic.gdx.utils
Methods in com.badlogic.gdx.utils with parameters of type OrderedMap Modifier and Type Method Description <T extends K>
voidOrderedMap. putAll(OrderedMap<T,? extends V> map)Constructors in com.badlogic.gdx.utils with parameters of type OrderedMap Constructor Description OrderedMap(OrderedMap<? extends K,? extends V> map)Creates a new map containing the items in the specified map.OrderedMapEntries(OrderedMap<K,V> map)OrderedMapKeys(OrderedMap<K,?> map)OrderedMapValues(OrderedMap<?,V> map)
-