Package org.team751.framework.util

Class Summary
CompetitionState Enumeration of possible competition states (disabled, teleoperated, autonomous)
Key A type of Object that creates a random identifying value when it is constructed and implements hashCode() and equals() so that it can be used as a key in a Hashtable or similar.
MutexedObject Stores an Object and a corresponding mutex (really a Semaphore) to restrict access to a single thread.