Package org.palo.api.impl.utils

Class Summary
ArrayListInt ArrayListInt implements a java.util.List alike container for efficient storing of a single primitive java-type, avoiding the overhead of storing wrapper objects.
 

Exception Summary
ListModifiedException Thrown if an ArrayList iterator detects that someone else has concurrently modified a container.