TeraDenseArray16Bit implements a sparse array with elements of 16 bit size. Its elements are in the range -32'768 through +32'767 and it internally uses the short type to store its elements. It can reduce memory consumption through sparse memory allocation.
@author Manuel Brotz
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.