Java android.os BaseBundle fields, constructors, methods, implement or subclass

Example usage for Java android.os BaseBundle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.os BaseBundle.

The text is from its open source code.

Method

Objectget(String key)
Returns the entry with the given key as an object.
StringgetString(@Nullable String key)
Returns the value associated with the given key, or null if no mapping of the desired type exists for the given key or a null value is explicitly associated with the key.
SetkeySet()
Returns a Set containing the Strings used as keys in this Bundle.
intsize()
Returns the number of mappings contained in this Bundle.