Searched defs:getBoolean (Results 1 – 10 of 10) sorted by relevance
172 public static boolean getBoolean(String string) { in getBoolean() method in Boolean
114 …public static boolean getBoolean(Object array, int index) throws IllegalArgumentException, ArrayIn… in getBoolean() method in Array
295 public boolean getBoolean(Object object) throws IllegalAccessException, in getBoolean() method in Field
272 public abstract boolean getBoolean(String key, boolean deflt); in getBoolean() method in Preferences
420 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in AbstractPreferences
285 public boolean getBoolean(int index) throws JSONException { in getBoolean() method in JSONArray
374 public boolean getBoolean(String name) throws JSONException { in getBoolean() method in JSONObject
175 public boolean getBoolean(int parameterIndex) throws SQLException; in getBoolean() method188 public boolean getBoolean(String parameterName) throws SQLException; in getBoolean() method
415 public boolean getBoolean(int columnIndex) throws SQLException; in getBoolean() method428 public boolean getBoolean(String columnName) throws SQLException; in getBoolean() method
984 public boolean getBoolean(String key, boolean deflt) { in getBoolean() method in OldPreferencesTest.MockPreferences