Package gov.sns.tools

Class Summary
ArrayMath Provide some simple array math operations.
ArrayTool ArrayTool is a class that adds common convenience methods for dealing with arrays.
ArrayValue ArrayStore is the base class of a class cluster which manages the storage of an array of primitive types and String.
ErrorAnalysis ExperimentalError is a class that provides convenience methods for calculating experimental errors.
LinearInterpolator LinearInterpolator calculates the linear interpolated value at at any point within the bounds of an array of values.
Lock Lock allows an alternative method to Java's synchronize feature for locking resources from other threads.
MatrixFilter MatrixFilter maintains a list of rows and columns to ignore from a given matrix.
OrderedNumberList OrderedNumberList is a list of numbers that are kept in order and without duplicates (like a sorted set).
OrderedNumberList.OrderedIntegerList  
Parameter Parameter is a class which defines a numeric data type, a label and a value.
StringJoiner String joiner is a utility class for joining items as strings with an arbitrary separator.
UrlTool UrlTool is a convenience class of static methods that allow the user to convert between file path and URL specifications.
 

Exception Summary
ExceptionWrapper Convenience class to wrap an exception with a runtime exception so exception handling isn't so irritating.
UrlTool.FilePathException Exception for bad file path specification.
UrlTool.UrlSpecException Exception for bad file path specification.