Package org.robokind.api.common.utils

Interface Summary
Adapter<A,B> Converts and instance of type A to a new instance of type B.
Factory<T> Defines a generic interface for a class that is able to create an object of a given type from an unparameterized call.
GlobalIdentifier A GlobalIdentifier is expected to be Globally Unique.
Listener<T> Listens for events of type T.
LocalIdentifier A LocalIdentifier should be unique within its scope, but has no expectation of being Globally Unique if used elsewhere.
Source<T> Defines a class which can get and set an object of the specified type.
 

Class Summary
HashCodeUtil Collected methods which allow easy implementation of hashCode.
ListUtils Utility methods for working with Lists.
Source.SourceImpl<T> Generic Source implementation.
TimerLoop Abstract class for performing an action at regular intervals.
TimeUtils Utility methods for dealing with time.
Utils Miscellaneous utility methods.
 



Copyright © 2011. All Rights Reserved.