Package org.robolectric.res.android
Class CppAssetManager2.ResolvedBag.Entry
- java.lang.Object
-
- org.robolectric.res.android.CppAssetManager2.ResolvedBag.Entry
-
- Enclosing class:
- CppAssetManager2.ResolvedBag
public static class CppAssetManager2.ResolvedBag.Entry extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ApkAssetsCookiecookieintkeyintstyleResourceTypes.Res_valuevalue
-
Constructor Summary
Constructors Constructor Description Entry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CppAssetManager2.ResolvedBag.Entrycopy()java.lang.StringtoString()
-
-
-
Field Detail
-
key
public int key
-
value
public ResourceTypes.Res_value value
-
style
public int style
-
cookie
public ApkAssetsCookie cookie
-
-
Method Detail
-
copy
public CppAssetManager2.ResolvedBag.Entry copy()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-