| Home >> All >> com >> simscomputing >> [ util Javadoc ] |
com.simscomputing.util: Javadoc index of package com.simscomputing.util.
Package Samples:
com.simscomputing.util
Classes:
MutableString: Implements a mutable string class. Implements all constructors and methods from the String and StringBuffer classes. Some additional constructors and methods are also implemented. This class is not thread safe. Note: it has been discovered that the Sun implementation of String and StringBuffer is written such that a StringBuffer can be converted into a String without copying data. Consequently, the String API can be used on a StringBuffer. This revelation may make this MutableString class unnecessary.
MruMenuManager: Works with a JMenu to manipulate most recently used items. This works to achieve the effect found in many popular software products: keeping track of the items that a user has chosen most recently for easy retrieval. When constructed with an ApplicationProperties object, MruMenuManager will load and store these mru items for persistence between client sessions.
ApplicationProperties: Encapsulates the java.util.Properties class to be more programmer-friendly. Given a file name that resolves to a file that is java.util.Properties-readable, all FileStream work is done for the client programmer. This class also offers the capability to find properties based on a substring to match.
BrokenContractException: Thrown when a precondition, postcondition, or invariant is not satisfied. This exception is a subclass of RuntimeException because BrokenContractException should be thrown only in the event of a programmer error.
AssertionException: Thrown when a programmer's assertion is not satisfied. This exception is a subclass of RuntimeException because AssertionException should be thrown only in the event of a programmer error.
UnsatisfiedPostconditionException: Thrown when a postcondition is not satisfied. This exception is a subclass of RuntimeException because BrokenContractException should be thrown only in the event of a programmer error.
UnsatisfiedPreconditionException: Thrown when a precondition is not satisfied. This exception is a subclass of RuntimeException because BrokenContractException should be thrown only in the event of a programmer error.
UnsatisfiedInvariantException: Thrown when an invariant is not satisfied. This exception is a subclass of RuntimeException because BrokenContractException should be thrown only in the event of a programmer error.
FileUtilities: Handy utilities for manipulating files and directories in a file system.
MutableStringTest: The unit test for the MutableString class.
Debugger: Supports debugging operations.
| Home | Contact Us | Privacy Policy | Terms of Service |