All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.davidmoten.rx.jdbc.ArrayListFinal Maven / Gradle / Ivy

There is a newer version: 0.7.19
Show newest version
package com.github.davidmoten.rx.jdbc;

import java.util.ArrayList;
import java.util.List;

@SuppressWarnings("serial")
final class ArrayListFinal extends ArrayList  {

	ArrayListFinal(List list) {
		super(list);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy