Searched defs:getFloat (Results 1 – 11 of 11) sorted by relevance
147 public final float getFloat() { in getFloat() method in HeapByteBuffer152 public final float getFloat(int index) { in getFloat() method in HeapByteBuffer
132 public final float getFloat() { in getFloat() method in DirectByteBuffer143 public final float getFloat(int index) { in getFloat() method in DirectByteBuffer
176 public float getFloat() { in getFloat() method in MappedByteBufferAdapter184 public float getFloat(int index) { in getFloat() method in MappedByteBufferAdapter
494 public abstract float getFloat(); in getFloat() method in ByteBuffer510 public abstract float getFloat(int index); in getFloat() method in ByteBuffer
196 …public static float getFloat(Object array, int index) throws IllegalArgumentException, ArrayIndexO… in getFloat() method in Array
413 public float getFloat(Object object) throws IllegalAccessException, IllegalArgumentException { in getFloat() method in Field
358 public abstract float getFloat(String key, float deflt); in getFloat() method in Preferences
468 public float getFloat(String key, float deflt) { in getFloat() method in AbstractPreferences
383 public float getFloat(int parameterIndex) throws SQLException; in getFloat() method396 public float getFloat(String parameterName) throws SQLException; in getFloat() method
666 public float getFloat(int columnIndex) throws SQLException; in getFloat() method679 public float getFloat(String columnName) throws SQLException; in getFloat() method
999 public float getFloat(String key, float deflt) { in getFloat() method in OldPreferencesTest.MockPreferences