TeraSparseArray8Bit implements a sparse array with elements of 8 bit size. Its elements are in the range -128 through +127 and it stores one element per byte. 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.