Package cynosurex.lang

Interface Summary
IntegerValueChangeListener A listener interface for integer value that changes.
TextReceiver This interface allows the TextDistribute class to distribute text messages to any class that implements this interface.
 

Class Summary
EnhancedBoolean A enhanced boolean class representing the boolean primitive type.
EnhancedByte A enhanced byte class representing the byte primitive type, including various bit operations.
EnhancedInteger A enhanced integer class representing the integer primitive type.
Executor This class provides simple command execution interface.
StringManipulator This class contains methods that are missing in the java.lang.String class.
SystemOutReceiver This class receives the text messages through the TextReceiver interface and outputs the message to the screen using the System.out.print () or the System.out.println () method.
TextDistributor This class distributes text messages to different systems.
 

Exception Summary
BadDataException