We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c0e824 commit b9d5a4dCopy full SHA for b9d5a4d
src/main/java/io/reactivex/internal/util/VolatileSizeArrayList.java
@@ -22,7 +22,7 @@
22
* @param <T> the element type
23
* @since 2.0.7
24
*/
25
-public final class VolatileSizeArrayList<T> extends AtomicInteger implements List<T> {
+public final class VolatileSizeArrayList<T> extends AtomicInteger implements List<T>, RandomAccess {
26
27
private static final long serialVersionUID = 3972397474470203923L;
28
0 commit comments