All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.os.Bundle Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
package android.os;

import java.util.HashMap;
import java.util.Map;

public class Bundle {

    Map values = new HashMap<>();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy