/libcore/ojluni/src/main/java/java/nio/ |
D | StringCharBuffer.java | 94 public final CharBuffer compact() { in compact() method in StringCharBuffer
|
D | ByteBufferAsDoubleBuffer.java | 131 public DoubleBuffer compact() { in compact() method in ByteBufferAsDoubleBuffer
|
D | ByteBufferAsFloatBuffer.java | 130 public FloatBuffer compact() { in compact() method in ByteBufferAsFloatBuffer
|
D | ByteBufferAsShortBuffer.java | 129 public ShortBuffer compact() { in compact() method in ByteBufferAsShortBuffer
|
D | ByteBufferAsLongBuffer.java | 130 public LongBuffer compact() { in compact() method in ByteBufferAsLongBuffer
|
D | ByteBufferAsIntBuffer.java | 130 public IntBuffer compact() { in compact() method in ByteBufferAsIntBuffer
|
D | HeapLongBuffer.java | 191 public LongBuffer compact() { in compact() method in HeapLongBuffer
|
D | HeapDoubleBuffer.java | 190 public DoubleBuffer compact() { in compact() method in HeapDoubleBuffer
|
D | HeapIntBuffer.java | 190 public IntBuffer compact() { in compact() method in HeapIntBuffer
|
D | HeapShortBuffer.java | 190 public ShortBuffer compact() { in compact() method in HeapShortBuffer
|
D | HeapFloatBuffer.java | 189 public FloatBuffer compact() { in compact() method in HeapFloatBuffer
|
D | ByteBufferAsCharBuffer.java | 134 public CharBuffer compact() { in compact() method in ByteBufferAsCharBuffer
|
D | HeapCharBuffer.java | 195 public CharBuffer compact() { in compact() method in HeapCharBuffer
|
D | IntBuffer.java | 710 public abstract IntBuffer compact(); in compact() method in IntBuffer
|
D | DoubleBuffer.java | 709 public abstract DoubleBuffer compact(); in compact() method in DoubleBuffer
|
D | ShortBuffer.java | 709 public abstract ShortBuffer compact(); in compact() method in ShortBuffer
|
D | FloatBuffer.java | 709 public abstract FloatBuffer compact(); in compact() method in FloatBuffer
|
D | LongBuffer.java | 709 public abstract LongBuffer compact(); in compact() method in LongBuffer
|
D | CharBuffer.java | 935 public abstract CharBuffer compact(); in compact() method in CharBuffer
|
D | HeapByteBuffer.java | 171 public ByteBuffer compact() { in compact() method in HeapByteBuffer
|
/libcore/ojluni/annotations/mmodule/java/nio/ |
D | DirectByteBuffer.annotated.java | 65 public final java.nio.ByteBuffer compact() { throw new RuntimeException("Stub!"); } in compact() method in DirectByteBuffer
|
D | ByteBuffer.annotated.java | 76 public abstract java.nio.ByteBuffer compact(); in compact() method in ByteBuffer
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | CharBuffer.java | 130 public abstract java.nio.CharBuffer compact(); in compact() method in CharBuffer
|
D | ByteBuffer.java | 109 public abstract java.nio.ByteBuffer compact(); in compact() method in ByteBuffer
|
/libcore/ojluni/annotations/sdk/nullability/java/nio/ |
D | ByteBuffer.annotated.java | 87 @libcore.util.NonNull public abstract java.nio.ByteBuffer compact(); in compact() method in ByteBuffer
|