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

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

Completed in 136 milliseconds