Java com.badlogic.gdx.maps MapProperties fields, constructors, methods, implement or subclass

Example usage for Java com.badlogic.gdx.maps MapProperties fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

MapProperties()
Creates an empty properties set

Method

booleancontainsKey(String key)
Objectget(String key)
Tget(String key, Class clazz)
Returns the object for the given key, casting it to clazz.
Tget(String key, T defaultValue, Class clazz)
Returns the object for the given key, casting it to clazz.
IteratorgetKeys()
voidput(String key, Object value)