Loading api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -41061,6 +41061,17 @@ <parameter name="key" type="java.lang.String"> </parameter> </method> <method name="keySet" return="java.util.Set<java.lang.String>" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="put" return="void" abstract="false" core/java/android/content/ContentValues.java +9 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,15 @@ public final class ContentValues implements Parcelable { return mValues.entrySet(); } /** * Returns a set of all of the keys * * @return a set of all of the keys */ public Set<String> keySet() { return mValues.keySet(); } public static final Parcelable.Creator<ContentValues> CREATOR = new Parcelable.Creator<ContentValues>() { @SuppressWarnings({"deprecation", "unchecked"}) Loading Loading
api/current.xml +11 −0 Original line number Diff line number Diff line Loading @@ -41061,6 +41061,17 @@ <parameter name="key" type="java.lang.String"> </parameter> </method> <method name="keySet" return="java.util.Set<java.lang.String>" abstract="false" native="false" synchronized="false" static="false" final="false" deprecated="not deprecated" visibility="public" > </method> <method name="put" return="void" abstract="false"
core/java/android/content/ContentValues.java +9 −0 Original line number Diff line number Diff line Loading @@ -446,6 +446,15 @@ public final class ContentValues implements Parcelable { return mValues.entrySet(); } /** * Returns a set of all of the keys * * @return a set of all of the keys */ public Set<String> keySet() { return mValues.keySet(); } public static final Parcelable.Creator<ContentValues> CREATOR = new Parcelable.Creator<ContentValues>() { @SuppressWarnings({"deprecation", "unchecked"}) Loading