libgdx API

Uses of Class
com.badlogic.gdx.utils.IntMap

Packages that use IntMap
com.badlogic.gdx.graphics.g2d.tiled   
com.badlogic.gdx.utils   
 

Uses of IntMap in com.badlogic.gdx.graphics.g2d.tiled
 

Fields in com.badlogic.gdx.graphics.g2d.tiled declared as IntMap
protected  IntMap<TextureRegion> TileAtlas.regionsMap
           
 

Uses of IntMap in com.badlogic.gdx.utils
 

Methods in com.badlogic.gdx.utils with parameters of type IntMap
 void IntMap.putAll(IntMap<V> map)
           
 

Constructors in com.badlogic.gdx.utils with parameters of type IntMap
IntMap.Entries(IntMap map)
           
IntMap.Keys(IntMap map)
           
IntMap.Values(IntMap<V> map)
           
 


libgdx API

Copyright 2010 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)