An ArrayList based collection which automatically increases and decreases in size (by adding/removing trailing nulls) to allow the ability to invoke add() and set() methods to store values at indices beyond the current size of the collection.
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.