A NumberedSet is a generic container of Objects where each element is identified by an integer id. Unlike with a Vector, the mapping between id and element remains unaffected when elements are deleted. This means that the set of ids for a NumberedSet may not be contiguous. (A sparse array)
@author rainerd
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.