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

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

Introduction

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

The text is from its open source code.

Field

K[]keys

Constructor

ArrayMap()
Creates an ordered map with a capacity of 16.
ArrayMap(boolean ordered, int capacity, Class keyArrayType, Class valueArrayType)
Creates a new map with #keys and #values of the specified type.
ArrayMap(int capacity)
Creates an ordered map with the specified capacity.
ArrayMap(ArrayMap array)
Creates a new map containing the elements in the specified map.

Method