A fixed size map implementation. Holds an array of keys and array of values which correspond by index. Null key entries are available for use. This means that null is not a valid key.
@author Jonathan Locke
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.