GdxIdentityMap

typealias GdxIdentityMap<Key, Value> = IdentityMap<Key, Value>

Alias for com.badlogic.gdx.utils.IdentityMap. Added for consistency with other collections and factory methods.