Searched defs:getDouble (Results 1 – 13 of 13) sorted by relevance
137 public final double getDouble() { in getDouble() method in HeapByteBuffer142 public final double getDouble(int index) { in getDouble() method in HeapByteBuffer
115 public final double getDouble() { in getDouble() method in DirectByteBuffer126 public final double getDouble(int index) { in getDouble() method in DirectByteBuffer
163 public double getDouble() { in getDouble() method in MappedByteBufferAdapter171 public double getDouble(int index) { in getDouble() method in MappedByteBufferAdapter
465 public abstract double getDouble(); in getDouble() method in ByteBuffer481 public abstract double getDouble(int index); in getDouble() method in ByteBuffer
166 …public static double getDouble(Object array, int index) throws IllegalArgumentException, ArrayInde… in getDouble() method in Array
386 public double getDouble(Object object) throws IllegalAccessException, IllegalArgumentException { in getDouble() method in Field
329 public abstract double getDouble(String key, double deflt); in getDouble() method in Preferences
455 public double getDouble(String key, double deflt) { in getDouble() method in AbstractPreferences
319 public double getDouble(int index) throws JSONException { in getDouble() method in JSONArray
408 public double getDouble(String name) throws JSONException { in getDouble() method in JSONObject
356 public double getDouble(int parameterIndex) throws SQLException; in getDouble() method369 public double getDouble(String parameterName) throws SQLException; in getDouble() method
617 public double getDouble(int columnIndex) throws SQLException; in getDouble() method630 public double getDouble(String columnName) throws SQLException; in getDouble() method
994 public double getDouble(String key, double deflt) { in getDouble() method in OldPreferencesTest.MockPreferences