This class implements a cache of objects which are accessible using a simple index. It is used for generating simple keys from more complicated objects.
At the moment it is simply an array of objects but this will become inefficient if there are lots of objects being added so it may be better to have a map which is used to look up the index for an object.
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.