Package com.foxsmart.ic.lang

Provides common infrastructure classes that aid in language operations.

See:
          Description

Interface Summary
InterruptibleThread This interface represents a thread that is interruptible.
 

Class Summary
Enum This class provides infrastructure needed to implement a generic value to name mapping (i.e.
EnumEntry This class defines a specific entry used by the Enum class.
Hexadecimal This class represents a hexadecimal value.
OrderedHashMap This class provides the functionality of a Hash Map while maintaining the order of entered items.
ThreadMonitor This class executes code in a separate thread and optionally times out if the thread takes too long to complete.
Tuple This class represents a tuple (i.e.
 

Exception Summary
ThreadErrorException This exception is thrown when a thread times out.
ThreadTimeoutException This exception is thrown when a thread times out.
 

Package com.foxsmart.ic.lang Description

Provides common infrastructure classes that aid in language operations.



Copyright © 2005-2008 Fox Smart, Inc. All Rights Reserved.