Package net.sf.zig_project.gpl.common.enumerations

Class Summary
ArrayEnum Wrapper class for an array of Objects, and allows for them to be enumerated over using the Enumeration interface.
Enumerator The Enumerator class provides a library of methods in order to operate on Enumerations, such as comparing them, and converting them into a displayable form.
JoinedEnumeration Joins an Enumeration of Enumerations.