xref: /aosp_15_r20/prebuilts/sdk/34/public/api/art-incompatibilities.txt (revision 344a7f5ef16c479e7a7f54ee6567a9d112f9e72b)
1*344a7f5eSAndroid Build Coastguard Worker// Baseline format: 1.0
2*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.Buffer#duplicate():
3*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.Buffer.duplicate()
4*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.Buffer#slice():
5*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.Buffer.slice()
6*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.Buffer#slice(int, int):
7*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.Buffer.slice(int,int)
8*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.ByteBuffer#slice(int, int):
9*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.ByteBuffer.slice(int,int)
10*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.CharBuffer#slice(int, int):
11*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.CharBuffer.slice(int,int)
12*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.DoubleBuffer#slice(int, int):
13*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.DoubleBuffer.slice(int,int)
14*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.FloatBuffer#slice(int, int):
15*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.FloatBuffer.slice(int,int)
16*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.IntBuffer#slice(int, int):
17*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.IntBuffer.slice(int,int)
18*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.LongBuffer#slice(int, int):
19*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.LongBuffer.slice(int,int)
20*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.MappedByteBuffer#slice(int, int):
21*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.MappedByteBuffer.slice(int,int)
22*344a7f5eSAndroid Build Coastguard WorkerAddedAbstractMethod: java.nio.ShortBuffer#slice(int, int):
23*344a7f5eSAndroid Build Coastguard Worker    Added method java.nio.ShortBuffer.slice(int,int)
24*344a7f5eSAndroid Build Coastguard Worker
25*344a7f5eSAndroid Build Coastguard Worker
26*344a7f5eSAndroid Build Coastguard WorkerChangedAbstract: java.util.AbstractSequentialList#listIterator(int):
27*344a7f5eSAndroid Build Coastguard Worker    Method java.util.AbstractSequentialList.listIterator has changed 'abstract' qualifier
28*344a7f5eSAndroid Build Coastguard Worker
29*344a7f5eSAndroid Build Coastguard Worker
30*344a7f5eSAndroid Build Coastguard WorkerRemovedDeprecatedMethod: java.lang.Runtime#getLocalizedInputStream(java.io.InputStream):
31*344a7f5eSAndroid Build Coastguard Worker    Removed deprecated method java.lang.Runtime.getLocalizedInputStream(java.io.InputStream)
32*344a7f5eSAndroid Build Coastguard WorkerRemovedDeprecatedMethod: java.lang.Runtime#getLocalizedOutputStream(java.io.OutputStream):
33*344a7f5eSAndroid Build Coastguard Worker    Removed deprecated method java.lang.Runtime.getLocalizedOutputStream(java.io.OutputStream)
34