TeraSparseArray4Bit implements a sparse array with elements of 4 bit size. Its elements are in the range 0 - 15 and it increases memory efficiency by storing two elements per byte. It can further 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.