A type-aware array-backed list that uses similar semantics and strategy to the java.util.ArrayList. This collection allows nulls to be inserted. Instantiate using e.g.: new ReifiedArrayList<String>(){}; -OR- new ReifiedArrayList<String>(String.class);
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.