Searched defs:getChar (Results 1 – 5 of 5) sorted by relevance
428 public abstract char getChar(); in getChar() method in ByteBuffer444 public abstract char getChar(int index); in getChar() method in ByteBuffer
162 @Override public final char getChar() { in getChar() method in ByteArrayBuffer172 @Override public final char getChar(int index) { in getChar() method in ByteArrayBuffer
175 @Override public final char getChar() { in getChar() method in DirectByteBuffer186 @Override public final char getChar(int index) { in getChar() method in DirectByteBuffer
369 public char getChar(Object object) throws IllegalAccessException, IllegalArgumentException { in getChar() method in Field373 private native char getChar(Object object, boolean accessible) in getChar() method in Field
148 …public static char getChar(Object array, int index) throws IllegalArgumentException, ArrayIndexOut… in getChar() method in Array