Package ukcrobots.util

Contains utility classes that supplement those in java.util.

See:
          Description

Class Summary
ArrayList A dynamic array-backed list.
Sleeper A utility class to provide both static and non-static sleep methods without having to worry about an InterruptedException.
 

Exception Summary
IndexOutOfBoundsException Thrown when an illegal index has been used in accessing an ArrayList.
 

Package ukcrobots.util Description

Contains utility classes that supplement those in java.util.