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