Java com.facebook.react.common MapBuilder fields, constructors, methods, implement or subclass

Example usage for Java com.facebook.react.common MapBuilder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.facebook.react.common MapBuilder.

The text is from its open source code.

Method

Builderbuilder()
Returns map containing the given entries.
HashMapnewHashMap()
Creates an instance of HashMap
Mapof(K k1, V v1)
Returns map containing a single entry.
Mapof(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4)
Returns map containing the given entries.
Mapof(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5)
Returns map containing the given entries.
Mapof(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6)
Returns map containing the given entries.
Mapof(K k1, V v1, K k2, V v2)
Returns map containing the given entries.
Mapof(K k1, V v1, K k2, V v2, K k3, V v3)
Returns map containing the given entries.