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

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

Introduction

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

The text is from its open source code.

Constructor

LongMap()
Creates a new map with an initial capacity of 32 and a load factor of 0.8.

Method

voidclear()
booleancontainsKey(long key)
Vget(long key)
Keyskeys()
Returns an iterator for the keys in the map.
Vput(long key, V value)
Vremove(long key)