Java com.badlogic.gdx.utils IntIntMap fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.utils IntIntMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.badlogic.gdx.utils IntIntMap.

The text is from its open source code.

Constructor

IntIntMap(int initialCapacity)
Creates a new map with a load factor of 0.8.
IntIntMap(IntIntMap map)
Creates a new map identical to the specified map.

Method