android.os.Bundle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Stub classes to run Android projects in Desktop environment
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