Home
last modified time | relevance | path

Searched defs:getShort (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/main/java/java/nio/
DHeapByteBuffer.java191 public final short getShort() { in getShort() method in HeapByteBuffer
202 public final short getShort(int index) { in getShort() method in HeapByteBuffer
DDirectByteBuffer.java183 public final short getShort() { in getShort() method in DirectByteBuffer
194 public final short getShort(int index) { in getShort() method in DirectByteBuffer
DMappedByteBufferAdapter.java215 public short getShort() { in getShort() method in MappedByteBufferAdapter
223 public short getShort(int index) { in getShort() method in MappedByteBufferAdapter
DByteBuffer.java578 public abstract short getShort(); in getShort() method in ByteBuffer
594 public abstract short getShort(int index); in getShort() method in ByteBuffer
/libcore/luni/src/main/java/java/lang/reflect/
DArray.java304 …public static short getShort(Object array, int index) throws IllegalArgumentException, ArrayIndexO… in getShort() method in Array
DField.java516 public short getShort(Object object) throws IllegalAccessException, IllegalArgumentException { in getShort() method in Field
/libcore/luni/src/main/java/java/sql/
DCallableStatement.java561 public short getShort(int parameterIndex) throws SQLException; in getShort() method
574 public short getShort(String parameterName) throws SQLException; in getShort() method
DResultSet.java866 public short getShort(int columnIndex) throws SQLException; in getShort() method
878 public short getShort(String columnName) throws SQLException; in getShort() method